...

Text file src/github.com/GoogleCloudPlatform/k8s-config-connector/config/crds/resources/apiextensions.k8s.io_v1_customresourcedefinition_documentaiprocessors.documentai.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: documentaiprocessors.documentai.cnrm.cloud.google.com
    13spec:
    14  group: documentai.cnrm.cloud.google.com
    15  names:
    16    categories:
    17    - gcp
    18    kind: DocumentAIProcessor
    19    plural: documentaiprocessors
    20    shortNames:
    21    - gcpdocumentaiprocessor
    22    - gcpdocumentaiprocessors
    23    singular: documentaiprocessor
    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: Immutable. The display name. Must be unique.
    63                type: string
    64              kmsKeyName:
    65                description: Immutable. The KMS key used for encryption/decryption
    66                  in CMEK scenarios. See https://cloud.google.com/security-key-management.
    67                type: string
    68              location:
    69                description: Immutable. The location of the resource.
    70                type: string
    71              projectRef:
    72                description: The project that this resource belongs to.
    73                oneOf:
    74                - not:
    75                    required:
    76                    - external
    77                  required:
    78                  - name
    79                - not:
    80                    anyOf:
    81                    - required:
    82                      - name
    83                    - required:
    84                      - namespace
    85                  required:
    86                  - external
    87                properties:
    88                  external:
    89                    description: 'Allowed value: The `name` field of a `Project` resource.'
    90                    type: string
    91                  name:
    92                    description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
    93                    type: string
    94                  namespace:
    95                    description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/'
    96                    type: string
    97                type: object
    98              resourceID:
    99                description: Immutable. Optional. The service-generated name of the
   100                  resource. Used for acquisition only. Leave unset to create a new
   101                  resource.
   102                type: string
   103              type:
   104                description: Immutable. The type of processor. For possible types
   105                  see the [official list](https://cloud.google.com/document-ai/docs/reference/rest/v1/projects.locations/fetchProcessorTypes#google.cloud.documentai.v1.DocumentProcessorService.FetchProcessorTypes).
   106                type: string
   107            required:
   108            - displayName
   109            - location
   110            - projectRef
   111            - type
   112            type: object
   113          status:
   114            properties:
   115              conditions:
   116                description: Conditions represent the latest available observation
   117                  of the resource's current state.
   118                items:
   119                  properties:
   120                    lastTransitionTime:
   121                      description: Last time the condition transitioned from one status
   122                        to another.
   123                      type: string
   124                    message:
   125                      description: Human-readable message indicating details about
   126                        last transition.
   127                      type: string
   128                    reason:
   129                      description: Unique, one-word, CamelCase reason for the condition's
   130                        last transition.
   131                      type: string
   132                    status:
   133                      description: Status is the status of the condition. Can be True,
   134                        False, Unknown.
   135                      type: string
   136                    type:
   137                      description: Type is the type of the condition.
   138                      type: string
   139                  type: object
   140                type: array
   141              name:
   142                description: The resource name of the processor.
   143                type: string
   144              observedGeneration:
   145                description: ObservedGeneration is the generation of the resource
   146                  that was most recently observed by the Config Connector controller.
   147                  If this is equal to metadata.generation, then that means that the
   148                  current reported status reflects the most recent desired state of
   149                  the resource.
   150                type: integer
   151            type: object
   152        required:
   153        - spec
   154        type: object
   155    served: true
   156    storage: true
   157    subresources:
   158      status: {}
   159status:
   160  acceptedNames:
   161    kind: ""
   162    plural: ""
   163  conditions: []
   164  storedVersions: []

View as plain text