You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bump k8s api 1.22
- bump to latest controller-tools, controller-runtime
- latest k8s api 1.22 removes spec.topologyKeys from services
spec which removes this key from our CRD service override
- controller-gen now does not support CRD v1beta1 and crd options
such as trivialVersions and preserveUnknownFields are not necessary
anymore
description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. This field is alpha-level and is only honored when PodAffinityNamespaceSelector feature is enabled.
219
+
description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. This field is beta-level and is only honored when PodAffinityNamespaceSelector feature is enabled.
220
220
properties:
221
221
matchExpressions:
222
222
description: matchExpressions is a list of label selector requirements. The requirements are ANDed.
@@ -301,7 +301,7 @@ spec:
301
301
type: object
302
302
type: object
303
303
namespaceSelector:
304
-
description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. This field is alpha-level and is only honored when PodAffinityNamespaceSelector feature is enabled.
304
+
description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. This field is beta-level and is only honored when PodAffinityNamespaceSelector feature is enabled.
305
305
properties:
306
306
matchExpressions:
307
307
description: matchExpressions is a list of label selector requirements. The requirements are ANDed.
@@ -385,7 +385,7 @@ spec:
385
385
type: object
386
386
type: object
387
387
namespaceSelector:
388
-
description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. This field is alpha-level and is only honored when PodAffinityNamespaceSelector feature is enabled.
388
+
description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. This field is beta-level and is only honored when PodAffinityNamespaceSelector feature is enabled.
389
389
properties:
390
390
matchExpressions:
391
391
description: matchExpressions is a list of label selector requirements. The requirements are ANDed.
@@ -470,7 +470,7 @@ spec:
470
470
type: object
471
471
type: object
472
472
namespaceSelector:
473
-
description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. This field is alpha-level and is only honored when PodAffinityNamespaceSelector feature is enabled.
473
+
description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. This field is beta-level and is only honored when PodAffinityNamespaceSelector feature is enabled.
474
474
properties:
475
475
matchExpressions:
476
476
description: matchExpressions is a list of label selector requirements. The requirements are ANDed.
0 commit comments