...
Text file
src/github.com/GoogleCloudPlatform/k8s-config-connector/config/crds/resources/apiextensions.k8s.io_v1_customresourcedefinition_accesscontextmanageraccesspolicies.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: stable
10 cnrm.cloud.google.com/system: "true"
11 cnrm.cloud.google.com/tf2crd: "true"
12 name: accesscontextmanageraccesspolicies.accesscontextmanager.cnrm.cloud.google.com
13spec:
14 group: accesscontextmanager.cnrm.cloud.google.com
15 names:
16 categories:
17 - gcp
18 kind: AccessContextManagerAccessPolicy
19 plural: accesscontextmanageraccesspolicies
20 shortNames:
21 - gcpaccesscontextmanageraccesspolicy
22 - gcpaccesscontextmanageraccesspolicies
23 singular: accesscontextmanageraccesspolicy
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 resourceID:
62 description: Immutable. Optional. The service-generated name of the
63 resource. Used for acquisition only. Leave unset to create a new
64 resource.
65 type: string
66 title:
67 description: Human readable title. Does not affect behavior.
68 type: string
69 required:
70 - title
71 type: object
72 status:
73 properties:
74 conditions:
75 description: Conditions represent the latest available observation
76 of the resource's current state.
77 items:
78 properties:
79 lastTransitionTime:
80 description: Last time the condition transitioned from one status
81 to another.
82 type: string
83 message:
84 description: Human-readable message indicating details about
85 last transition.
86 type: string
87 reason:
88 description: Unique, one-word, CamelCase reason for the condition's
89 last transition.
90 type: string
91 status:
92 description: Status is the status of the condition. Can be True,
93 False, Unknown.
94 type: string
95 type:
96 description: Type is the type of the condition.
97 type: string
98 type: object
99 type: array
100 createTime:
101 description: Time the AccessPolicy was created in UTC.
102 type: string
103 name:
104 description: 'Resource name of the AccessPolicy. Format: {policy_id}.'
105 type: string
106 observedGeneration:
107 description: ObservedGeneration is the generation of the resource
108 that was most recently observed by the Config Connector controller.
109 If this is equal to metadata.generation, then that means that the
110 current reported status reflects the most recent desired state of
111 the resource.
112 type: integer
113 updateTime:
114 description: Time the AccessPolicy was updated in UTC.
115 type: string
116 type: object
117 required:
118 - spec
119 type: object
120 served: true
121 storage: true
122 subresources:
123 status: {}
124status:
125 acceptedNames:
126 kind: ""
127 plural: ""
128 conditions: []
129 storedVersions: []
View as plain text