mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-26 00:29:44 -04:00
Fix comment for GetServiceAccountFunc type
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
This commit is contained in:
parent
01302639f5
commit
95d411382f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue