Skip to content

Commit 8b6e7a7

Browse files
committed
feat(kcl): add kcl to package
Signed-off-by: Christopher Haar <[email protected]>
1 parent 92a2084 commit 8b6e7a7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

apis/definition.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ spec:
5353
reference cannot be resolved. 'Optional' means this reference will be
5454
a no-op if it cannot be resolved.
5555
enum:
56-
- Required
57-
- Optional
56+
- Required
57+
- Optional
5858
type: string
5959
resolve:
6060
description: |-
@@ -63,12 +63,12 @@ spec:
6363
the corresponding field is not present. Use 'Always' to resolve the
6464
reference on every reconcile.
6565
enum:
66-
- Always
67-
- IfNotPresent
66+
- Always
67+
- IfNotPresent
6868
type: string
6969
type: object
7070
required:
71-
- name
71+
- name
7272
type: object
7373
clusterNameSelector:
7474
description: Selector for a Cluster in eks to populate clusterName.
@@ -95,8 +95,8 @@ spec:
9595
reference cannot be resolved. 'Optional' means this reference will be
9696
a no-op if it cannot be resolved.
9797
enum:
98-
- Required
99-
- Optional
98+
- Required
99+
- Optional
100100
type: string
101101
resolve:
102102
description: |-
@@ -105,8 +105,8 @@ spec:
105105
the corresponding field is not present. Use 'Always' to resolve the
106106
reference on every reconcile.
107107
enum:
108-
- Always
109-
- IfNotPresent
108+
- Always
109+
- IfNotPresent
110110
type: string
111111
type: object
112112
type: object
@@ -174,4 +174,4 @@ spec:
174174
podIdentity:
175175
description: Freeform field containing status information for podidentity
176176
type: object
177-
x-kubernetes-preserve-unknown-fields: true
177+
x-kubernetes-preserve-unknown-fields: true

0 commit comments

Comments
 (0)