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 ce02972 commit 856af92Copy full SHA for 856af92
1 file changed
rust/operator-binary/src/controller/build/resource/listener.rs
@@ -15,7 +15,7 @@ use crate::{
15
16
// The group listener is a role-level object, so a constant `none` role-group is used as the
17
// role-group label value.
18
-stackable_operator::constant!(PLACEHOLDER_LISTENER_ROLE_GROUP: RoleGroupName = "none");
+stackable_operator::constant!(NONE_ROLE_GROUP_NAME: RoleGroupName = "none");
19
20
pub fn build_group_listener(
21
cluster: &ValidatedCluster,
@@ -29,7 +29,7 @@ pub fn build_group_listener(
29
listener_group_name,
30
cluster.recommended_labels_for(
31
&ValidatedCluster::role_name(role),
32
- &PLACEHOLDER_LISTENER_ROLE_GROUP,
+ &NONE_ROLE_GROUP_NAME,
33
),
34
)
35
.build(),
0 commit comments