We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0130263 commit 95d4113Copy full SHA for 95d4113
pkg/credentialprovider/plugin/plugin.go
@@ -73,7 +73,7 @@ var (
73
}
74
)
75
76
-// 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.
77
type GetServiceAccountFunc func(namespace, name string) (*v1.ServiceAccount, error)
78
79
// getServiceAccountTokenFunc is a function type that returns a service account token for the given namespace and name.
0 commit comments