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
@@ -24,175 +24,6 @@ Based on the type of protections required, you can specify the metadata and use
24
24
25
25
The Bot CRD is available in the Citrix ingress controller GitHub repo at [bot-crd.yaml](https://raw.githubusercontent.com/citrix/citrix-k8s-ingress-controller/master/crd/bot/bot-crd.yaml). The Bot CRD provides attributes for the various options that are required to define the bot management policies on Citrix ADC.
26
26
27
-
The following is the Bot CRD definition:
28
-
29
-
```yml
30
-
apiVersion: apiextensions.k8s.io/v1beta1
31
-
kind: CustomResourceDefinition
32
-
metadata:
33
-
name: bots.citrix.com
34
-
spec:
35
-
group: citrix.com
36
-
version: v1
37
-
names:
38
-
kind: bot
39
-
plural: bots
40
-
singular: bot
41
-
scope: Namespaced
42
-
subresources:
43
-
status: {}
44
-
additionalPrinterColumns:
45
-
- name: Status
46
-
type: string
47
-
description: "Current Status of the CRD"
48
-
JSONPath: .status.state
49
-
- name: Message
50
-
type: string
51
-
description: "Status Message"
52
-
JSONPath: .status.status_message
53
-
validation:
54
-
openAPIV3Schema:
55
-
required: [spec]
56
-
properties:
57
-
spec:
58
-
type: object
59
-
properties:
60
-
servicenames:
61
-
description: 'Name of the services to which the bot policies are applied.'
62
-
type: array
63
-
items:
64
-
type: string
65
-
maxLength: 127
66
-
signatures:
67
-
description: 'Location of external bot signature file'
68
-
type: string
69
-
redirect_url:
70
-
description: 'url to redirect when bot violation is hit'
71
-
type: string
72
-
target:
73
-
description: 'To control what traffic to be inspected by BOT. If you do not provide the target, everything will be inspected by default'
0 commit comments