From 938f4348eed83f8ac7a626539e5e7b81010ada46 Mon Sep 17 00:00:00 2001 From: Jean-Marc Andre Date: Sat, 2 Jan 2021 00:38:05 +0100 Subject: [PATCH] Revert "rolled back status to strings" This reverts commit 690265d9f607a3ca166897c67b19e1143db1e0a0. --- api/v1alpha1/backupsession_types.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/v1alpha1/backupsession_types.go b/api/v1alpha1/backupsession_types.go index 94ffdde..b67fb89 100644 --- a/api/v1alpha1/backupsession_types.go +++ b/api/v1alpha1/backupsession_types.go @@ -78,8 +78,6 @@ 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"`