File tree 1 file changed +10
-10
lines changed 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 53
53
reference cannot be resolved. 'Optional' means this reference will be
54
54
a no-op if it cannot be resolved.
55
55
enum :
56
- - Required
57
- - Optional
56
+ - Required
57
+ - Optional
58
58
type : string
59
59
resolve :
60
60
description : |-
@@ -63,12 +63,12 @@ spec:
63
63
the corresponding field is not present. Use 'Always' to resolve the
64
64
reference on every reconcile.
65
65
enum :
66
- - Always
67
- - IfNotPresent
66
+ - Always
67
+ - IfNotPresent
68
68
type : string
69
69
type : object
70
70
required :
71
- - name
71
+ - name
72
72
type : object
73
73
clusterNameSelector :
74
74
description : Selector for a Cluster in eks to populate clusterName.
95
95
reference cannot be resolved. 'Optional' means this reference will be
96
96
a no-op if it cannot be resolved.
97
97
enum :
98
- - Required
99
- - Optional
98
+ - Required
99
+ - Optional
100
100
type : string
101
101
resolve :
102
102
description : |-
@@ -105,8 +105,8 @@ spec:
105
105
the corresponding field is not present. Use 'Always' to resolve the
106
106
reference on every reconcile.
107
107
enum :
108
- - Always
109
- - IfNotPresent
108
+ - Always
109
+ - IfNotPresent
110
110
type : string
111
111
type : object
112
112
type : object
@@ -174,4 +174,4 @@ spec:
174
174
podIdentity :
175
175
description : Freeform field containing status information for podidentity
176
176
type : object
177
- x-kubernetes-preserve-unknown-fields : true
177
+ x-kubernetes-preserve-unknown-fields : true
You can’t perform that action at this time.
0 commit comments