Add bashate verification and fix shell errors
[icn.git] / cmd / bpa-operator / deploy / crds / bpa_v1alpha1_provisioning_crd.yaml
1 apiVersion: apiextensions.k8s.io/v1beta1
2 kind: CustomResourceDefinition
3 metadata:
4   name: provisionings.bpa.akraino.org
5 spec:
6   group: bpa.akraino.org
7   names:
8     kind: Provisioning
9     listKind: ProvisioningList
10     plural: provisionings
11     singular: provisioning
12     shortNames:
13     - bpa
14   scope: Namespaced
15   subresources:
16     status: {}
17   validation:
18     openAPIV3Schema:
19       properties:
20         apiVersion:
21           description: 'APIVersion defines the versioned schema of this representation
22             of an object. Servers should convert recognized schemas to the latest
23             internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
24           type: string
25         kind:
26           description: 'Kind is a string value representing the REST resource this
27             object represents. Servers may infer this from the endpoint the client
28             submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
29           type: string
30         metadata:
31           type: object
32         spec:
33           type: object
34         status:
35           type: object
36   version: v1alpha1
37   versions:
38   - name: v1alpha1
39     served: true
40     storage: true