@@ -83,12 +83,14 @@ use crate::{
8383 } ,
8484 crd:: {
8585 APP_NAME , BALANCE_PORT , BALANCE_PORT_NAME , Container , HTTPS_PORT , HTTPS_PORT_NAME ,
86- LISTENER_VOLUME_DIR , LISTENER_VOLUME_NAME , METRICS_PORT , METRICS_PORT_NAME , NifiConfig ,
87- NifiConfigFragment , NifiNodeRoleConfig , NifiRole , NifiStatus , PROTOCOL_PORT ,
88- PROTOCOL_PORT_NAME , STACKABLE_LOG_CONFIG_DIR , STACKABLE_LOG_DIR ,
89- authentication:: AuthenticationClassResolved , v1alpha1,
86+ METRICS_PORT , METRICS_PORT_NAME , NifiConfig , NifiConfigFragment , NifiNodeRoleConfig ,
87+ NifiRole , NifiStatus , PROTOCOL_PORT , PROTOCOL_PORT_NAME , STACKABLE_LOG_CONFIG_DIR ,
88+ STACKABLE_LOG_DIR , authentication:: AuthenticationClassResolved , v1alpha1,
89+ } ,
90+ listener:: {
91+ LISTENER_VOLUME_DIR , LISTENER_VOLUME_NAME , build_group_listener, build_group_listener_pvc,
92+ group_listener_name,
9093 } ,
91- listener:: { build_group_listener, build_group_listener_pvc, group_listener_name} ,
9294 operations:: {
9395 graceful_shutdown:: add_graceful_shutdown_config,
9496 pdb:: add_pdbs,
0 commit comments