Add CRD that I had forgotten

This commit is contained in:
Jerome Petazzoni
2020-07-01 18:15:33 +02:00
parent 17aea33beb
commit 8146c4dabe

18
k8s/coffee-2.yaml Normal file
View File

@@ -0,0 +1,18 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: coffees.container.training
spec:
group: container.training
versions:
- name: v1alpha1
served: true
storage: true
scope: Namespaced
names:
plural: coffees
singular: coffee
kind: Coffee
shortNames:
- cof