Fix comment for GetServiceAccountFunc type

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
This commit is contained in:
Anish Ramasekar 2025-03-12 16:48:15 -07:00
parent 01302639f5
commit 95d411382f
No known key found for this signature in database
GPG Key ID: E96F745A34A409C2

View File

@ -73,7 +73,7 @@ var (
}
)
// GetServiceAccountFunc is a function type that returns a service account token for the given namespace and name.
// GetServiceAccountFunc is a function type that returns a service account for the given namespace and name.
type GetServiceAccountFunc func(namespace, name string) (*v1.ServiceAccount, error)
// getServiceAccountTokenFunc is a function type that returns a service account token for the given namespace and name.