github.com/loafoe/helm@v1.0.1/cmd/helm/testdata/testcharts/chart-with-only-crds/crds/test-crd.yaml (about)

     1  apiVersion: apiextensions.k8s.io/v1beta1
     2  kind: CustomResourceDefinition
     3  metadata:
     4    name: tests.test.io
     5  spec:
     6    group: test.io
     7    names:
     8      kind: Test
     9      listKind: TestList
    10      plural: tests
    11      singular: test
    12    scope: Namespaced
    13    versions:
    14      - name : v1alpha2
    15        served: true
    16        storage: true
    17      - name : v1alpha1
    18        served: true
    19        storage: false