github.com/giantswarm/apiextensions/v2@v2.6.2/config/crd/v1/infrastructure.giantswarm.io_networkpools.yaml (about) 1 2 --- 3 apiVersion: apiextensions.k8s.io/v1 4 kind: CustomResourceDefinition 5 metadata: 6 annotations: 7 controller-gen.kubebuilder.io/version: v0.2.4 8 creationTimestamp: null 9 name: networkpools.infrastructure.giantswarm.io 10 spec: 11 group: infrastructure.giantswarm.io 12 names: 13 categories: 14 - giantswarm 15 - cluster-api 16 kind: NetworkPool 17 listKind: NetworkPoolList 18 plural: networkpools 19 singular: networkpool 20 scope: Namespaced 21 versions: 22 - name: v1alpha2 23 schema: 24 openAPIV3Schema: 25 description: NetworkPool is the infrastructure provider referenced in upstream 26 CAPI Cluster CRs. 27 properties: 28 apiVersion: 29 description: 'APIVersion defines the versioned schema of this representation 30 of an object. Servers should convert recognized schemas to the latest 31 internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' 32 type: string 33 kind: 34 description: 'Kind is a string value representing the REST resource this 35 object represents. Servers may infer this from the endpoint the client 36 submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' 37 type: string 38 metadata: 39 type: object 40 spec: 41 description: NetworkPoolSpec is the spec part for the NetworkPool resource. 42 properties: 43 cidrBlock: 44 description: IPv4 address block in CIDR notation. 45 type: string 46 type: object 47 required: 48 - spec 49 type: object 50 served: true 51 storage: true 52 subresources: 53 status: {} 54 status: 55 acceptedNames: 56 kind: "" 57 plural: "" 58 conditions: [] 59 storedVersions: []