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

Struct commandTokenSource

plugin/pkg/client/auth/gcp/gcp.go:269–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269type commandTokenSource struct {
270 cmd string
271 args []string
272 tokenKey string
273 expiryKey string
274 timeFmt string
275}
276
277func newCmdTokenSource(cmd string, args []string, tokenKey, expiryKey, timeFmt string) *commandTokenSource {
278 if len(timeFmt) == 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected