github.com/giantswarm/apiextensions/v6@v6.6.0/helm/crds-common/templates/security.giantswarm.io_organizations.yaml (about)

     1  
     2  ---
     3  apiVersion: apiextensions.k8s.io/v1
     4  kind: CustomResourceDefinition
     5  metadata:
     6    annotations:
     7      controller-gen.kubebuilder.io/version: v0.8.0
     8    creationTimestamp: null
     9    name: organizations.security.giantswarm.io
    10  spec:
    11    group: security.giantswarm.io
    12    names:
    13      categories:
    14      - common
    15      - giantswarm
    16      kind: Organization
    17      listKind: OrganizationList
    18      plural: organizations
    19      shortNames:
    20      - org
    21      - orgs
    22      singular: organization
    23    scope: Cluster
    24    versions:
    25    - name: v1alpha1
    26      schema:
    27        openAPIV3Schema:
    28          description: Organization represents schema for managed Kubernetes namespace.
    29            Reconciled by organization-operator.
    30          properties:
    31            apiVersion:
    32              description: 'APIVersion defines the versioned schema of this representation
    33                of an object. Servers should convert recognized schemas to the latest
    34                internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
    35              type: string
    36            kind:
    37              description: 'Kind is a string value representing the REST resource this
    38                object represents. Servers may infer this from the endpoint the client
    39                submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
    40              type: string
    41            metadata:
    42              type: object
    43            spec:
    44              type: object
    45            status:
    46              properties:
    47                namespace:
    48                  description: Namespace is the namespace containing the resources for
    49                    this organization.
    50                  type: string
    51              type: object
    52          required:
    53          - metadata
    54          - spec
    55          type: object
    56      served: true
    57      storage: true
    58      subresources:
    59        status: {}
    60  status:
    61    acceptedNames:
    62      kind: ""
    63      plural: ""
    64    conditions: []
    65    storedVersions: []