Skip to content

feat: Add kubectl shorthand for NodeReadinessGateRule #8

Description

@ajaysundark

Typing kubectl get nodereadinessgaterules is verbose. Create a shorthand expression for NodeReadinessGateRules similar to built-in resources:

eg: kubectl get services -> kubectl get svc

Proposed solution

Add shortNames to the CRD definition

shortNames:
- nrgr
- readinessrule

This allows kubectl get nrgr instead of the verbose kubectl get nodereadinessgaterules.

Metadata

Metadata

Assignees

Labels

good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions