github.com/kyma-project/kyma-environment-broker@v0.0.1/internal/btpmanager/credentials/testdata/crds/kyma.yaml (about)

     1  apiVersion: apiextensions.k8s.io/v1
     2  kind: CustomResourceDefinition
     3  metadata:
     4    name: kymas.operator.kyma-project.io
     5  spec:
     6    group: operator.kyma-project.io
     7    names:
     8      kind: Kyma
     9      listKind: KymaList
    10      plural: kymas
    11      singular: kyma
    12    scope: Namespaced
    13    versions:
    14      - name: v1alpha1
    15        schema:
    16          openAPIV3Schema:
    17            type: object
    18            properties:
    19              spec:
    20                type: object
    21                properties:
    22                  replicas:
    23                    type: integer
    24        served: true
    25        storage: false
    26      - name: v1beta1
    27        schema:
    28          openAPIV3Schema:
    29            type: object
    30            properties:
    31              spec:
    32                type: object
    33                properties:
    34                  replicas:
    35                    type: integer
    36        served: true
    37        storage: false
    38      - name: v1beta2
    39        schema:
    40          openAPIV3Schema:
    41            type: object
    42            properties:
    43              spec:
    44                type: object
    45                properties:
    46                  replicas:
    47                    type: integer
    48        served: true
    49        storage: true