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