fix: correct description for ClusterTrustBundle

Signed-off-by: Aditya Joshi <adityaprakashjoshi1@gmail.com>

Kubernetes-commit: d78ae8c15c2ae22f1074bb565b61febc0b96af56
This commit is contained in:
Aditya Joshi
2026-06-26 09:18:06 +05:30
committed by Kubernetes Publisher
parent 0f26f3dd91
commit 2c1faec5cb
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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