sigs.k8s.io/controller-runtime@v0.18.2/pkg/client/testdata/examplecrd.yaml (about)

     1  apiVersion: apiextensions.k8s.io/v1
     2  kind: CustomResourceDefinition
     3  metadata:
     4    name: chaospods.chaosapps.metamagical.io
     5  spec:
     6    group: chaosapps.metamagical.io
     7    names:
     8      kind: ChaosPod
     9      plural: chaospods
    10    scope: Namespaced
    11    versions:
    12      - name: "v1"
    13        storage: true
    14        served: true
    15        schema:
    16          openAPIV3Schema:
    17            type: object