Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kubernetes/client-go
/ DeleteActionImpl
Struct
DeleteActionImpl
testing/actions.go:574–577 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
572
}
573
574
type
DeleteActionImpl
struct
{
575
ActionImpl
576
Name string
577
}
578
579
func
(a DeleteActionImpl) GetName() string {
580
return
a.Name
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected