Skip to content

SubjectAccessReview typos groups field name #32709

Closed
@liggitt

Description

@liggitt

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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions