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

Struct tokenGetter

plugin/pkg/client/auth/openstack/openstack.go:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55type tokenGetter struct {
56 authOpt *gophercloud.AuthOptions
57}
58
59// Token creates a token by authenticate with keystone.
60func (t *tokenGetter) Token() (string, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected