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: config/crd/bases/k8s.nginx.org_globalconfigurations.yaml
+40-1Lines changed: 40 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ spec:
16
16
singular: globalconfiguration
17
17
scope: Namespaced
18
18
versions:
19
-
- name: v1alpha1
19
+
- name: v1
20
20
schema:
21
21
openAPIV3Schema:
22
22
description: GlobalConfiguration defines the GlobalConfiguration resource.
@@ -55,3 +55,42 @@ spec:
55
55
type: object
56
56
served: true
57
57
storage: true
58
+
- name: v1alpha1
59
+
schema:
60
+
openAPIV3Schema:
61
+
description: GlobalConfiguration defines the GlobalConfiguration resource.
62
+
properties:
63
+
apiVersion:
64
+
description: 'APIVersion defines the versioned schema of this representation
65
+
of an object. Servers should convert recognized schemas to the latest
66
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
67
+
type: string
68
+
kind:
69
+
description: 'Kind is a string value representing the REST resource this
70
+
B92
object represents. Servers may infer this from the endpoint the client
71
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
72
+
type: string
73
+
metadata:
74
+
type: object
75
+
spec:
76
+
description: GlobalConfigurationSpec is the spec of the GlobalConfiguration
description: TransportServerUpstream defines an upstream.
104
105
properties:
105
106
failTimeout:
106
107
type: string
107
108
healthCheck:
108
-
description: HealthCheck defines the parameters for active Upstream
109
-
HealthChecks.
109
+
description: TransportServerHealthCheck defines the parameters
110
+
for active Upstream HealthChecks.
110
111
properties:
111
112
enable:
112
113
type: boolean
@@ -117,8 +118,8 @@ spec:
117
118
jitter:
118
119
type: string
119
120
match:
120
-
description: Match defines the parameters of a custom health
121
-
check.
121
+
description: TransportServerMatch defines the parameters
122
+
of a custom health check.
122
123
properties:
123
124
expect:
124
125
type: string
@@ -163,3 +164,151 @@ spec:
163
164
storage: true
164
165
subresources:
165
166
status: {}
167
+
- additionalPrinterColumns:
168
+
- description: Current state of the TransportServer. If the resource has a valid
169
+
status, it means it has been validated and accepted by the Ingress Controller.
170
+
jsonPath: .status.state
171
+
name: State
172
+
type: string
173
+
- jsonPath: .status.reason
174
+
name: Reason
175
+
type: string
176
+
- jsonPath: .metadata.creationTimestamp
177
+
name: Age
178
+
type: date
179
+
name: v1alpha1
180
+
schema:
181
+
openAPIV3Schema:
182
+
description: TransportServer defines the TransportServer resource.
183
+
properties:
184
+
apiVersion:
185
+
description: 'APIVersion defines the versioned schema of this representation
186
+
of an object. Servers should convert recognized schemas to the latest
187
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
188
+
type: string
189
+
kind:
190
+
description: 'Kind is a string value representing the REST resource this
191
+
object represents. Servers may infer this from the endpoint the client
192
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
193
+
type: string
194
+
metadata:
195
+
type: object
196
+
spec:
197
+
description: TransportServerSpec is the spec of the TransportServer resource.
198
+
properties:
199
+
action:
200
+
description: TransportServerAction defines an action.
201
+
properties:
202
+
pass:
203
+
type: string
204
+
type: object
205
+
host:
206
+
type: string
207
+
ingressClassName:
208
+
type: string
209
+
listener:
210
+
description: TransportServerListener defines a listener for a TransportServer.
0 commit comments