Skip to content

Commit 9cf90d5

Browse files
committed
fix: Rust dogs
1 parent f911e1c commit 9cf90d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rust/operator-binary/src/truststore_controller.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ pub async fn start(client: &stackable_operator::client::Client, watch_namespace:
119119
.await;
120120
}
121121

122-
/// Resolves modifications to dependencies of [`SecretClass`] objects into
123-
/// a list of affected [`TrustStore`]s.
122+
/// Resolves modifications to dependencies of [`v1alpha1::SecretClass`] objects into
123+
/// a list of affected [`v1alpha1::TrustStore`]s.
124124
fn secretclass_dependency_watch_mapper<Dep: Resource, Conds>(
125125
truststores: reflector::Store<DeserializeGuard<v1alpha1::TrustStore>>,
126126
secretclasses: reflector::Store<DeserializeGuard<v1alpha1::SecretClass>>,

0 commit comments

Comments
 (0)