github.com/loafoe/helm@v1.0.1/cmd/helm/testdata/testcharts/subchart/crds/crdA.yaml (about)

     1  apiVersion: apiextensions.k8s.io/v1beta1
     2  kind: CustomResourceDefinition
     3  metadata:
     4    name: testcrds.testcrdgroups.example.com
     5  spec:
     6    group: testcrdgroups.example.com
     7    version: v1alpha1
     8    names:
     9      kind: TestCRD
    10      listKind: TestCRDList
    11      plural: testcrds
    12      shortNames:
    13        - tc
    14      singular: authconfig