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/auth/auth-crd.yaml
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ spec:
40
40
properties:
41
41
ingressclass:
42
42
type: string
43
-
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"
43
+
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"
44
44
servicenames:
45
45
description: |+
46
46
'Name of the services for which the policies applied'
@@ -70,7 +70,7 @@ spec:
70
70
description: |+
71
71
'Fully qualified domain name (FQDN) for authentication.
72
72
This FQDN should be unique and should resolve to frontend IP of
73
-
ADC with Ingress/service type LoadBalancer (or) vip of Listener CRD'
73
+
NetScaler with Ingress/service type LoadBalancer (or) vip of Listener CRD'
74
74
type: string
75
75
maxLength: 255
76
76
authentication_host_cert:
@@ -87,8 +87,8 @@ spec:
87
87
type: string
88
88
maxLength: 63
89
89
description: |+
90
-
'Preconfigured SSL certkey name on ADC with the
91
-
certificate and key already added on ADC'
90
+
'Preconfigured SSL certkey name on NetScaler with the
91
+
certificate and key already added on NetScaler'
92
92
oneOf:
93
93
- properties:
94
94
required: [tls_secret]
@@ -215,7 +215,7 @@ spec:
215
215
user_field:
216
216
description: |+
217
217
'Attribute in the token from which username should be extracted.
218
-
by default, ADC looks at email attribute for user id'
218
+
by default, NetScaler looks at email attribute for user id'
219
219
type: string
220
220
maxLength: 127
221
221
default_group:
@@ -278,13 +278,13 @@ spec:
278
278
type: string
279
279
login_name:
280
280
description: |+
281
-
'LDAP login name attribute. The Netscaler uses the LDAP login name
281
+
'LDAP login name attribute. The NetScaler uses the LDAP login name
282
282
to query external LDAP servers or Active Directories'
283
283
type: string
284
284
maxLength: 127
285
285
security_type:
286
286
description: |+
287
-
'Type of security used for communications between the Netscaler
287
+
'Type of security used for communications between the NetScaler
288
288
and the LDAP server. Default is TLS'
289
289
type: string
290
290
enum: ['PLAINTEXT', 'TLS', 'SSL']
@@ -318,7 +318,7 @@ spec:
318
318
maxLength: 255
319
319
auth_timeout:
320
320
description: |+
321
-
'Number of seconds the Netscaler waits for a response from the server
321
+
'Number of seconds the NetScaler waits for a response from the server
322
322
Default is 3'
323
323
type: integer
324
324
minimum: 1
@@ -330,7 +330,7 @@ spec:
330
330
attributes_to_save:
331
331
description: |+
332
332
'List of attribute names separated by comma which needs to be fetched
333
-
from LDAP server and stored as key-value pair for the session on ADC'
333
+
from LDAP server and stored as key-value pair for the session on NetScaler'
334
334
type: string
335
335
maxLength: 2047
336
336
oneOf:
@@ -368,8 +368,8 @@ spec:
368
368
type: string
369
369
maxLength: 63
370
370
description: |+
371
-
'Preconfigured SSL certkey name on ADC with the
372
-
certificate and key already added on ADC'
371
+
'Preconfigured SSL certkey name on NetScaler with the
372
+
certificate and key already added on NetScaler'
373
373
oneOf:
374
374
- properties:
375
375
required: [tls_secret]
@@ -380,7 +380,7 @@ spec:
380
380
type: string
381
381
maxLength: 127
382
382
issuer_name:
383
-
description: 'The name to be used in requests sent from SP to IDP to identify Netscaler'
383
+
description: 'The name to be used in requests sent from SP to IDP to identify NetScaler'
384
384
type: string
385
385
maxLength: 63
386
386
binding:
@@ -420,7 +420,7 @@ spec:
420
420
attributes_to_save:
421
421
description: |+
422
422
'List of attribute names separated by comma which needs to be extracted
423
-
and stored as key-value pair for the session on ADC'
423
+
and stored as key-value pair for the session on NetScaler'
424
424
type: string
425
425
maxLength: 2047
426
426
required:
@@ -429,11 +429,11 @@ spec:
429
429
basic_local_db:
430
430
type: object
431
431
description: |+
432
-
'Basic HTTP authentication supported by ADC, user data in local DB of ADC.
433
-
Users needs to be added on ADC'
432
+
'Basic HTTP authentication supported by NetScaler, user data in local DB of NetScaler.
433
+
Users needs to be added on NetScaler'
434
434
properties:
435
435
use_local_auth:
436
-
description: 'Use ADC authentication'
436
+
description: 'Use NetScaler authentication'
437
437
type: string
438
438
enum: ['YES']
439
439
@@ -465,7 +465,7 @@ spec:
465
465
required:
466
466
- path
467
467
expression:
468
-
description: 'ADC syntax expression for authentication'
468
+
description: 'NetScaler syntax expression for authentication'
469
469
type: string
470
470
maxLength: 1229
471
471
provider:
@@ -525,7 +525,7 @@ spec:
525
525
required:
526
526
- claims
527
527
expression:
528
-
description: 'ADC syntax expression for authorization'
528
+
description: 'NetScaler syntax expression for authorization'
Copy file name to clipboardExpand all lines: crd/bot/bot-crd.yaml
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ spec:
41
41
properties:
42
42
ingressclass:
43
43
type: string
44
-
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"
44
+
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"
45
45
servicenames:
46
46
description: 'Name of the services to which the bot policies are applied.'
Copy file name to clipboardExpand all lines: crd/contentrouting/HTTPRoute.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ 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 NetScaler Ingress Controllers in the cluster will process the resource otherwise only the controller with that ingress class will process this resource"
35
35
hostname:
36
36
type: array
37
37
description: "List of domain names that share the same route, default is '*'"
@@ -49,7 +49,7 @@ spec:
49
49
properties:
50
50
name:
51
51
type: string
52
-
description: "A name to represent the rule, this is used as an identifier in content routing policy name in ADC"
52
+
description: "A name to represent the rule, this is used as an identifier in content routing policy name in NetScaler"
53
53
minLength: 1
54
54
maxLength: 20
55
55
pattern: '^[a-z0-9]([-a-z0-9]*[a-z0-9])?$'
@@ -194,7 +194,7 @@ spec:
194
194
description: "HTTP method for content routing eg: POST, PUT, DELETE etc"
description: "Use Secure communications to the backends"
226
226
type: boolean
227
227
lbConfig:
228
-
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"
228
+
description: "NetScaler LB vserver configurations for the backend. Refer: https://developer-docs.netscaler.com/en-us/adc-nitro-api/current-release/configuration/lb/lbvserver.html for all configurations"
229
229
type: object
230
230
additionalProperties:
231
231
type: string
232
232
servicegroupConfig:
233
-
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"
233
+
description: "NetScaler service group configurations for the backend; Refer: https://developer-docs.netscaler.com/en-us/adc-nitro-api/current-release/configuration/basic/servicegroup.html for all configurations"
234
234
type: object
235
235
additionalProperties:
236
236
type: string
@@ -248,7 +248,7 @@ spec:
248
248
description: "Host name specified is used for redirection with URL intact"
249
249
type: string
250
250
targetExpression:
251
-
description: "A target can be specified using Netscaler policy expression"
251
+
description: "A target can be specified using NetScaler policy expression"
252
252
type: string
253
253
responseCode:
254
254
description: "Default response code is 302, which can be customised using this attribute"
0 commit comments