Skip to content

Commit 47b8e55

Browse files
author
Per Goncalves da Silva
committed
regenerate generated files
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent 3f2595b commit 47b8e55

10 files changed

+47
-54
lines changed

crds/operators.coreos.com_catalogsources.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.17.2
5+
controller-gen.kubebuilder.io/version: v0.17.0
66
name: catalogsources.operators.coreos.com
77
spec:
88
group: operators.coreos.com
@@ -363,7 +363,6 @@ spec:
363363
pod labels will be ignored. The default value is empty.
364364
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
365365
Also, matchLabelKeys cannot be set when labelSelector isn't set.
366-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
367366
type: array
368367
items:
369368
type: string
@@ -378,7 +377,6 @@ spec:
378377
pod labels will be ignored. The default value is empty.
379378
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
380379
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
381-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
382380
type: array
383381
items:
384382
type: string
@@ -535,7 +533,6 @@ spec:
535533
pod labels will be ignored. The default value is empty.
536534
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
537535
Also, matchLabelKeys cannot be set when labelSelector isn't set.
538-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
539536
type: array
540537
items:
541538
type: string
@@ -550,7 +547,6 @@ spec:
550547
pod labels will be ignored. The default value is empty.
551548
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
552549
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
553-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
554550
type: array
555551
items:
556552
type: string
@@ -708,7 +704,6 @@ spec:
708704
pod labels will be ignored. The default value is empty.
709705
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
710706
Also, matchLabelKeys cannot be set when labelSelector isn't set.
711-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
712707
type: array
713708
items:
714709
type: string
@@ -723,7 +718,6 @@ spec:
723718
pod labels will be ignored. The default value is empty.
724719
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
725720
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
726-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
727721
type: array
728722
items:
729723
type: string
@@ -880,7 +874,6 @@ spec:
880874
pod labels will be ignored. The default value is empty.
881875
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
882876
Also, matchLabelKeys cannot be set when labelSelector isn't set.
883-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
884877
type: array
885878
items:
886879
type: string
@@ -895,7 +888,6 @@ spec:
895888
pod labels will be ignored. The default value is empty.
896889
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
897890
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
898-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
899891
type: array
900892
items:
901893
type: string

0 commit comments

Comments
 (0)