mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 06:32:32 +00:00
Fix comment for GetServiceAccountFunc type
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user