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
21
-
properties:
22
-
apiVersion:
23
-
description: 'APIVersion defines the versioned schema of this representation
24
-
of an object. Servers should convert recognized schemas to the latest
25
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
26
-
type: string
27
-
kind:
28
-
description: 'Kind is a string value representing the REST resource this
29
-
object represents. Servers may infer this from the endpoint the client
30
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
31
-
type: string
32
-
metadata:
33
-
type: object
34
-
spec:
35
-
description: IngressClassParamsSpec defines the desired state of IngressClassParams
36
-
properties:
37
-
group:
38
-
description: Group defines the IngressGroup for all Ingresses that belong
39
-
to IngressClass with this IngressClassParams.
40
-
properties:
41
-
name:
42
-
description: Name is the name of IngressGroup.
43
-
type: string
44
-
required:
45
-
- name
46
-
type: object
47
-
ipAddressType:
48
-
description: IPAddressType defines the ip address type for all Ingresses
49
-
that belong to IngressClass with this IngressClassParams.
50
-
enum:
51
-
- ipv4
52
-
- dualstack
53
-
type: string
54
-
namespaceSelector:
55
-
description: NamespaceSelector restrict the namespaces of Ingresses
56
-
that are allowed to specify the IngressClass with this IngressClassParams.
57
-
* if absent or present but empty, it selects all namespaces.
58
-
properties:
59
-
matchExpressions:
60
-
description: matchExpressions is a list of label selector requirements.
61
-
The requirements are ANDed.
62
-
items:
63
-
description: A label selector requirement is a selector that contains
64
-
values, a key, and an operator that relates the key and values.
65
-
properties:
66
-
key:
67
-
description: key is the label key that the selector applies
68
-
to.
69
-
type: string
70
-
operator:
71
-
description: operator represents a key's relationship to a
72
-
set of values. Valid operators are In, NotIn, Exists and
73
-
DoesNotExist.
74
-
type: string
75
-
values:
76
-
description: values is an array of string values. If the operator
77
-
is In or NotIn, the values array must be non-empty. If the
78
-
operator is Exists or DoesNotExist, the values array must
79
-
be empty. This array is replaced during a strategic merge
80
-
patch.
81
-
items:
82
-
type: string
83
-
type: array
84
-
required:
85
-
- key
86
-
- operator
87
-
type: object
88
-
type: array
89
-
matchLabels:
90
-
additionalProperties:
91
-
type: string
92
-
description: matchLabels is a map of {key,value} pairs. A single
93
-
{key,value} in the matchLabels map is equivalent to an element
94
-
of matchExpressions, whose key field is "key", the operator is
95
-
"In", and the values array contains only "value". The requirements
96
-
are ANDed.
97
-
type: object
98
-
type: object
99
-
scheme:
100
-
description: Scheme defines the scheme for all Ingresses that belong
101
-
to IngressClass with this IngressClassParams.
102
-
enum:
103
-
- internal
104
-
- internet-facing
105
-
type: string
106
-
tags:
107
-
description: Tags defines list of Tags on AWS resources provisioned
108
-
for Ingresses that belong to IngressClass with this IngressClassParams.
109
-
items:
110
-
description: Tag defines a AWS Tag on resources.
18
+
versions:
19
+
- additionalPrinterColumns:
20
+
- description: The Ingress Group name
21
+
jsonPath: .spec.group.name
22
+
name: GROUP-NAME
23
+
type: string
24
+
- description: The AWS Load Balancer scheme
25
+
jsonPath: .spec.scheme
26
+
name: SCHEME
27
+
type: string
28
+
- description: The AWS Load Balancer ipAddressType
29
+
jsonPath: .spec.ipAddressType
30
+
name: IP-ADDRESS-TYPE
31
+
type: string
32
+
- jsonPath: .metadata.creationTimestamp
33
+
name: AGE
34
+
type: date
35
+
name: v1beta1
36
+
schema:
37
+
openAPIV3Schema:
38
+
description: IngressClassParams is the Schema for the IngressClassParams API
39
+
properties:
40
+
apiVersion:
41
+
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
42
+
type: string
43
+
kind:
44
+
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
45
+
type: string
46
+
metadata:
47
+
type: object
48
+
spec:
49
+
description: IngressClassParamsSpec defines the desired state of IngressClassParams
50
+
properties:
51
+
group:
52
+
description: Group defines the IngressGroup for all Ingresses that belong to IngressClass with this IngressClassParams.
111
53
properties:
112
-
key:
113
-
description: The key of the tag.
114
-
type: string
115
-
value:
116
-
description: The value of the tag.
54
+
name:
55
+
description: Name is the name of IngressGroup.
117
56
type: string
118
57
required:
119
-
- key
120
-
- value
58
+
- name
121
59
type: object
122
-
type: array
123
-
type: object
124
-
type: object
125
-
version: v1beta1
126
-
versions:
127
-
- name: v1beta1
60
+
ipAddressType:
61
+
description: IPAddressType defines the ip address type for all Ingresses that belong to IngressClass with this IngressClassParams.
62
+
enum:
63
+
- ipv4
64
+
- dualstack
65
+
type: string
66
+
namespaceSelector:
67
+
description: NamespaceSelector restrict the namespaces of Ingresses that are allowed to specify the IngressClass with this IngressClassParams. * if absent or present but empty, it selects all namespaces.
68
+
properties:
69
+
matchExpressions:
70
+
description: matchExpressions is a list of label selector requirements. The requirements are ANDed.
71
+
items:
72
+
description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
73
+
properties:
74
+
key:
75
+
description: key is the label key that the selector applies to.
76
+
type: string
77
+
operator:
78
+
description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
79
+
type: string
80
+
values:
81
+
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.
82
+
items:
83
+
type: string
84
+
type: array
85
+
required:
86
+
- key
87
+
- operator
88
+
type: object
89
+
type: array
90
+
matchLabels:
91
+
additionalProperties:
92
+
type: string
93
+
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.
94
+
type: object
95
+
type: object
96
+
scheme:
97
+
description: Scheme defines the scheme for all Ingresses that belong to IngressClass with this IngressClassParams.
98
+
enum:
99
+
- internal
100
+
- internet-facing
101
+
type: string
102
+
tags:
103
+
description: Tags defines list of Tags on AWS resources provisioned for Ingresses that belong to IngressClass with this IngressClassParams.
0 commit comments