Skip to content

Commit

Permalink
Add backup condition constants for ops requests (#737)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Fahim Abrar <fahimabrar@appscode.com>
  • Loading branch information
Mohammad Fahim Abrar committed Apr 15, 2021
1 parent 989d820 commit b9da511
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apis/ops/v1alpha1/type.go
Expand Up @@ -123,6 +123,10 @@ const (
RedisTLSArg = "--tls-port 6379"
DBReady = "DBReady"
RestartedPods = "RestartedPods"

//Stash Constants
PauseBackupConfiguration = "PauseBackupConfiguration"
ResumeBackupConfiguration = "ResumeBackupConfiguration"
)

// +kubebuilder:validation:Enum=Progressing;Successful;WaitingForApproval;Failed;Approved;Denied
Expand Down

0 comments on commit b9da511

Please sign in to comment.