forked from openebs-archive/elves
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsb-crd.yaml
22 lines (22 loc) · 837 Bytes
/
sb-crd.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
# name must match the spec fields below, and be in the form: <plural>.<group>
name: storagebackends.openebs.io
spec:
# group name to use for REST API: /apis/<group>/<version>
group: openebs.io
# version name to use for REST API: /apis/<group>/<version>
version: v1alpha1
# either Namespaced or Cluster
scope: Namespaced
names:
# plural name to be used in the URL: /apis/<group>/<version>/<plural>
plural: storagebackends
# singular name to be used as an alias on the CLI and for display
singular: storagebackend
# kind is normally the CamelCased singular type. Your resource manifests use this.
kind: StorageBackend
# shortNames allow shorter string to match your resource on the CLI
shortNames:
- sb