We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6621c45 commit f383608Copy full SHA for f383608
pkg/status/analyzer.go
@@ -50,8 +50,8 @@ func (s *statusAnalyzer) ComputeStatus(object *unstructured.Unstructured) (Statu
50
ObservedGeneration *int64 `json:"observedGeneration"`
51
}
52
type ObjectStatus struct {
53
- ObservedGeneration *int64 `json:"observedGeneration"`
54
- Conditions []ObjectCondition
+ ObservedGeneration *int64 `json:"observedGeneration"`
+ Conditions []ObjectCondition `json:"conditions"`
55
56
type Object struct {
57
Status ObjectStatus `json:"status"`
0 commit comments