@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
2
2
kind : CustomResourceDefinition
3
3
metadata :
4
4
annotations :
5
- controller-gen.kubebuilder.io/version : v0.15.0
5
+ controller-gen.kubebuilder.io/version : v0.16.1
6
6
include.release.openshift.io/ibm-cloud-managed : " true"
7
7
include.release.openshift.io/self-managed-high-availability : " true"
8
8
capability.openshift.io/name : " OperatorLifecycleManager"
@@ -367,7 +367,7 @@ spec:
367
367
pod labels will be ignored. The default value is empty.
368
368
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
369
369
Also, matchLabelKeys cannot be set when labelSelector isn't set.
370
- This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.
370
+ This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default) .
371
371
type : array
372
372
items :
373
373
type : string
@@ -382,7 +382,7 @@ spec:
382
382
pod labels will be ignored. The default value is empty.
383
383
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
384
384
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
385
- This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.
385
+ This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default) .
386
386
type : array
387
387
items :
388
388
type : string
@@ -539,7 +539,7 @@ spec:
539
539
pod labels will be ignored. The default value is empty.
540
540
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
541
541
Also, matchLabelKeys cannot be set when labelSelector isn't set.
542
- This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.
542
+ This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default) .
543
543
type : array
544
544
items :
545
545
type : string
@@ -554,7 +554,7 @@ spec:
554
554
pod labels will be ignored. The default value is empty.
555
555
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
556
556
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
557
- This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.
557
+ This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default) .
558
558
type : array
559
559
items :
560
560
type : string
@@ -712,7 +712,7 @@ spec:
712
712
pod labels will be ignored. The default value is empty.
713
713
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
714
714
Also, matchLabelKeys cannot be set when labelSelector isn't set.
715
- This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.
715
+ This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default) .
716
716
type : array
717
717
items :
718
718
type : string
@@ -727,7 +727,7 @@ spec:
727
727
pod labels will be ignored. The default value is empty.
728
728
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
729
729
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
730
- This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.
730
+ This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default) .
731
731
type : array
732
732
items :
733
733
type : string
@@ -884,7 +884,7 @@ spec:
884
884
pod labels will be ignored. The default value is empty.
885
885
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
886
886
Also, matchLabelKeys cannot be set when labelSelector isn't set.
887
- This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.
887
+ This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default) .
888
888
type : array
889
889
items :
890
890
type : string
@@ -899,7 +899,7 @@ spec:
899
899
pod labels will be ignored. The default value is empty.
900
900
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
901
901
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
902
- This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.
902
+ This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default) .
903
903
type : array
904
904
items :
905
905
type : string
@@ -996,13 +996,11 @@ spec:
996
996
- the $GOMEMLIMIT environment variable will be set to this value in bytes
997
997
- the memory request will be set to this value
998
998
999
-
1000
999
This field should be set if it's desired to reduce the footprint of a catalog server as much as possible, or if
1001
1000
a catalog being served is very large and needs more than the default allocation. If your index image has a file-
1002
1001
system cache, determine a good approximation for this value by doubling the size of the package cache at
1003
1002
/tmp/cache/cache/packages.json in the index image.
1004
1003
1005
-
1006
1004
This field is best-effort; if unset, no default will be used and no Pod memory limit or $GOMEMLIMIT value will be set.
1007
1005
pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
1008
1006
anyOf :
@@ -1033,7 +1031,6 @@ spec:
1033
1031
specified. Specifying a value other than `legacy` or `restricted` result in a validation error. When using older
1034
1032
catalog images, which can not run in `restricted` mode, the SecurityContextConfig should be set to `legacy`.
1035
1033
1036
-
1037
1034
More information about PSA can be found here: https://kubernetes.io/docs/concepts/security/pod-security-admission/'
1038
1035
type : string
1039
1036
enum :
@@ -1145,24 +1142,7 @@ spec:
1145
1142
introduced will use conditions.
1146
1143
type : array
1147
1144
items :
1148
- description : |-
1149
- Condition contains details for one aspect of the current state of this API Resource.
1150
- ---
1151
- This struct is intended for direct use as an array at the field path .status.conditions. For example,
1152
-
1153
-
1154
- type FooStatus struct{
1155
- // Represents the observations of a foo's current state.
1156
- // Known .status.conditions.type are: "Available", "Progressing", and "Degraded"
1157
- // +patchMergeKey=type
1158
- // +patchStrategy=merge
1159
- // +listType=map
1160
- // +listMapKey=type
1161
- Conditions []metav1.Condition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,1,rep,name=conditions"`
1162
-
1163
-
1164
- // other fields
1165
- }
1145
+ description : Condition contains details for one aspect of the current state of this API Resource.
1166
1146
type : object
1167
1147
required :
1168
1148
- lastTransitionTime
@@ -1210,12 +1190,7 @@ spec:
1210
1190
- " False"
1211
1191
- Unknown
1212
1192
type :
1213
- description : |-
1214
- type of condition in CamelCase or in foo.example.com/CamelCase.
1215
- ---
1216
- Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
1217
- useful (see .node.status.conditions), the ability to deconflict is important.
1218
- The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
1193
+ description : type of condition in CamelCase or in foo.example.com/CamelCase.
1219
1194
type : string
1220
1195
maxLength : 316
1221
1196
pattern : ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$
0 commit comments