Merge pull request #67978 from WanLinghao/token_controller_improve
remove idle tokens in kubelet token manager
This commit is contained in:
@@ -354,6 +354,8 @@ type VolumeHost interface {
|
||||
|
||||
GetServiceAccountTokenFunc() func(namespace, name string, tr *authenticationv1.TokenRequest) (*authenticationv1.TokenRequest, error)
|
||||
|
||||
DeleteServiceAccountTokenFunc() func(podUID types.UID)
|
||||
|
||||
// Returns an interface that should be used to execute any utilities in volume plugins
|
||||
GetExec(pluginName string) mount.Exec
|
||||
|
||||
|
Reference in New Issue
Block a user