We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eacd13b commit 231c850Copy full SHA for 231c850
1 file changed
pkg/api/v1/cluster_types.go
@@ -112,6 +112,11 @@ const (
112
// MissingWALDiskSpaceExitCode is the exit code the instance manager
113
// will use to signal that there's no more WAL disk space
114
MissingWALDiskSpaceExitCode = 4
115
+
116
+ // MissingWALArchivePlugin is the exit code used by the instance manager
117
+ // to indicate that it started successfully, but the configured WAL
118
+ // archiving plugin is not available.
119
+ MissingWALArchivePlugin = 5
120
)
121
122
// SnapshotOwnerReference defines the reference type for the owner of the snapshot.
0 commit comments