test observedGeneration

This commit is contained in:
jandre 2021-01-02 14:54:35 +01:00
parent a1b0b36752
commit 1be5004ead

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"`