Skip to content

Commit 0f9fa29

Browse files
committed
docs: Fix TrustStore reference
1 parent 2ea2060 commit 0f9fa29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/src/truststore_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ pub async fn start(client: &stackable_operator::client::Client, watch_namespace:
125125
}
126126

127127
/// Resolves modifications to dependencies of [`v1alpha2::SecretClass`] objects into
128-
/// a list of affected [`v1alpha2::TrustStore`]s.
128+
/// a list of affected [`v1alpha1::TrustStore`]s.
129129
fn secretclass_dependency_watch_mapper<Dep: Resource, Conds>(
130130
truststores: reflector::Store<DeserializeGuard<v1alpha1::TrustStore>>,
131131
secretclasses: reflector::Store<DeserializeGuard<v1alpha2::SecretClass>>,

0 commit comments

Comments
 (0)