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

Struct ProxyGetActionImpl

testing/actions.go:629–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627}
628
629type ProxyGetActionImpl struct {
630 ActionImpl
631 Scheme string
632 Name string
633 Port string
634 Path string
635 Params map[string]string
636}
637
638func (a ProxyGetActionImpl) GetScheme() string {
639 return a.Scheme

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected