...

Text file src/github.com/GoogleCloudPlatform/k8s-config-connector/config/crds/resources/apiextensions.k8s.io_v1_customresourcedefinition_appenginefirewallrules.appengine.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: appenginefirewallrules.appengine.cnrm.cloud.google.com
    13spec:
    14  group: appengine.cnrm.cloud.google.com
    15  names:
    16    categories:
    17    - gcp
    18    kind: AppEngineFirewallRule
    19    plural: appenginefirewallrules
    20    shortNames:
    21    - gcpappenginefirewallrule
    22    - gcpappenginefirewallrules
    23    singular: appenginefirewallrule
    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              action:
    62                description: 'The action to take if this rule matches. Possible values:
    63                  ["UNSPECIFIED_ACTION", "ALLOW", "DENY"].'
    64                type: string
    65              description:
    66                description: An optional string description of this rule.
    67                type: string
    68              project:
    69                description: Immutable.
    70                type: string
    71              resourceID:
    72                description: Immutable. Optional. The priority of the resource. Used
    73                  for creation and acquisition. When unset, the value of `metadata.name`
    74                  is used as the default.
    75                type: string
    76              sourceRange:
    77                description: IP address or range, defined using CIDR notation, of
    78                  requests that this rule applies to.
    79                type: string
    80            required:
    81            - action
    82            - sourceRange
    83            type: object
    84          status:
    85            properties:
    86              conditions:
    87                description: Conditions represent the latest available observation
    88                  of the resource's current state.
    89                items:
    90                  properties:
    91                    lastTransitionTime:
    92                      description: Last time the condition transitioned from one status
    93                        to another.
    94                      type: string
    95                    message:
    96                      description: Human-readable message indicating details about
    97                        last transition.
    98                      type: string
    99                    reason:
   100                      description: Unique, one-word, CamelCase reason for the condition's
   101                        last transition.
   102                      type: string
   103                    status:
   104                      description: Status is the status of the condition. Can be True,
   105                        False, Unknown.
   106                      type: string
   107                    type:
   108                      description: Type is the type of the condition.
   109                      type: string
   110                  type: object
   111                type: array
   112              observedGeneration:
   113                description: ObservedGeneration is the generation of the resource
   114                  that was most recently observed by the Config Connector controller.
   115                  If this is equal to metadata.generation, then that means that the
   116                  current reported status reflects the most recent desired state of
   117                  the resource.
   118                type: integer
   119            type: object
   120        required:
   121        - spec
   122        type: object
   123    served: true
   124    storage: true
   125    subresources:
   126      status: {}
   127status:
   128  acceptedNames:
   129    kind: ""
   130    plural: ""
   131  conditions: []
   132  storedVersions: []

View as plain text