...
Text file
src/github.com/GoogleCloudPlatform/k8s-config-connector/config/crds/resources/apiextensions.k8s.io_v1_customresourcedefinition_accesscontextmanagerserviceperimeterresources.accesscontextmanager.cnrm.cloud.google.com.yaml
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: accesscontextmanagerserviceperimeterresources.accesscontextmanager.cnrm.cloud.google.com
13spec:
14 group: accesscontextmanager.cnrm.cloud.google.com
15 names:
16 categories:
17 - gcp
18 kind: AccessContextManagerServicePerimeterResource
19 plural: accesscontextmanagerserviceperimeterresources
20 shortNames:
21 - gcpaccesscontextmanagerserviceperimeterresource
22 - gcpaccesscontextmanagerserviceperimeterresources
23 singular: accesscontextmanagerserviceperimeterresource
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 perimeterNameRef:
62 oneOf:
63 - not:
64 required:
65 - external
66 required:
67 - name
68 - not:
69 anyOf:
70 - required:
71 - name
72 - required:
73 - namespace
74 required:
75 - external
76 properties:
77 external:
78 description: 'Allowed value: string of the format `{{parent}}/servicePerimeters/{{value}}`,
79 where {{value}} is the `name` field of an `AccessContextManagerServicePerimeter`
80 resource.'
81 type: string
82 name:
83 description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
84 type: string
85 namespace:
86 description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/'
87 type: string
88 type: object
89 resource:
90 description: |-
91 Immutable. A GCP resource that is inside of the service perimeter.
92 Currently only projects are allowed.
93 Format: projects/{project_number}.
94 type: string
95 required:
96 - perimeterNameRef
97 - resource
98 type: object
99 status:
100 properties:
101 conditions:
102 description: Conditions represent the latest available observation
103 of the resource's current state.
104 items:
105 properties:
106 lastTransitionTime:
107 description: Last time the condition transitioned from one status
108 to another.
109 type: string
110 message:
111 description: Human-readable message indicating details about
112 last transition.
113 type: string
114 reason:
115 description: Unique, one-word, CamelCase reason for the condition's
116 last transition.
117 type: string
118 status:
119 description: Status is the status of the condition. Can be True,
120 False, Unknown.
121 type: string
122 type:
123 description: Type is the type of the condition.
124 type: string
125 type: object
126 type: array
127 observedGeneration:
128 description: ObservedGeneration is the generation of the resource
129 that was most recently observed by the Config Connector controller.
130 If this is equal to metadata.generation, then that means that the
131 current reported status reflects the most recent desired state of
132 the resource.
133 type: integer
134 type: object
135 required:
136 - spec
137 type: object
138 served: true
139 storage: true
140 subresources:
141 status: {}
142status:
143 acceptedNames:
144 kind: ""
145 plural: ""
146 conditions: []
147 storedVersions: []
View as plain text