MCPcopy
hub / github.com/kubernetes/client-go / azureTokenSource

Struct azureTokenSource

plugin/pkg/client/auth/azure/azure.go:158–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158type azureTokenSource struct {
159 source tokenSource
160 cache *azureTokenCache
161 lock sync.Mutex
162 cfg map[string]string
163 persister restclient.AuthProviderConfigPersister
164}
165
166func newAzureTokenSource(source tokenSource, cache *azureTokenCache, cfg map[string]string, persister restclient.AuthProviderConfigPersister) tokenSource {
167 return &azureTokenSource{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected