mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Fix comment for GetServiceAccountFunc type
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
This commit is contained in:
parent
01302639f5
commit
95d411382f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user