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:
parent
f73187dabb
commit
e2a8750f44
4 changed files with 5 additions and 6 deletions
|
@ -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"`
|
||||
|
|
|
@ -13,7 +13,7 @@ spec:
|
|||
listKind: UUIDList
|
||||
plural: uuids
|
||||
shortNames:
|
||||
- password
|
||||
- uuids
|
||||
singular: uuid
|
||||
scope: Namespaced
|
||||
versions:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -11812,7 +11812,7 @@ spec:
|
|||
listKind: UUIDList
|
||||
plural: uuids
|
||||
shortNames:
|
||||
- password
|
||||
- uuids
|
||||
singular: uuid
|
||||
scope: Namespaced
|
||||
versions:
|
||||
|
|
Loading…
Reference in a new issue