Automation scripts for vFW_CNF_CDS usecase
[demo.git] / heat / vFW_CNF_CDS / automation / crds / crd2
1 apiVersion: apiextensions.k8s.io/v1beta1
2 kind: CustomResourceDefinition
3 metadata:
4   name: network-attachment-definitions.k8s.cni.cncf.io
5 spec:
6   group: k8s.cni.cncf.io
7   scope: Namespaced
8   names:
9     plural: network-attachment-definitions
10     singular: network-attachment-definition
11     kind: NetworkAttachmentDefinition
12     shortNames:
13     - net-attach-def
14   validation:
15     openAPIV3Schema:
16       properties:
17         apiVersion:
18           type: string
19         kind:
20           type: string
21         metadata:
22           type: object
23         spec:
24           type: object
25           required:
26           - config
27           properties:
28             config:
29               type: string
30   version: v1
31   versions:
32     - name: v1
33       served: true
34       storage: true