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
Copy file name to clipboardExpand all lines: deploy/helm/spark-k8s-operator/crds/crds.yaml
+36-5Lines changed: 36 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4115,11 +4115,6 @@ spec:
4115
4115
nullable: true
4116
4116
type: boolean
4117
4117
type: object
4118
-
replicas:
4119
-
format: uint16
4120
-
minimum: 0.0
4121
-
nullable: true
4122
-
type: integer
4123
4118
resources:
4124
4119
default:
4125
4120
memory:
@@ -6989,6 +6984,42 @@ spec:
6989
6984
type: array
6990
6985
type: object
6991
6986
type: object
6987
+
replicas:
6988
+
format: uint16
6989
+
minimum: 0.0
6990
+
nullable: true
6991
+
type: integer
6992
+
selector:
6993
+
description: A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.
6994
+
nullable: true
6995
+
properties:
6996
+
matchExpressions:
6997
+
description: matchExpressions is a list of label selector requirements. The requirements are ANDed.
6998
+
items:
6999
+
description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
7000
+
properties:
7001
+
key:
7002
+
description: key is the label key that the selector applies to.
7003
+
type: string
7004
+
operator:
7005
+
description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
7006
+
type: string
7007
+
values:
7008
+
description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
7009
+
items:
7010
+
type: string
7011
+
type: array
7012
+
required:
7013
+
- key
7014
+
- operator
7015
+
type: object
7016
+
type: array
7017
+
matchLabels:
7018
+
additionalProperties:
7019
+
type: string
7020
+
description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
0 commit comments