Skip to content

Commit 95d4113

Browse files
committed
Fix comment for GetServiceAccountFunc type
Signed-off-by: Anish Ramasekar <[email protected]>
1 parent 0130263 commit 95d4113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/credentialprovider/plugin/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ var (
7373
}
7474
)
7575

76-
// GetServiceAccountFunc is a function type that returns a service account token for the given namespace and name.
76+
// GetServiceAccountFunc is a function type that returns a service account for the given namespace and name.
7777
type GetServiceAccountFunc func(namespace, name string) (*v1.ServiceAccount, error)
7878

7979
// getServiceAccountTokenFunc is a function type that returns a service account token for the given namespace and name.

0 commit comments

Comments
 (0)