github.com/giantswarm/apiextensions/v2@v2.6.2/config/crd/v1beta1/infrastructure.giantswarm.io_networkpools.yaml (about)

     1  
     2  ---
     3  apiVersion: apiextensions.k8s.io/v1beta1
     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    subresources:
    22      status: {}
    23    validation:
    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    version: v1alpha2
    51    versions:
    52    - name: v1alpha2
    53      served: true
    54      storage: true
    55  status:
    56    acceptedNames:
    57      kind: ""
    58      plural: ""
    59    conditions: []
    60    storedVersions: []