Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
467
type
GetActionImpl
struct
{
468
ActionImpl
469
Name string
470
}
471
472
func
(a GetActionImpl) GetName() string {
473
return
a.Name
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected