github.com/giantswarm/apiextensions/v2@v2.6.2/config/crd/v1beta1/core.giantswarm.io_storageconfigs.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: storageconfigs.core.giantswarm.io
    10  spec:
    11    group: core.giantswarm.io
    12    names:
    13      categories:
    14      - common
    15      - giantswarm
    16      kind: StorageConfig
    17      listKind: StorageConfigList
    18      plural: storageconfigs
    19      singular: storageconfig
    20    scope: Namespaced
    21    validation:
    22      openAPIV3Schema:
    23        description: StorageConfig used to provide storage for Giant Swarm API microservices.
    24          Deprecated.
    25        properties:
    26          apiVersion:
    27            description: 'APIVersion defines the versioned schema of this representation
    28              of an object. Servers should convert recognized schemas to the latest
    29              internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
    30            type: string
    31          kind:
    32            description: 'Kind is a string value representing the REST resource this
    33              object represents. Servers may infer this from the endpoint the client
    34              submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
    35            type: string
    36          metadata:
    37            type: object
    38          spec:
    39            properties:
    40              storage:
    41                properties:
    42                  data:
    43                    additionalProperties:
    44                      type: string
    45                    type: object
    46                required:
    47                - data
    48                type: object
    49            required:
    50            - storage
    51            type: object
    52        required:
    53        - metadata
    54        - spec
    55        type: object
    56    version: v1alpha1
    57    versions:
    58    - name: v1alpha1
    59      served: true
    60      storage: true
    61  status:
    62    acceptedNames:
    63      kind: ""
    64      plural: ""
    65    conditions: []
    66    storedVersions: []