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
@@ -87,32 +91,32 @@ spec:
87
91
type: object
88
92
type: array
89
93
namespaceSelector:
90
-
description: NamespaceSelector restrict the namespaces of Ingresses
91
-
that are allowed to specify the IngressClass with this IngressClassParams.
94
+
description: |-
95
+
NamespaceSelector restrict the namespaces of Ingresses that are allowed to specify the IngressClass with this IngressClassParams.
92
96
* if absent or present but empty, it selects all namespaces.
93
97
properties:
94
98
matchExpressions:
95
99
description: matchExpressions is a list of label selector requirements.
96
100
The requirements are ANDed.
97
101
items:
98
-
description: A label selector requirement is a selector that
99
-
contains values, a key, and an operator that relates the key
100
-
and values.
102
+
description: |-
103
+
A label selector requirement is a selector that contains values, a key, and an operator that
104
+
relates the key and values.
101
105
properties:
102
106
key:
103
107
description: key is the label key that the selector applies
104
108
to.
105
109
type: string
106
110
operator:
107
-
description: operator represents a key's relationship to
108
-
a set of values. Valid operators are In, NotIn, Exists
109
-
and DoesNotExist.
111
+
description: |-
112
+
operator represents a key's relationship to a set of values.
113
+
Valid operators are In, NotIn, Exists and DoesNotExist.
110
114
type: string
111
115
values:
112
-
description: values is an array of string values. If the
113
-
operator is In or NotIn, the values array must be non-empty.
114
-
If the operator is Exists or DoesNotExist, the values
115
-
array must be empty. This array is replaced during a strategic
116
+
description: |-
117
+
values is an array of string values. If the operator is In or NotIn,
118
+
the values array must be non-empty. If the operator is Exists or DoesNotExist,
119
+
the values array must be empty. This array is replaced during a strategic
116
120
merge patch.
117
121
items:
118
122
type: string
@@ -125,11 +129,10 @@ spec:
125
129
matchLabels:
126
130
additionalProperties:
127
131
type: string
128
-
description: matchLabels is a map of {key,value} pairs. A single
129
-
{key,value} in the matchLabels map is equivalent to an element
130
-
of matchExpressions, whose key field is "key", the operator
131
-
is "In", and the values array contains only "value". The requirements
132
-
are ANDed.
132
+
description: |-
133
+
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels
134
+
map is equivalent to an element of matchExpressions, whose key field is "key", the
135
+
operator is "In", and the values array contains only "value". The requirements are ANDed.
0 commit comments