...

Text file src/github.com/GoogleCloudPlatform/k8s-config-connector/config/crds/resources/apiextensions.k8s.io_v1_customresourcedefinition_iamcustomroles.iam.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: stable
    10    cnrm.cloud.google.com/system: "true"
    11    cnrm.cloud.google.com/tf2crd: "true"
    12  name: iamcustomroles.iam.cnrm.cloud.google.com
    13spec:
    14  group: iam.cnrm.cloud.google.com
    15  names:
    16    categories:
    17    - gcp
    18    kind: IAMCustomRole
    19    plural: iamcustomroles
    20    shortNames:
    21    - gcpiamcustomrole
    22    - gcpiamcustomroles
    23    singular: iamcustomrole
    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: v1beta1
    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              description:
    62                description: A human-readable description for the role.
    63                type: string
    64              permissions:
    65                description: The names of the permissions this role grants when bound
    66                  in an IAM policy. At least one permission must be specified.
    67                items:
    68                  type: string
    69                type: array
    70              resourceID:
    71                description: Immutable. Optional. The roleId of the resource. Used
    72                  for creation and acquisition. When unset, the value of `metadata.name`
    73                  is used as the default.
    74                type: string
    75              stage:
    76                description: The current launch stage of the role. Defaults to GA.
    77                type: string
    78              title:
    79                description: A human-readable title for the role.
    80                type: string
    81            required:
    82            - permissions
    83            - title
    84            type: object
    85          status:
    86            properties:
    87              conditions:
    88                description: Conditions represent the latest available observation
    89                  of the resource's current state.
    90                items:
    91                  properties:
    92                    lastTransitionTime:
    93                      description: Last time the condition transitioned from one status
    94                        to another.
    95                      type: string
    96                    message:
    97                      description: Human-readable message indicating details about
    98                        last transition.
    99                      type: string
   100                    reason:
   101                      description: Unique, one-word, CamelCase reason for the condition's
   102                        last transition.
   103                      type: string
   104                    status:
   105                      description: Status is the status of the condition. Can be True,
   106                        False, Unknown.
   107                      type: string
   108                    type:
   109                      description: Type is the type of the condition.
   110                      type: string
   111                  type: object
   112                type: array
   113              deleted:
   114                description: The current deleted state of the role.
   115                type: boolean
   116              name:
   117                description: The full name of the role.
   118                type: string
   119              observedGeneration:
   120                description: ObservedGeneration is the generation of the resource
   121                  that was most recently observed by the Config Connector controller.
   122                  If this is equal to metadata.generation, then that means that the
   123                  current reported status reflects the most recent desired state of
   124                  the resource.
   125                type: integer
   126            type: object
   127        required:
   128        - spec
   129        type: object
   130    served: true
   131    storage: true
   132    subresources:
   133      status: {}
   134status:
   135  acceptedNames:
   136    kind: ""
   137    plural: ""
   138  conditions: []
   139  storedVersions: []

View as plain text