rolled back status to strings

This commit is contained in:
jandre 2021-01-02 00:33:33 +01:00
parent 5ee2cf0d24
commit 690265d9f6

View File

@ -63,6 +63,8 @@ type BackupSessionStatus struct {
// INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
// Important: Run "make" to regenerate code after modifying this file
// +optional
ObservedGeneration int64 `json:"observedGeneration,omitempty"`
// +optional
BackupState `json:"state,omitempty"`
// +optional
StartTime *metav1.Time `json:"startTime,omitempty"`