mirror of https://github.com/helm/helm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
366 B
20 lines
366 B
apiVersion: apiextensions.k8s.io/v1beta1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
name: tests.test.io
|
|
spec:
|
|
group: test.io
|
|
names:
|
|
kind: Test
|
|
listKind: TestList
|
|
plural: tests
|
|
singular: test
|
|
scope: Namespaced
|
|
versions:
|
|
- name : v1alpha2
|
|
served: true
|
|
storage: true
|
|
- name : v1alpha1
|
|
served: true
|
|
storage: false
|