Update open-appsec-crd-v1beta2.yaml

This commit is contained in:
orianelou 2025-02-19 13:35:51 +02:00 committed by GitHub
parent a77732f84c
commit b852809d1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1173,3 +1173,46 @@ spec:
kind: TrustedSource
shortNames:
- 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