...

Text file src/github.com/GoogleCloudPlatform/k8s-config-connector/config/crds/resources/apiextensions.k8s.io_v1_customresourcedefinition_apigatewayapis.apigateway.cnrm.cloud.google.com.yaml

Documentation: github.com/GoogleCloudPlatform/k8s-config-connector/config/crds/resources

     1apiVersion: apiextensions.k8s.io/v1
     2kind: CustomResourceDefinition
     3metadata:
     4  annotations:
     5    cnrm.cloud.google.com/version: 0.0.0-dev
     6  creationTimestamp: null
     7  labels:
     8    cnrm.cloud.google.com/managed-by-kcc: "true"
     9    cnrm.cloud.google.com/stability-level: alpha
    10    cnrm.cloud.google.com/system: "true"
    11    cnrm.cloud.google.com/tf2crd: "true"
    12  name: apigatewayapis.apigateway.cnrm.cloud.google.com
    13spec:
    14  group: apigateway.cnrm.cloud.google.com
    15  names:
    16    categories:
    17    - gcp
    18    kind: APIGatewayAPI
    19    plural: apigatewayapis
    20    shortNames:
    21    - gcpapigatewayapi
    22    - gcpapigatewayapis
    23    singular: apigatewayapi
    24  preserveUnknownFields: false
    25  scope: Namespaced
    26  versions:
    27  - additionalPrinterColumns:
    28    - jsonPath: .metadata.creationTimestamp
    29      name: Age
    30      type: date
    31    - description: When 'True', the most recent reconcile of the resource succeeded
    32      jsonPath: .status.conditions[?(@.type=='Ready')].status
    33      name: Ready
    34      type: string
    35    - description: The reason for the value in 'Ready'
    36      jsonPath: .status.conditions[?(@.type=='Ready')].reason
    37      name: Status
    38      type: string
    39    - description: The last transition time for the value in 'Status'
    40      jsonPath: .status.conditions[?(@.type=='Ready')].lastTransitionTime
    41      name: Status Age
    42      type: date
    43    name: v1alpha1
    44    schema:
    45      openAPIV3Schema:
    46        properties:
    47          apiVersion:
    48            description: 'apiVersion defines the versioned schema of this representation
    49              of an object. Servers should convert recognized schemas to the latest
    50              internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
    51            type: string
    52          kind:
    53            description: 'kind is a string value representing the REST resource this
    54              object represents. Servers may infer this from the endpoint the client
    55              submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
    56            type: string
    57          metadata:
    58            type: object
    59          spec:
    60            properties:
    61              displayName:
    62                description: A user-visible name for the API.
    63                type: string
    64              managedService:
    65                description: |-
    66                  Immutable. Immutable. The name of a Google Managed Service ( https://cloud.google.com/service-infrastructure/docs/glossary#managed).
    67                  If not specified, a new Service will automatically be created in the same project as this API.
    68                type: string
    69              projectRef:
    70                description: The project that this resource belongs to.
    71                oneOf:
    72                - not:
    73                    required:
    74                    - external
    75                  required:
    76                  - name
    77                - not:
    78                    anyOf:
    79                    - required:
    80                      - name
    81                    - required:
    82                      - namespace
    83                  required:
    84                  - external
    85                properties:
    86                  external:
    87                    description: 'Allowed value: The `name` field of a `Project` resource.'
    88                    type: string
    89                  name:
    90                    description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
    91                    type: string
    92                  namespace:
    93                    description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/'
    94                    type: string
    95                type: object
    96              resourceID:
    97                description: Immutable. Optional. The apiId of the resource. Used
    98                  for creation and acquisition. When unset, the value of `metadata.name`
    99                  is used as the default.
   100                type: string
   101            required:
   102            - projectRef
   103            type: object
   104          status:
   105            properties:
   106              conditions:
   107                description: Conditions represent the latest available observation
   108                  of the resource's current state.
   109                items:
   110                  properties:
   111                    lastTransitionTime:
   112                      description: Last time the condition transitioned from one status
   113                        to another.
   114                      type: string
   115                    message:
   116                      description: Human-readable message indicating details about
   117                        last transition.
   118                      type: string
   119                    reason:
   120                      description: Unique, one-word, CamelCase reason for the condition's
   121                        last transition.
   122                      type: string
   123                    status:
   124                      description: Status is the status of the condition. Can be True,
   125                        False, Unknown.
   126                      type: string
   127                    type:
   128                      description: Type is the type of the condition.
   129                      type: string
   130                  type: object
   131                type: array
   132              createTime:
   133                description: Creation timestamp in RFC3339 text format.
   134                type: string
   135              name:
   136                description: The resource name of the API. Format 'projects/{{project}}/locations/global/apis/{{apiId}}'.
   137                type: string
   138              observedGeneration:
   139                description: ObservedGeneration is the generation of the resource
   140                  that was most recently observed by the Config Connector controller.
   141                  If this is equal to metadata.generation, then that means that the
   142                  current reported status reflects the most recent desired state of
   143                  the resource.
   144                type: integer
   145            type: object
   146        required:
   147        - spec
   148        type: object
   149    served: true
   150    storage: true
   151    subresources:
   152      status: {}
   153status:
   154  acceptedNames:
   155    kind: ""
   156    plural: ""
   157  conditions: []
   158  storedVersions: []

View as plain text