Skip to content

Commit 019a3d3

Browse files
committed
add Conditions to AppWrapperStatus
1 parent 53302cf commit 019a3d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/v1beta2/appwrapper_types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ type AppWrapperPodSet struct {
5454
type AppWrapperStatus struct {
5555
// Phase of the AppWrapper object
5656
Phase AppWrapperPhase `json:"phase,omitempty"`
57+
58+
// Conditions
59+
Conditions []metav1.Condition `json:"conditions,omitempty"`
5760
}
5861

5962
// AppWrapperPhase is the phase of the appwrapper

0 commit comments

Comments
 (0)