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
description: IngressClassParams is the Schema for the IngressClassParams API
38
37
properties:
39
38
apiVersion:
40
-
description: 'APIVersion defines the versioned schema of this representation
41
-
of an object. Servers should convert recognized schemas to the latest
42
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
39
+
description: |-
40
+
APIVersion defines the versioned schema of this representation of an object.
41
+
Servers should convert recognized schemas to the latest internal value, and
42
+
may reject unrecognized values.
43
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
43
44
type: string
44
45
kind:
45
-
description: 'Kind is a string value representing the REST resource this
46
-
object represents. Servers may infer this from the endpoint the client
47
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
46
+
description: |-
47
+
Kind is a string value representing the REST resource this object represents.
48
+
Servers may infer this from the endpoint the client submits requests to.
49
+
Cannot be updated.
50
+
In CamelCase.
51
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
48
52
type: string
49
53
metadata:
50
54
type: object
@@ -93,32 +97,32 @@ spec:
93
97
type: object
94
98
type: array
95
99
namespaceSelector:
96
-
description: NamespaceSelector restrict the namespaces of Ingresses
97
-
that are allowed to specify the IngressClass with this IngressClassParams.
100
+
description: |-
101
+
NamespaceSelector restrict the namespaces of Ingresses that are allowed to specify the IngressClass with this IngressClassParams.
98
102
* if absent or present but empty, it selects all namespaces.
99
103
properties:
100
104
matchExpressions:
101
105
description: matchExpressions is a list of label selector requirements.
102
106
The requirements are ANDed.
103
107
items:
104
-
description: A label selector requirement is a selector that
105
-
contains values, a key, and an operator that relates the key
106
-
and values.
108
+
description: |-
109
+
A label selector requirement is a selector that contains values, a key, and an operator that
110
+
relates the key and values.
107
111
properties:
108
112
key:
109
113
description: key is the label key that the selector applies
110
114
to.
111
115
type: string
112
116
operator:
113
-
description: operator represents a key's relationship to
114
-
a set of values. Valid operators are In, NotIn, Exists
115
-
and DoesNotExist.
117
+
description: |-
118
+
operator represents a key's relationship to a set of values.
119
+
Valid operators are In, NotIn, Exists and DoesNotExist.
116
120
type: string
117
121
values:
118
-
description: values is an array of string values. If the
119
-
operator is In or NotIn, the values array must be non-empty.
120
-
If the operator is Exists or DoesNotExist, the values
121
-
array must be empty. This array is replaced during a strategic
122
+
description: |-
123
+
values is an array of string values. If the operator is In or NotIn,
124
+
the values array must be non-empty. If the operator is Exists or DoesNotExist,
125
+
the values array must be empty. This array is replaced during a strategic
122
126
merge patch.
123
127
items:
124
128
type: string
@@ -131,11 +135,10 @@ spec:
131
135
matchLabels:
132
136
additionalProperties:
133
137
type: string
134
-
description: matchLabels is a map of {key,value} pairs. A single
135
-
{key,value} in the matchLabels map is equivalent to an element
136
-
of matchExpressions, whose key field is "key", the operator
137
-
is "In", and the values array contains only "value". The requirements
138
-
are ANDed.
138
+
description: |-
139
+
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels
140
+
map is equivalent to an element of matchExpressions, whose key field is "key", the
141
+
operator is "In", and the values array contains only "value". The requirements are ANDed.
139
142
type: object
140
143
type: object
141
144
x-kubernetes-map-type: atomic
@@ -168,10 +171,11 @@ spec:
168
171
items:
169
172
type: string
170
173
type: array
171
-
description: Tags specifies subnets in the load balancer's VPC
172
-
where each tag specified in the map key contains one of the
173
-
values in the corresponding value list. Exactly one of this
174
-
or `ids` must be specified.
174
+
description: |-
175
+
Tags specifies subnets in the load balancer's VPC where each
176
+
tag specified in the map key contains one of the values in the corresponding
0 commit comments