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 5e6ec66 commit 91108ceCopy full SHA for 91108ce
crates/stackable-operator/src/validation.rs
@@ -26,7 +26,7 @@ const RFC_1123_LABEL_FMT: &str = "[a-zA-Z0-9]([-a-zA-Z0-9]*[a-zA-Z0-9])?";
26
27
/// This is a subdomain's max length in DNS (RFC 1123)
28
pub const RFC_1123_SUBDOMAIN_MAX_LENGTH: usize = 253;
29
-const LOWERCASE_RFC_1123_SUBDOMAIN_FMT: &str = concatcp!(
+pub const LOWERCASE_RFC_1123_SUBDOMAIN_FMT: &str = concatcp!(
30
LOWERCASE_RFC_1123_LABEL_FMT,
31
"(\\.",
32
0 commit comments