Skip to content

Commit

Permalink
operators neuvector-community-operator (1.4.8) (#5283)
Browse files Browse the repository at this point in the history
Signed-off-by: selvamt94 <[email protected]>
  • Loading branch information
selvamt94 authored Oct 4, 2024
1 parent 3149809 commit 32229b1
Show file tree
Hide file tree
Showing 3 changed files with 731 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
name: neuvectors.apm.neuvector.com
spec:
group: apm.neuvector.com
names:
kind: Neuvector
listKind: NeuvectorList
plural: neuvectors
singular: neuvector
scope: Namespaced
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
properties:
apiVersion:
type: string
kind:
type: string
metadata:
type: object
spec:
type: object
x-kubernetes-preserve-unknown-fields: true
status:
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
served: true
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
Loading

0 comments on commit 32229b1

Please sign in to comment.