From 1cb041c23ea56be9f9a70456f21e5357675e9769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanislav=20L=C3=A1zni=C4=8Dka?= Date: Mon, 1 Jun 2026 15:25:38 +0200 Subject: [PATCH] use the new GA CTB API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stanislav Láznička Kubernetes-commit: 66e2db60b30bddc2386c4e4daa48971794d611a2 --- applyconfigurations/certificates/v1/clustertrustbundle.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applyconfigurations/certificates/v1/clustertrustbundle.go b/applyconfigurations/certificates/v1/clustertrustbundle.go index df5205b80..387954864 100644 --- a/applyconfigurations/certificates/v1/clustertrustbundle.go +++ b/applyconfigurations/certificates/v1/clustertrustbundle.go @@ -40,7 +40,7 @@ import ( // to a cluster can read ClusterTrustBundles by impersonating a serviceaccount // that they have access to. // -// It can be optionally associated with a particular assigner, in which case it +// It can be optionally associated with a particular signer, in which case it // contains one valid set of trust anchors for that signer. Signers may have // multiple associated ClusterTrustBundles; each is an independent set of trust // anchors for that signer. Admission control is used to enforce that only users