Skip to content

Commit

Permalink
Merge pull request #147 from gardener/fix/issuer-short-name
Browse files Browse the repository at this point in the history
Remove short name for issuer
  • Loading branch information
MartinWeindel authored Oct 31, 2023
2 parents cc16ebc + 8b1b1ab commit a865a84
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ spec:
kind: Issuer
listKind: IssuerList
plural: issuers
shortNames:
- issuer
singular: issuer
scope: Namespaced
versions:
Expand Down
2 changes: 0 additions & 2 deletions pkg/apis/cert/crds/cert.gardener.cloud_issuers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ spec:
kind: Issuer
listKind: IssuerList
plural: issuers
shortNames:
- issuer
singular: issuer
scope: Namespaced
versions:
Expand Down
2 changes: 0 additions & 2 deletions pkg/apis/cert/crds/zz_generated_crds.go
Original file line number Diff line number Diff line change
Expand Up @@ -670,8 +670,6 @@ spec:
kind: Issuer
listKind: IssuerList
plural: issuers
shortNames:
- issuer
singular: issuer
scope: Namespaced
versions:
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/cert/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ type IssuerList struct {
// Issuer is the issuer CR.
// +kubebuilder:storageversion
// +kubebuilder:object:root=true
// +kubebuilder:resource:scope=Namespaced,path=issuers,shortName=issuer,singular=issuer
// +kubebuilder:resource:scope=Namespaced,path=issuers,singular=issuer
// +kubebuilder:subresource:status
// +kubebuilder:printcolumn:name=SERVER,description="ACME Server",JSONPath=".spec.acme.server",type=string
// +kubebuilder:printcolumn:name=EMAIL,description="ACME Registration email",JSONPath=".spec.acme.email",type=string
Expand Down

0 comments on commit a865a84

Please sign in to comment.