There was an error while loading. Please reload this page.
1 parent 53302cf commit 019a3d3Copy full SHA for 019a3d3
api/v1beta2/appwrapper_types.go
@@ -54,6 +54,9 @@ type AppWrapperPodSet struct {
54
type AppWrapperStatus struct {
55
// Phase of the AppWrapper object
56
Phase AppWrapperPhase `json:"phase,omitempty"`
57
+
58
+// Conditions
59
+Conditions []metav1.Condition `json:"conditions,omitempty"`
60
}
61
62
// AppWrapperPhase is the phase of the appwrapper
0 commit comments