-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Proposal: define shortName for ClusterIssuer CRD #7268
Copy link
Copy link
Closed
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.priority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.priority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
I propose adding
cior similar to the list ofshortNamesin theclusterissuers.cert-manager.ioCRD.Similar to #311, repeatedly typing
clusterissuersis not particularly friendly.Would you accept a patch to the CRD to implement this? I'm not Sure if there is any value in adding it to the helm chart as was done with the
certificateshort name.Describe the solution you'd like
Typing something shorter than
clusterissuers;)Additional context
It is common for CRD providers to include short names for resources with long names, it would be good to shorten this one.
/kind feature