github.com/giantswarm/apiextensions/v2@v2.6.2/config/crd/v1/tooling.giantswarm.io_azuretools.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: azuretools.tooling.giantswarm.io
    10  spec:
    11    group: tooling.giantswarm.io
    12    names:
    13      categories:
    14      - azure
    15      - giantswarm
    16      kind: AzureTool
    17      listKind: AzureToolList
    18      plural: azuretools
    19      singular: azuretool
    20    scope: Namespaced
    21    versions:
    22    - name: v1alpha1
    23      schema:
    24        openAPIV3Schema:
    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                workspace:
    41                  description: Workspace refers to the Azure Log Analytics Workspace.
    42                  properties:
    43                    id:
    44                      description: ID is the Workspace ID.
    45                      type: string
    46                    mode:
    47                      description: Mode is the mode that the Workspace is running in.
    48                      type: string
    49                  required:
    50                  - id
    51                  - mode
    52                  type: object
    53              required:
    54              - workspace
    55              type: object
    56            status:
    57              properties:
    58                workspace_status:
    59                  type: string
    60              required:
    61              - workspace_status
    62              type: object
    63          required:
    64          - metadata
    65          - spec
    66          type: object
    67      served: true
    68      storage: true
    69  status:
    70    acceptedNames:
    71      kind: ""
    72      plural: ""
    73    conditions: []
    74    storedVersions: []