mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
Update open-appsec-crd-v1beta2.yaml
This commit is contained in:
parent
a77732f84c
commit
b852809d1a
@ -1173,3 +1173,46 @@ spec:
|
|||||||
kind: TrustedSource
|
kind: TrustedSource
|
||||||
shortNames:
|
shortNames:
|
||||||
- trustedsource
|
- trustedsource
|
||||||
|
|
||||||
|
---
|
||||||
|
apiVersion: apiextensions.k8s.io/v1
|
||||||
|
kind: CustomResourceDefinition
|
||||||
|
metadata :
|
||||||
|
name: policyactivations.openappsec.io
|
||||||
|
spec:
|
||||||
|
group: openappsec.io
|
||||||
|
versions:
|
||||||
|
- name: v1beta2
|
||||||
|
served: true
|
||||||
|
storage: true
|
||||||
|
schema:
|
||||||
|
openAPIV3Schema:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
spec:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
appsecClassName:
|
||||||
|
type: string
|
||||||
|
enabledPolicies:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
hosts:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- hosts
|
||||||
|
required:
|
||||||
|
- enabledPolicies
|
||||||
|
scope: Cluster
|
||||||
|
names:
|
||||||
|
plural: policyactivations
|
||||||
|
singular: policyactivation
|
||||||
|
kind: PolicyActivation
|
||||||
|
shortNames:
|
||||||
|
- policyactivation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user