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 c97efc4 commit 55cf40fCopy full SHA for 55cf40f
2 files changed
rust/operator-binary/src/controller.rs
@@ -344,7 +344,7 @@ pub async fn reconcile_trino(
344
.context(DereferenceSnafu)?;
345
346
// validate (no client required)
347
- let validated = validate::validate(
+ let validated = validate::validate_cluster(
348
trino,
349
&ctx.product_config,
350
&ctx.operator_environment,
rust/operator-binary/src/controller/validate.rs
@@ -74,7 +74,7 @@ pub struct ValidatedInputs {
74
}
75
76
/// Validates the cluster spec and the dereferenced inputs.
77
-pub fn validate(
+pub fn validate_cluster(
78
trino: &v1alpha1::TrinoCluster,
79
product_config: &ProductConfigManager,
80
operator_environment: &OperatorEnvironmentOptions,
0 commit comments