@@ -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
name : catalogsources.operators.coreos.com
7
7
spec :
8
8
group : operators.coreos.com
@@ -363,7 +363,7 @@ spec:
363
363
pod labels will be ignored. The default value is empty.
364
364
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
365
365
Also, matchLabelKeys cannot be set when labelSelector isn't set.
366
- This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.
366
+ This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default) .
367
367
type : array
368
368
items :
369
369
type : string
@@ -378,7 +378,7 @@ spec:
378
378
pod labels will be ignored. The default value is empty.
379
379
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
380
380
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
381
- This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.
381
+ This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default) .
382
382
type : array
383
383
items :
384
384
type : string
@@ -535,7 +535,7 @@ spec:
535
535
pod labels will be ignored. The default value is empty.
536
536
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
537
537
Also, matchLabelKeys cannot be set when labelSelector isn't set.
538
- This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.
538
+ This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default) .
539
539
type : array
540
540
items :
541
541
type : string
@@ -550,7 +550,7 @@ spec:
550
550
pod labels will be ignored. The default value is empty.
551
551
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
552
552
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
553
- This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.
553
+ This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default) .
554
554
type : array
555
555
items :
556
556
type : string
@@ -708,7 +708,7 @@ spec:
708
708
pod labels will be ignored. The default value is empty.
709
709
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
710
710
Also, matchLabelKeys cannot be set when labelSelector isn't set.
711
- This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.
711
+ This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default) .
712
712
type : array
713
713
items :
714
714
type : string
@@ -723,7 +723,7 @@ spec:
723
723
pod labels will be ignored. The default value is empty.
724
724
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
725
725
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
726
- This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.
726
+ This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default) .
727
727
type : array
728
728
items :
729
729
type : string
@@ -880,7 +880,7 @@ spec:
880
880
pod labels will be ignored. The default value is empty.
881
881
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
882
882
Also, matchLabelKeys cannot be set when labelSelector isn't set.
883
- This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.
883
+ This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default) .
884
884
type : array
885
885
items :
886
886
type : string
@@ -895,7 +895,7 @@ spec:
895
895
pod labels will be ignored. The default value is empty.
896
896
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
897
897
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
898
- This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.
898
+ This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default) .
899
899
type : array
900
900
items :
901
901
type : string
@@ -992,13 +992,11 @@ spec:
992
992
- the $GOMEMLIMIT environment variable will be set to this value in bytes
993
993
- the memory request will be set to this value
994
994
995
-
996
995
This field should be set if it's desired to reduce the footprint of a catalog server as much as possible, or if
997
996
a catalog being served is very large and needs more than the default allocation. If your index image has a file-
998
997
system cache, determine a good approximation for this value by doubling the size of the package cache at
999
998
/tmp/cache/cache/packages.json in the index image.
1000
999
1001
-
1002
1000
This field is best-effort; if unset, no default will be used and no Pod memory limit or $GOMEMLIMIT value will be set.
1003
1001
pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
1004
1002
anyOf :
@@ -1029,7 +1027,6 @@ spec:
1029
1027
specified. Specifying a value other than `legacy` or `restricted` result in a validation error. When using older
1030
1028
catalog images, which can not run in `restricted` mode, the SecurityContextConfig should be set to `legacy`.
1031
1029
1032
-
1033
1030
More information about PSA can be found here: https://kubernetes.io/docs/concepts/security/pod-security-admission/'
1034
1031
type : string
1035
1032
enum :
@@ -1136,24 +1133,7 @@ spec:
1136
1133
introduced will use conditions.
1137
1134
type : array
1138
1135
items :
1139
- description : |-
1140
- Condition contains details for one aspect of the current state of this API Resource.
1141
- ---
1142
- This struct is intended for direct use as an array at the field path .status.conditions. For example,
1143
-
1144
-
1145
- type FooStatus struct{
1146
- // Represents the observations of a foo's current state.
1147
- // Known .status.conditions.type are: "Available", "Progressing", and "Degraded"
1148
- // +patchMergeKey=type
1149
- // +patchStrategy=merge
1150
- // +listType=map
1151
- // +listMapKey=type
1152
- Conditions []metav1.Condition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,1,rep,name=conditions"`
1153
-
1154
-
1155
- // other fields
1156
- }
1136
+ description : Condition contains details for one aspect of the current state of this API Resource.
1157
1137
type : object
1158
1138
required :
1159
1139
- lastTransitionTime
@@ -1201,12 +1181,7 @@ spec:
1201
1181
- " False"
1202
1182
- Unknown
1203
1183
type :
1204
- description : |-
1205
- type of condition in CamelCase or in foo.example.com/CamelCase.
1206
- ---
1207
- Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
1208
- useful (see .node.status.conditions), the ability to deconflict is important.
1209
- The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
1184
+ description : type of condition in CamelCase or in foo.example.com/CamelCase.
1210
1185
type : string
1211
1186
maxLength : 316
1212
1187
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