github.com/giantswarm/apiextensions/v2@v2.6.2/config/crd/v1/core.giantswarm.io_storageconfigs.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: 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    versions:
    22    - name: v1alpha1
    23      schema:
    24        openAPIV3Schema:
    25          description: StorageConfig used to provide storage for Giant Swarm API microservices.
    26            Deprecated.
    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              properties:
    42                storage:
    43                  properties:
    44                    data:
    45                      additionalProperties:
    46                        type: string
    47                      type: object
    48                  required:
    49                  - data
    50                  type: object
    51              required:
    52              - storage
    53              type: object
    54          required:
    55          - metadata
    56          - spec
    57          type: object
    58      served: true
    59      storage: true
    60  status:
    61    acceptedNames:
    62      kind: ""
    63      plural: ""
    64    conditions: []
    65    storedVersions: []