github.com/giantswarm/apiextensions/v2@v2.6.2/config/crd/v1beta1/tooling.giantswarm.io_azuretools.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: 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    validation:
    22      openAPIV3Schema:
    23        properties:
    24          apiVersion:
    25            description: 'APIVersion defines the versioned schema of this representation
    26              of an object. Servers should convert recognized schemas to the latest
    27              internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
    28            type: string
    29          kind:
    30            description: 'Kind is a string value representing the REST resource this
    31              object represents. Servers may infer this from the endpoint the client
    32              submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
    33            type: string
    34          metadata:
    35            type: object
    36          spec:
    37            properties:
    38              workspace:
    39                description: Workspace refers to the Azure Log Analytics Workspace.
    40                properties:
    41                  id:
    42                    description: ID is the Workspace ID.
    43                    type: string
    44                  mode:
    45                    description: Mode is the mode that the Workspace is running in.
    46                    type: string
    47                required:
    48                - id
    49                - mode
    50                type: object
    51            required:
    52            - workspace
    53            type: object
    54          status:
    55            properties:
    56              workspace_status:
    57                type: string
    58            required:
    59            - workspace_status
    60            type: object
    61        required:
    62        - metadata
    63        - spec
    64        type: object
    65    version: v1alpha1
    66    versions:
    67    - name: v1alpha1
    68      served: true
    69      storage: true
    70  status:
    71    acceptedNames:
    72      kind: ""
    73      plural: ""
    74    conditions: []
    75    storedVersions: []