1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

fix: update uuids.generator shortname (#3883)

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
This commit is contained in:
Gergely Brautigam 2024-09-09 08:42:10 +02:00 committed by GitHub
parent f73187dabb
commit e2a8750f44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 6 deletions

View file

@ -19,8 +19,7 @@ import (
)
// UUIDSpec controls the behavior of the uuid generator.
type UUIDSpec struct {
}
type UUIDSpec struct{}
// Password generates a random password based on the
// configuration parameters in spec.
@ -28,7 +27,7 @@ type UUIDSpec struct {
// +kubebuilder:object:root=true
// +kubebuilder:storageversion
// +kubebuilder:subresource:status
// +kubebuilder:resource:scope=Namespaced,categories={password},shortName=password
// +kubebuilder:resource:scope=Namespaced,categories={password},shortName=uuids
type UUID struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`

View file

@ -13,7 +13,7 @@ spec:
listKind: UUIDList
plural: uuids
shortNames:
- password
- uuids
singular: uuid
scope: Namespaced
versions:

View file

@ -4,7 +4,7 @@ should match snapshot of default values:
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.1
controller-gen.kubebuilder.io/version: v0.16.2
labels:
external-secrets.io/component: controller
name: secretstores.external-secrets.io

View file

@ -11812,7 +11812,7 @@ spec:
listKind: UUIDList
plural: uuids
shortNames:
- password
- uuids
singular: uuid
scope: Namespaced
versions: