MCPcopy
hub / github.com/derailed/k9s / Client

Method Client

internal/dao/types.go:24–24  ·  view source on GitHub ↗

Client retrieves an api client.

()

Source from the content-addressed store, hash-verified

22type Factory interface {
23 // Client retrieves an api client.
24 Client() client.Connection
25
26 // Get fetch a given resource.
27 Get(gvr *client.GVR, path string, wait bool, sel labels.Selector) (runtime.Object, error)

Callers 15

RefreshMethod · 0.65
WatchMethod · 0.65
NewClusterFunction · 0.65
VersionMethod · 0.65
ContextNameMethod · 0.65
ClusterNameMethod · 0.65
UserNameMethod · 0.65
yamlCmdMethod · 0.65
switchNamespaceCmdMethod · 0.65
defaultContextMethod · 0.65
defaultContextMethod · 0.65
suggestCommandMethod · 0.65

Implementers 7

tableFactoryinternal/model/table_test.go
testFactoryinternal/model/log_test.go
testFactoryinternal/view/pf_extender_test.go
testFactoryinternal/xray/container_test.go
testFactoryinternal/dao/utils_test.go
podFactoryinternal/dao/container_test.go
Factoryinternal/watch/factory.go

Calls

no outgoing calls

Tested by

no test coverage detected