8000 add missing threat campaigns key to crd by rafwegv · Pull Request #1110 · nginx/kubernetes-ingress · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions deployments/common/ap-policy-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,21 @@ spec:
name:
type: string
type: object
threat-campaigns:
items:
properties:
isEnabled:
type: boolean
name:
type: string
type: object
type: array
threatCampaignReference:
properties:
link:
pattern: ^http
type: string
type: object
urlReference:
properties:
link:
Expand Down
15 changes: 15 additions & 0 deletions deployments/helm-chart/crds/ap-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,21 @@ spec:
name:
type: string
type: object
threat-campaigns:
items:
properties:
isEnabled:
type: boolean
name:
type: string
type: object
type: array
threatCampaignReference:
properties:
link:
pattern: ^http
type: string
type: object
urlReference:
properties:
link:
Expand Down
0