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
| adcCredentialSecret | Mandatory | N/A | The secret key to log on to the Netscaler VPX or MPX. For information on how to create the secret keys, see [Prerequisites](#prerequistes). |
297
297
| nsIP | Mandatory | N/A | The IP address of the Netscaler device. For details, see [Prerequisites](#prerequistes). |
Copy file name to clipboardExpand all lines: crd/contentrouting/Listener.yaml
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -31,10 +31,13 @@ spec:
31
31
properties:
32
32
ingressclass:
33
33
type: string
34
-
description: "Ingress class, if not specified then all Netscaler ingress controllers in the cluster will process the resource otherwise only the controller with that ingress class will process this resource"
34
+
description: "Ingress class, if not specified then all citrix ingress controllers in the cluster will process the resource otherwise only the controller with that ingress class will process this resource"
35
+
multicluster:
36
+
description: "Is the csvserver IP shared by multiclusters and CICs"
37
+
type: boolean
35
38
protocol:
36
39
type: string
37
-
enum: ["https", "http"]
40
+
enum: ["tcp", "udp", "https", "http"]
38
41
description: "Protocol for this listener"
39
42
vip:
40
43
type: string
@@ -104,7 +107,7 @@ spec:
104
107
- required: ["config"]
105
108
tcpprofile:
106
109
type: object
107
-
description: "TCP level configurations, uses ns tcpprofile of Netscaler"
110
+
description: "TCP level configurations, uses ns tcpprofile of citrix ADC"
108
111
properties:
109
112
preconfigured:
110
113
description: "Preconfigured or Built-in TCP profile name"
@@ -130,7 +133,7 @@ spec:
130
133
type: string
131
134
description: "SSL profile which is preconfigured in ADC. Ciphers bound to the profile is not overriden"
132
135
config:
133
-
description: "Netscaler frontend SSL profile configurations. Refer:https://developer-docs.citrix.com/projects/netscaler-nitro-api/en/12.0/configuration/ssl/sslprofile/ for all configurations; Name field is auto generated"
136
+
description: "Citrix ADC frontend SSL profile configurations. Refer:https://developer-docs.citrix.com/projects/netscaler-nitro-api/en/12.0/configuration/ssl/sslprofile/ for all configurations; Name field is auto generated"
134
137
type: object
135
138
additionalProperties:
136
139
type: string
@@ -233,12 +236,12 @@ spec:
233
236
description: "Use Secure communications to the backends"
234
237
type: boolean
235
238
lbConfig:
236
-
description: "Netscaler LB vserver configurations for the backend. Refer: https://developer-docs.citrix.com/projects/netscaler-nitro-api/en/12.0/configuration/load-balancing/lbvserver/lbvserver/ for all configurations"
239
+
description: "Citrix ADC LB vserver configurations for the backend. Refer: https://developer-docs.citrix.com/projects/netscaler-nitro-api/en/12.0/configuration/load-balancing/lbvserver/lbvserver/ for all configurations"
237
240
type: object
238
241
additionalProperties:
239
242
type: string
240
243
servicegroupConfig:
241
-
description: "Netscaler service group configurations for the backend; Refer: https://developer-docs.citrix.com/projects/netscaler-nitro-api/en/12.0/configuration/basic/servicegroup/servicegroup/ for all configurations"
244
+
description: "Citrix ADC service group configurations for the backend; Refer: https://developer-docs.citrix.com/projects/netscaler-nitro-api/en/12.0/configuration/basic/servicegroup/servicegroup/ for all configurations"
242
245
type: object
243
246
additionalProperties:
244
247
type: string
@@ -256,7 +259,7 @@ spec:
256
259
description: "Host name specified is used for redirection with URL intact"
257
260
type: string
258
261
targetExpression:
259
-
description: "A target can be specified using Netscaler policy expression"
262
+
description: "A target can be specified using Citrix ADC policy expression"
260
263
type: string
261
264
responseCode:
262
265
description: "Default response code is 302, which can be customised using this attribute"
0 commit comments