From 6d862a366e67d93143cd1d73917aad44ca338484 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 3 Dec 2024 23:54:44 +0100 Subject: [PATCH] fixup: forgot to qualify the associated type with v1alpha1 --- rust/operator-binary/src/crd/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/operator-binary/src/crd/mod.rs b/rust/operator-binary/src/crd/mod.rs index 25e798a9..c304ce5b 100644 --- a/rust/operator-binary/src/crd/mod.rs +++ b/rust/operator-binary/src/crd/mod.rs @@ -256,7 +256,7 @@ impl v1alpha1::OpaConfig { } impl Configuration for v1alpha1::OpaConfigFragment { - type Configurable = OpaCluster; + type Configurable = v1alpha1::OpaCluster; fn compute_env( &self,