From 2c1faec5cb721b8a172431d469462a58d7bc9545 Mon Sep 17 00:00:00 2001 From: Aditya Joshi Date: Fri, 26 Jun 2026 09:18:06 +0530 Subject: [PATCH] fix: correct description for ClusterTrustBundle Signed-off-by: Aditya Joshi Kubernetes-commit: d78ae8c15c2ae22f1074bb565b61febc0b96af56 --- applyconfigurations/certificates/v1alpha1/clustertrustbundle.go | 2 +- applyconfigurations/certificates/v1beta1/clustertrustbundle.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/applyconfigurations/certificates/v1alpha1/clustertrustbundle.go b/applyconfigurations/certificates/v1alpha1/clustertrustbundle.go index a7e161dd4..7fdaae5b0 100644 --- a/applyconfigurations/certificates/v1alpha1/clustertrustbundle.go +++ b/applyconfigurations/certificates/v1alpha1/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 diff --git a/applyconfigurations/certificates/v1beta1/clustertrustbundle.go b/applyconfigurations/certificates/v1beta1/clustertrustbundle.go index 19ff341f4..5c70207c6 100644 --- a/applyconfigurations/certificates/v1beta1/clustertrustbundle.go +++ b/applyconfigurations/certificates/v1beta1/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