51
51
metadata :
52
52
type : object
53
53
spec :
54
- description : spec field of the TransportServer resource
54
+ description : TransportServerSpec is the spec of the TransportServer resource.
55
55
properties :
56
56
action :
57
57
description : The action to perform for a request.
66
66
subdomain as defined in RFC 1123, such as my-app or hello.example.com.
67
67
When using a wildcard domain like *.example.com the domain must
68
68
be contained in double quotes. The host value needs to be unique
69
- among all Ingress and VirtualServer resources. See also Handling
70
- Host and Listener Collisions.
69
+ among all Ingress and VirtualServer resources.
71
70
type : string
72
71
ingressClassName :
73
72
description : Specifies which Ingress Controller must handle the VirtualServer
96
95
properties :
97
96
timeout :
98
97
description : The timeout between two successive read or write
99
- operations on client or proxied server connections. See proxy_timeout
100
- directive. The default is 10m.
98
+ operations on client or proxied server connections. The default
99
+ is 10m.
101
100
type : string
102
101
type : object
103
102
streamSnippets :
@@ -115,34 +114,30 @@ spec:
115
114
properties :
116
115
connectTimeout :
117
116
description : The timeout for establishing a connection with a
118
- proxied server. See the proxy_connect_timeout directive. The
119
- default is 60s.
117
+ proxied server. The default is 60s.
120
118
type : string
121
119
nextUpstream :
122
120
description : If a connection to the proxied server cannot be established,
123
121
determines whether a client connection will be passed to the
124
- next server. See the proxy_next_upstream directive. The default
125
- is true.
122
+ next server. The default is true.
126
123
type : boolean
127
124
nextUpstreamTimeout :
128
125
description : The time allowed to pass a connection to the next
129
- server. See the proxy_next_upstream_timeout directive. The default
130
- us 0.
126
+ server. The default us 0.
131
127
type : string
132
128
nextUpstreamTries :
133
129
description : The number of tries for passing a connection to the
134
- next server. See the proxy_next_upstream_tries directive. The
135
- default is 0.
130
+ next server. The default is 0.
136
131
type : integer
137
132
udpRequests :
138
133
description : The number of datagrams, after receiving which, the
139
- next datagram from the same client starts a new session. See
140
- the proxy_requests directive. The default is 0.
134
+ next datagram from the same client starts a new session. The
135
+ default is 0.
141
136
type : integer
142
137
udpResponses :
143
138
description : The number of datagrams expected from the proxied
144
- server in response to a client datagram. See the proxy_responses
145
- directive. By default, the number of datagrams is not limited.
139
+ server in response to a client datagram. By default, the number
140
+ of datagrams is not limited.
146
141
type : integer
147
142
type : object
148
143
upstreams :
@@ -169,8 +164,7 @@ spec:
169
164
type : string
170
165
healthCheck :
171
166
description : ' The health check configuration for the Upstream.
172
- See the health_check directive. Note: this feature is supported
173
- only in NGINX Plus.'
167
+ Note: this feature is supported only in NGINX Plus.'
174
168
properties :
175
169
enable :
176
170
description : Enables a health check for an upstream server.
@@ -226,8 +220,7 @@ spec:
226
220
loadBalancingMethod :
227
221
description : The method used to load balance the upstream servers.
228
222
By default, connections are distributed between the servers
229
- using a weighted round-robin balancing method. See the upstream
230
- section for available methods and their details.
223
+ using a weighted round-robin balancing method.
231
224
type : string
232
225
maxConns :
233
226
description : Sets the time during which the specified number
0 commit comments