fix(k8s/generators): update base crds

This commit is contained in:
Daniel Hougaard
2025-05-05 02:35:57 +04:00
parent 34b7d28e2f
commit 1e4dfd0c7c
3 changed files with 11 additions and 19 deletions

View File

@@ -44,10 +44,10 @@ spec:
properties:
allowRepeat:
default: false
description: set AllowRepeat to true to allow repeating characters.
description: set allowRepeat to true to allow repeating characters.
type: boolean
digits:
description: Digits specifies the number of digits in the
description: digits specifies the number of digits in the
generated password. If omitted it defaults to 25% of the
length of the password
type: integer
@@ -58,21 +58,17 @@ spec:
type: integer
noUpper:
default: false
description: Set NoUpper to disable uppercase characters
description: Set noUpper to disable uppercase characters
type: boolean
symbolCharacters:
description: SymbolCharacters specifies the special characters
description: symbolCharacters specifies the special characters
that should be used in the generated password.
type: string
symbols:
description: Symbols specifies the number of symbol characters
description: symbols specifies the number of symbol characters
in the generated password. If omitted it defaults to 25%
of the length of the password
type: integer
required:
- allowRepeat
- length
- noUpper
type: object
uuidSpec:
description: UUIDSpec controls the behavior of the uuid generator.

View File

@@ -38,10 +38,10 @@ spec:
properties:
allowRepeat:
default: false
description: set AllowRepeat to true to allow repeating characters.
description: set allowRepeat to true to allow repeating characters.
type: boolean
digits:
description: Digits specifies the number of digits in the generated
description: digits specifies the number of digits in the generated
password. If omitted it defaults to 25% of the length of the password
type: integer
length:
@@ -50,21 +50,17 @@ spec:
type: integer
noUpper:
default: false
description: Set NoUpper to disable uppercase characters
description: Set noUpper to disable uppercase characters
type: boolean
symbolCharacters:
description: SymbolCharacters specifies the special characters that
description: symbolCharacters specifies the special characters that
should be used in the generated password.
type: string
symbols:
description: Symbols specifies the number of symbol characters in
description: symbols specifies the number of symbol characters in
the generated password. If omitted it defaults to 25% of the length
of the password
type: integer
required:
- allowRepeat
- length
- noUpper
type: object
type: object
served: true

View File

@@ -18,7 +18,7 @@ spec:
- name: v1alpha1
schema:
openAPIV3Schema:
description: UUID generates a version 1 UUID (e56657e3-764f-11ef-a397-65231a88c216).
description: UUID generates a version 4 UUID (e56657e3-764f-11ef-a397-65231a88c216).
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation