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

Struct GetActionImpl

testing/actions.go:467–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467type GetActionImpl struct {
468 ActionImpl
469 Name string
470}
471
472func (a GetActionImpl) GetName() string {
473 return a.Name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected