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 8f223f3 commit 9bece1dCopy full SHA for 9bece1d
1 file changed
rust/operator-binary/src/command.rs
@@ -19,7 +19,8 @@ use crate::{
19
},
20
};
21
22
-// File names not exported from crd/mod.rs.
+// TODO: replace with build::properties::ConfigFileName once command.rs moves under build/
23
+// (with the StatefulSet builder migration).
24
const LOG_PROPERTIES: &str = "log.properties";
25
const EXCHANGE_MANAGER_PROPERTIES: &str = "exchange-manager.properties";
26
const SPOOLING_MANAGER_PROPERTIES: &str = "spooling-manager.properties";
0 commit comments