We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13aeda8 commit 100aed2Copy full SHA for 100aed2
operator/api/redpanda/v1alpha2/shadow_link_types.go
@@ -118,7 +118,7 @@ const (
118
// Shadow topic has been paused
119
ShadowTopicStatePaused ShadowTopicState = "paused"
120
// Shadow topic is in the process of failing over
121
- ShadowTopicStateFailingOver ShadowTopicState = "failng over"
+ ShadowTopicStateFailingOver ShadowTopicState = "failing over"
122
// Shadow topic is in the process of being promoted
123
ShadowTopicStateFailedOver ShadowTopicState = "failed over"
124
0 commit comments