Skip to content

Commit

Permalink
fix: generate plural-wording for githubcredentials (#198)
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Constanti <[email protected]>
  • Loading branch information
bavarianbidi authored Oct 25, 2024
1 parent 5a402a7 commit ef5de70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/v1beta1/githubcredentials_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type GitHubCredentialStatus struct {
}

//+kubebuilder:object:root=true
//+kubebuilder:resource:path=githubcredential,scope=Namespaced,categories=garm,shortName=creds
//+kubebuilder:resource:path=githubcredentials,scope=Namespaced,categories=garm,shortName=creds
//+kubebuilder:subresource:status
//+kubebuilder:storageversion
//+kubebuilder:printcolumn:name="ID",type="string",JSONPath=".status.id",description="Credentials ID"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.15.0
name: githubcredential.garm-operator.mercedes-benz.com
name: githubcredentials.garm-operator.mercedes-benz.com
spec:
group: garm-operator.mercedes-benz.com
names:
categories:
- garm
kind: GitHubCredential
listKind: GitHubCredentialList
plural: githubcredential
plural: githubcredentials
shortNames:
- creds
singular: githubcredential
Expand Down

0 comments on commit ef5de70

Please sign in to comment.