--- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.3.0 creationTimestamp: null name: frigates.ship.example.com spec: group: ship.example.com names: kind: Frigate listKind: FrigateList plural: frigates singular: frigate scope: Namespaced subresources: status: {} versions: - name: v1 served: false storage: true schema: openAPIV3Schema: description: Frigate is the Schema for the frigates API properties: apiVersion: description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object spec: description: FrigateSpec defines the desired state of Frigate properties: foo: description: Foo is an example field of Frigate. Edit Frigate_types.go to remove/update type: string type: object status: description: FrigateStatus defines the observed state of Frigate type: object type: object - name: v1beta1 served: false storage: false schema: openAPIV3Schema: description: Frigate is the Schema for the frigates API properties: apiVersion: description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object spec: description: FrigateSpec defines the desired state of Frigate properties: foo: description: Foo is an example field of Frigate. Edit Frigate_types.go to remove/update type: string type: object status: description: FrigateStatus defines the observed state of Frigate type: object type: object status: acceptedNames: kind: "" plural: "" conditions: [] storedVersions: []