...

Text file src/github.com/GoogleCloudPlatform/k8s-config-connector/config/crds/resources/apiextensions.k8s.io_v1_customresourcedefinition_firebaseprojects.firebase.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: firebaseprojects.firebase.cnrm.cloud.google.com
    13spec:
    14  group: firebase.cnrm.cloud.google.com
    15  names:
    16    categories:
    17    - gcp
    18    kind: FirebaseProject
    19    plural: firebaseprojects
    20    shortNames:
    21    - gcpfirebaseproject
    22    - gcpfirebaseprojects
    23    singular: firebaseproject
    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              projectRef:
    62                description: The project that this resource belongs to.
    63                oneOf:
    64                - not:
    65                    required:
    66                    - external
    67                  required:
    68                  - name
    69                - not:
    70                    anyOf:
    71                    - required:
    72                      - name
    73                    - required:
    74                      - namespace
    75                  required:
    76                  - external
    77                properties:
    78                  external:
    79                    description: 'Allowed value: The `name` field of a `Project` resource.'
    80                    type: string
    81                  name:
    82                    description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
    83                    type: string
    84                  namespace:
    85                    description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/'
    86                    type: string
    87                type: object
    88              resourceID:
    89                description: Immutable. Optional. The project of the resource. Used
    90                  for creation and acquisition. When unset, the value of `metadata.name`
    91                  is used as the default.
    92                type: string
    93            required:
    94            - projectRef
    95            type: object
    96          status:
    97            properties:
    98              conditions:
    99                description: Conditions represent the latest available observation
   100                  of the resource's current state.
   101                items:
   102                  properties:
   103                    lastTransitionTime:
   104                      description: Last time the condition transitioned from one status
   105                        to another.
   106                      type: string
   107                    message:
   108                      description: Human-readable message indicating details about
   109                        last transition.
   110                      type: string
   111                    reason:
   112                      description: Unique, one-word, CamelCase reason for the condition's
   113                        last transition.
   114                      type: string
   115                    status:
   116                      description: Status is the status of the condition. Can be True,
   117                        False, Unknown.
   118                      type: string
   119                    type:
   120                      description: Type is the type of the condition.
   121                      type: string
   122                  type: object
   123                type: array
   124              displayName:
   125                description: The GCP project display name.
   126                type: string
   127              observedGeneration:
   128                description: ObservedGeneration is the generation of the resource
   129                  that was most recently observed by the Config Connector controller.
   130                  If this is equal to metadata.generation, then that means that the
   131                  current reported status reflects the most recent desired state of
   132                  the resource.
   133                type: integer
   134              projectNumber:
   135                description: The number of the google project that firebase is enabled
   136                  on.
   137                type: string
   138            type: object
   139        required:
   140        - spec
   141        type: object
   142    served: true
   143    storage: true
   144    subresources:
   145      status: {}
   146status:
   147  acceptedNames:
   148    kind: ""
   149    plural: ""
   150  conditions: []
   151  storedVersions: []

View as plain text