...
1# Copyright 2020 Google LLC
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15apiVersion: apiextensions.k8s.io/v1
16kind: CustomResourceDefinition
17metadata:
18 annotations:
19 cnrm.cloud.google.com/version: 1.106.0
20 creationTimestamp: null
21 labels:
22 cnrm.cloud.google.com/managed-by-kcc: "true"
23 cnrm.cloud.google.com/stability-level: alpha
24 cnrm.cloud.google.com/system: "true"
25 cnrm.cloud.google.com/tf2crd: "true"
26 name: certificatemanagercertificatemaps.certificatemanager.cnrm.cloud.google.com
27spec:
28 group: certificatemanager.cnrm.cloud.google.com
29 names:
30 categories:
31 - gcp
32 kind: CertificateManagerCertificateMap
33 plural: certificatemanagercertificatemaps
34 shortNames:
35 - gcpcertificatemanagercertificatemap
36 - gcpcertificatemanagercertificatemaps
37 singular: certificatemanagercertificatemap
38 scope: Namespaced
39 versions:
40 - additionalPrinterColumns:
41 - jsonPath: .metadata.creationTimestamp
42 name: Age
43 type: date
44 - description: When 'True', the most recent reconcile of the resource succeeded
45 jsonPath: .status.conditions[?(@.type=='Ready')].status
46 name: Ready
47 type: string
48 - description: The reason for the value in 'Ready'
49 jsonPath: .status.conditions[?(@.type=='Ready')].reason
50 name: Status
51 type: string
52 - description: The last transition time for the value in 'Status'
53 jsonPath: .status.conditions[?(@.type=='Ready')].lastTransitionTime
54 name: Status Age
55 type: date
56 name: v1alpha1
57 schema:
58 openAPIV3Schema:
59 properties:
60 apiVersion:
61 description: 'apiVersion defines the versioned schema of this representation
62 of an object. Servers should convert recognized schemas to the latest
63 internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
64 type: string
65 kind:
66 description: 'kind is a string value representing the REST resource this
67 object represents. Servers may infer this from the endpoint the client
68 submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
69 type: string
70 metadata:
71 type: object
72 spec:
73 properties:
74 description:
75 description: A human-readable description of the resource.
76 type: string
77 projectRef:
78 description: The project that this resource belongs to.
79 oneOf:
80 - not:
81 required:
82 - external
83 required:
84 - name
85 - not:
86 anyOf:
87 - required:
88 - name
89 - required:
90 - namespace
91 required:
92 - external
93 properties:
94 external:
95 description: 'Allowed value: The `name` field of a `Project` resource.'
96 type: string
97 name:
98 description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
99 type: string
100 namespace:
101 description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/'
102 type: string
103 type: object
104 resourceID:
105 description: Immutable. Optional. The name of the resource. Used for
106 creation and acquisition. When unset, the value of `metadata.name`
107 is used as the default.
108 type: string
109 required:
110 - projectRef
111 type: object
112 status:
113 properties:
114 conditions:
115 description: Conditions represent the latest available observation
116 of the resource's current state.
117 items:
118 properties:
119 lastTransitionTime:
120 description: Last time the condition transitioned from one status
121 to another.
122 type: string
123 message:
124 description: Human-readable message indicating details about
125 last transition.
126 type: string
127 reason:
128 description: Unique, one-word, CamelCase reason for the condition's
129 last transition.
130 type: string
131 status:
132 description: Status is the status of the condition. Can be True,
133 False, Unknown.
134 type: string
135 type:
136 description: Type is the type of the condition.
137 type: string
138 type: object
139 type: array
140 createTime:
141 description: |-
142 Creation timestamp of a Certificate Map. Timestamp is in RFC3339 UTC "Zulu" format,
143 accurate to nanoseconds with up to nine fractional digits.
144 Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
145 type: string
146 gclbTargets:
147 description: A list of target proxies that use this Certificate Map.
148 items:
149 properties:
150 ipConfigs:
151 description: An IP configuration where this Certificate Map
152 is serving.
153 items:
154 properties:
155 ipAddress:
156 description: An external IP address.
157 type: string
158 ports:
159 description: A list of ports.
160 items:
161 type: integer
162 type: array
163 type: object
164 type: array
165 targetHttpsProxy:
166 description: |-
167 Proxy name must be in the format projects/*/locations/*/targetHttpsProxies/*.
168 This field is part of a union field 'target_proxy': Only one of 'targetHttpsProxy' or
169 'targetSslProxy' may be set.
170 type: string
171 targetSslProxy:
172 description: |-
173 Proxy name must be in the format projects/*/locations/*/targetSslProxies/*.
174 This field is part of a union field 'target_proxy': Only one of 'targetHttpsProxy' or
175 'targetSslProxy' may be set.
176 type: string
177 type: object
178 type: array
179 observedGeneration:
180 description: ObservedGeneration is the generation of the resource
181 that was most recently observed by the Config Connector controller.
182 If this is equal to metadata.generation, then that means that the
183 current reported status reflects the most recent desired state of
184 the resource.
185 type: integer
186 updateTime:
187 description: |-
188 Update timestamp of a Certificate Map. Timestamp is in RFC3339 UTC "Zulu" format,
189 accurate to nanoseconds with up to nine fractional digits.
190 Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
191 type: string
192 type: object
193 required:
194 - spec
195 type: object
196 served: true
197 storage: true
198 subresources:
199 status: {}
200status:
201 acceptedNames:
202 kind: ""
203 plural: ""
204 conditions: []
205 storedVersions: []
View as plain text