Skip to content

Commit

Permalink
test: maim schema
Browse files Browse the repository at this point in the history
  • Loading branch information
LeelaChacha committed Jun 3, 2024
1 parent 002ffe5 commit dde903f
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions config/crd/bases/operator.kyma-project.io_kymas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,16 @@ spec:
items:
description: Module defines the components to be installed.
properties:
channel:
channeltest:
description: |-
Channel is the desired channel of the Module. If this changes or is set, it will be used to resolve a new
ModuleTemplate based on the new resolved resources.
maxLength: 32
minLength: 3
pattern: ^[a-z]+$
type: string
controller:
description: |-
ControllerName is able to set the controller used for reconciliation of the module. It can be used
together with Cache Configuration on the Operator responsible for the templated Modules to split
workload.
type: string
newField:
type: integer
customResourcePolicy:
default: CreateAndDelete
description: |-
Expand All @@ -83,7 +79,7 @@ spec:
enum:
- CreateAndDelete
- Ignore
type: string
type: integer
name:
description: |-
Name is a unique identifier of the module.
Expand Down Expand Up @@ -196,7 +192,7 @@ spec:
description: status of the condition, one of True, False, Unknown.
enum:
- "True"
- "False"
- "Falsi"
- Unknown
type: string
type:
Expand Down

0 comments on commit dde903f

Please sign in to comment.