...

Text file src/github.com/GoogleCloudPlatform/k8s-config-connector/config/crds/resources/apiextensions.k8s.io_v1_customresourcedefinition_serviceusageconsumerquotaoverrides.serviceusage.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: serviceusageconsumerquotaoverrides.serviceusage.cnrm.cloud.google.com
    13spec:
    14  group: serviceusage.cnrm.cloud.google.com
    15  names:
    16    categories:
    17    - gcp
    18    kind: ServiceUsageConsumerQuotaOverride
    19    plural: serviceusageconsumerquotaoverrides
    20    shortNames:
    21    - gcpserviceusageconsumerquotaoverride
    22    - gcpserviceusageconsumerquotaoverrides
    23    singular: serviceusageconsumerquotaoverride
    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              dimensions:
    62                additionalProperties:
    63                  type: string
    64                description: Immutable. If this map is nonempty, then this override
    65                  applies only to specific values for dimensions defined in the limit
    66                  unit.
    67                type: object
    68              force:
    69                description: |-
    70                  If the new quota would decrease the existing quota by more than 10%, the request is rejected.
    71                  If 'force' is 'true', that safety check is ignored.
    72                type: boolean
    73              limit:
    74                description: |-
    75                  Immutable. The limit on the metric, e.g. '/project/region'.
    76
    77                  ~> Make sure that 'limit' is in a format that doesn't start with '1/' or contain curly braces.
    78                  E.g. use '/project/user' instead of '1/{project}/{user}'.
    79                type: string
    80              metric:
    81                description: Immutable. The metric that should be limited, e.g. 'compute.googleapis.com/cpus'.
    82                type: string
    83              overrideValue:
    84                description: The overriding quota limit value. Can be any nonnegative
    85                  integer, or -1 (unlimited quota).
    86                type: string
    87              projectRef:
    88                description: The project that this resource belongs to.
    89                oneOf:
    90                - not:
    91                    required:
    92                    - external
    93                  required:
    94                  - name
    95                - not:
    96                    anyOf:
    97                    - required:
    98                      - name
    99                    - required:
   100                      - namespace
   101                  required:
   102                  - external
   103                properties:
   104                  external:
   105                    description: 'Allowed value: The `name` field of a `Project` resource.'
   106                    type: string
   107                  name:
   108                    description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
   109                    type: string
   110                  namespace:
   111                    description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/'
   112                    type: string
   113                type: object
   114              resourceID:
   115                description: Immutable. Optional. The service-generated name of the
   116                  resource. Used for acquisition only. Leave unset to create a new
   117                  resource.
   118                type: string
   119              service:
   120                description: Immutable. The service that the metrics belong to, e.g.
   121                  'compute.googleapis.com'.
   122                type: string
   123            required:
   124            - limit
   125            - metric
   126            - overrideValue
   127            - projectRef
   128            - service
   129            type: object
   130          status:
   131            properties:
   132              conditions:
   133                description: Conditions represent the latest available observation
   134                  of the resource's current state.
   135                items:
   136                  properties:
   137                    lastTransitionTime:
   138                      description: Last time the condition transitioned from one status
   139                        to another.
   140                      type: string
   141                    message:
   142                      description: Human-readable message indicating details about
   143                        last transition.
   144                      type: string
   145                    reason:
   146                      description: Unique, one-word, CamelCase reason for the condition's
   147                        last transition.
   148                      type: string
   149                    status:
   150                      description: Status is the status of the condition. Can be True,
   151                        False, Unknown.
   152                      type: string
   153                    type:
   154                      description: Type is the type of the condition.
   155                      type: string
   156                  type: object
   157                type: array
   158              name:
   159                description: The server-generated name of the quota override.
   160                type: string
   161              observedGeneration:
   162                description: ObservedGeneration is the generation of the resource
   163                  that was most recently observed by the Config Connector controller.
   164                  If this is equal to metadata.generation, then that means that the
   165                  current reported status reflects the most recent desired state of
   166                  the resource.
   167                type: integer
   168            type: object
   169        required:
   170        - spec
   171        type: object
   172    served: true
   173    storage: true
   174    subresources:
   175      status: {}
   176status:
   177  acceptedNames:
   178    kind: ""
   179    plural: ""
   180  conditions: []
   181  storedVersions: []

View as plain text