sigs.k8s.io/cluster-api@v1.6.3/cmd/clusterctl/config/crd/bases/clusterctl.cluster.x-k8s.io_metadata.yaml (about) 1 --- 2 apiVersion: apiextensions.k8s.io/v1 3 kind: CustomResourceDefinition 4 metadata: 5 annotations: 6 controller-gen.kubebuilder.io/version: v0.13.0 7 name: metadata.clusterctl.cluster.x-k8s.io 8 spec: 9 group: clusterctl.cluster.x-k8s.io 10 names: 11 kind: Metadata 12 listKind: MetadataList 13 plural: metadata 14 singular: metadata 15 scope: Namespaced 16 versions: 17 - name: v1alpha3 18 schema: 19 openAPIV3Schema: 20 description: Metadata for a provider repository. 21 properties: 22 apiVersion: 23 description: 'APIVersion defines the versioned schema of this representation 24 of an object. Servers should convert recognized schemas to the latest 25 internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' 26 type: string 27 kind: 28 description: 'Kind is a string value representing the REST resource this 29 object represents. Servers may infer this from the endpoint the client 30 submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' 31 type: string 32 metadata: 33 type: object 34 releaseSeries: 35 items: 36 description: ReleaseSeries maps a provider release series (major/minor) 37 with a API Version of Cluster API (contract). 38 properties: 39 contract: 40 description: "Contract defines the Cluster API contract supported 41 by this series. \n The value is an API Version, e.g. `v1alpha3`." 42 type: string 43 major: 44 description: Major version of the release series 45 type: integer 46 minor: 47 description: Minor version of the release series 48 type: integer 49 type: object 50 type: array 51 type: object 52 served: true 53 storage: true