...
1# Copyright 2023 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
15fullname:
16- status
17shortname: status
18description: ""
19type: object
20requirementlevel: Optional
21children:
22- fullname:
23 - status
24 - conditions
25 shortname: conditions
26 description: Conditions represent the latest available observation of the resource's
27 current state.
28 type: list (object)
29 requirementlevel: Optional
30 children:
31 - fullname:
32 - status
33 - conditions
34 - '[]'
35 shortname: '[]'
36 description: ""
37 type: object
38 requirementlevel: Optional
39 children:
40 - fullname:
41 - status
42 - conditions
43 - '[]'
44 - lastTransitionTime
45 shortname: lastTransitionTime
46 description: Last time the condition transitioned from one status to another.
47 type: string
48 requirementlevel: Optional
49 children: []
50 additionalproperties: []
51 - fullname:
52 - status
53 - conditions
54 - '[]'
55 - message
56 shortname: message
57 description: Human-readable message indicating details about last transition.
58 type: string
59 requirementlevel: Optional
60 children: []
61 additionalproperties: []
62 - fullname:
63 - status
64 - conditions
65 - '[]'
66 - reason
67 shortname: reason
68 description: Unique, one-word, CamelCase reason for the condition's last transition.
69 type: string
70 requirementlevel: Optional
71 children: []
72 additionalproperties: []
73 - fullname:
74 - status
75 - conditions
76 - '[]'
77 - status
78 shortname: status
79 description: Status is the status of the condition. Can be True, False, Unknown.
80 type: string
81 requirementlevel: Optional
82 children: []
83 additionalproperties: []
84 - fullname:
85 - status
86 - conditions
87 - '[]'
88 - type
89 shortname: type
90 description: Type is the type of the condition.
91 type: string
92 requirementlevel: Optional
93 children: []
94 additionalproperties: []
95 additionalproperties: []
96 additionalproperties: []
97- fullname:
98 - status
99 - observedGeneration
100 shortname: observedGeneration
101 description: ObservedGeneration is the generation of the resource that was most
102 recently observed by the Config Connector controller. If this is equal to metadata.generation,
103 then that means that the current reported status reflects the most recent desired
104 state of the resource.
105 type: integer
106 requirementlevel: Optional
107 children: []
108 additionalproperties: []
109additionalproperties: []
View as plain text