MCPcopy
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
574type DeleteActionImpl struct {
575 ActionImpl
576 Name string
577}
578
579func (a DeleteActionImpl) GetName() string {
580 return a.Name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected