-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Closed
Labels
area/kubectlsig/api-machineryCategorizes an issue or PR as relevant to SIG API Machinery.Categorizes an issue or PR as relevant to SIG API Machinery.
Description
The Groups
field of a SubjectAccessReviewSpec is being serialized as group
:
Groups []string `json:"group,omitempty" protobuf:"bytes,4,rep,name=group"` |
// Groups is the groups you're testing for.
Groups []string `json:"group,omitempty" protobuf:"bytes,4,rep,name=group"`
This is already documented as group
for v1beta1, so we can't easily change it now, but should be fixed in the v1 version
Metadata
Metadata
Assignees
Labels
area/kubectlsig/api-machineryCategorizes an issue or PR as relevant to SIG API Machinery.Categorizes an issue or PR as relevant to SIG API Machinery.