8000 update crd · nginx/kubernetes-ingress@79b7fa8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 79b7fa8

Browse files
author
Rafal Wegrzycki
committed
update crd
1 parent b2c61a7 commit 79b7fa8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

deployments/helm-chart/crds/k8s.nginx.org_policies.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,18 @@ spec:
156156
type: boolean
157157
logDest:
158158
type: string
159+
securityLogs:
160+
type: array
161+
items:
162+
description: SecurityLog defines the security log of a WAF policy.
163+
type: object
164+
properties:
165+
apLogConf:
166+
type: string
167+
enable:
168+
type: boolean
169+
logDest:
170+
type: string
159171
status:
160172
description: PolicyStatus is the status of the policy resource
161173
type: object

0 commit comments

Comments
 (0)
0