91 lines
3.7 KiB
YAML
91 lines
3.7 KiB
YAML
apiVersion: apiextensions.k8s.io/v1beta1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
annotations:
|
|
cert-manager.io/inject-ca-from: music-system/music-serving-cert
|
|
controller-gen.kubebuilder.io/version: v0.2.5
|
|
name: rocknrollbands.music.example.io
|
|
spec:
|
|
group: music.example.io
|
|
names:
|
|
kind: RocknrollBand
|
|
listKind: RocknrollBandList
|
|
plural: rocknrollbands
|
|
singular: rocknrollband
|
|
scope: Namespaced
|
|
versions:
|
|
- name: v1
|
|
schema:
|
|
openAPIV3Schema:
|
|
description: RocknrollBand is the Schema for the rocknrollbands 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: RocknrollBandSpec defines the desired state of RocknrollBand
|
|
properties:
|
|
genre:
|
|
type: string
|
|
leadSinger:
|
|
type: string
|
|
numberComponents:
|
|
format: int32
|
|
type: integer
|
|
type: object
|
|
status:
|
|
description: RocknrollBandStatus defines the observed state of RocknrollBand
|
|
properties:
|
|
lastPlayed:
|
|
type: string
|
|
type: object
|
|
type: object
|
|
served: true
|
|
storage: true
|
|
subresources:
|
|
status: {}
|
|
- name: v1alpha1
|
|
schema:
|
|
openAPIV3Schema:
|
|
description: RocknrollBand is the Schema for the rocknrollbands 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: RocknrollBandSpec defines the desired state of RocknrollBand
|
|
properties:
|
|
genre:
|
|
type: string
|
|
numberComponents:
|
|
format: int32
|
|
type: integer
|
|
type: object
|
|
status:
|
|
description: RocknrollBandStatus defines the observed state of RocknrollBand
|
|
properties:
|
|
lastPlayed:
|
|
type: string
|
|
required:
|
|
- lastPlayed
|
|
type: object
|
|
type: object
|
|
served: true
|
|
storage: false
|
|
status:
|
|
acceptedNames:
|
|
kind: ""
|
|
plural: ""
|
|
conditions: []
|
|
storedVersions: []
|