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 69cd468 commit 6184a92Copy full SHA for 6184a92
rust/operator-binary/src/superset_controller.rs
@@ -114,9 +114,6 @@ pub enum Error {
114
#[snafu(display("object defines no node role-group"))]
115
NoNodeRoleGroup,
116
117
- #[snafu(display("failed to calculate global service name"))]
118
- GlobalServiceNameNotFound,
119
-
120
#[snafu(display("invalid container name"))]
121
InvalidContainerName {
122
source: stackable_operator::builder::pod::container::Error,
0 commit comments