...

Text file src/github.com/GoogleCloudPlatform/k8s-config-connector/config/crds/resources/apiextensions.k8s.io_v1_customresourcedefinition_essentialcontactscontacts.essentialcontacts.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: essentialcontactscontacts.essentialcontacts.cnrm.cloud.google.com
    13spec:
    14  group: essentialcontacts.cnrm.cloud.google.com
    15  names:
    16    categories:
    17    - gcp
    18    kind: EssentialContactsContact
    19    plural: essentialcontactscontacts
    20    shortNames:
    21    - gcpessentialcontactscontact
    22    - gcpessentialcontactscontacts
    23    singular: essentialcontactscontact
    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              email:
    62                description: Immutable. The email address to send notifications to.
    63                  This does not need to be a Google account.
    64                type: string
    65              languageTag:
    66                description: The preferred language for notifications, as a ISO 639-1
    67                  language code. See Supported languages for a list of supported languages.
    68                type: string
    69              notificationCategorySubscriptions:
    70                description: The categories of notifications that the contact will
    71                  receive communications for.
    72                items:
    73                  type: string
    74                type: array
    75              parent:
    76                description: 'Immutable. The resource to save this contact for. Format:
    77                  organizations/{organization_id}, folders/{folder_id} or projects/{project_id}.'
    78                type: string
    79              resourceID:
    80                description: Immutable. Optional. The service-generated name of the
    81                  resource. Used for acquisition only. Leave unset to create a new
    82                  resource.
    83                type: string
    84            required:
    85            - email
    86            - languageTag
    87            - notificationCategorySubscriptions
    88            - parent
    89            type: object
    90          status:
    91            properties:
    92              conditions:
    93                description: Conditions represent the latest available observation
    94                  of the resource's current state.
    95                items:
    96                  properties:
    97                    lastTransitionTime:
    98                      description: Last time the condition transitioned from one status
    99                        to another.
   100                      type: string
   101                    message:
   102                      description: Human-readable message indicating details about
   103                        last transition.
   104                      type: string
   105                    reason:
   106                      description: Unique, one-word, CamelCase reason for the condition's
   107                        last transition.
   108                      type: string
   109                    status:
   110                      description: Status is the status of the condition. Can be True,
   111                        False, Unknown.
   112                      type: string
   113                    type:
   114                      description: Type is the type of the condition.
   115                      type: string
   116                  type: object
   117                type: array
   118              name:
   119                description: 'The identifier for the contact. Format: {resourceType}/{resource_id}/contacts/{contact_id}.'
   120                type: string
   121              observedGeneration:
   122                description: ObservedGeneration is the generation of the resource
   123                  that was most recently observed by the Config Connector controller.
   124                  If this is equal to metadata.generation, then that means that the
   125                  current reported status reflects the most recent desired state of
   126                  the resource.
   127                type: integer
   128            type: object
   129        required:
   130        - spec
   131        type: object
   132    served: true
   133    storage: true
   134    subresources:
   135      status: {}
   136status:
   137  acceptedNames:
   138    kind: ""
   139    plural: ""
   140  conditions: []
   141  storedVersions: []

View as plain text