MCPcopy
hub / github.com/ahmetb/kubectx / Run

Method Run

cmd/kubectx/main.go:31–31  ·  view source on GitHub ↗
(stdout, stderr io.Writer)

Source from the content-addressed store, hash-verified

29
30type Op interface {
31 Run(stdout, stderr io.Writer) error
32}
33
34func main() {

Callers 15

Test_homeDirFunction · 0.65
TestCacheDirFunction · 0.65
TestIsUpgradeFunction · 0.65
TestIsReadOnlyFunction · 0.65
TestIsNonMutatingPostFunction · 0.65
TestIsDryRunFunction · 0.65
TestCheckRequestFunction · 0.65
TestHandler_AllowsDryRunFunction · 0.65

Implementers 15

CurrentOpcmd/kubens/current.go
HelpOpcmd/kubens/help.go
UnsetOpcmd/kubens/unset.go
UnsupportedOpcmd/kubens/flags.go
InteractiveSwitchOpcmd/kubens/fzf.go
SwitchOpcmd/kubens/switch.go
VersionOpcmd/kubens/version.go
ListOpcmd/kubens/list.go
CurrentOpcmd/kubectx/current.go
RenameOpcmd/kubectx/rename.go
HelpOpcmd/kubectx/help.go
UnsetOpcmd/kubectx/unset.go

Calls

no outgoing calls

Tested by 15

Test_homeDirFunction · 0.52
TestCacheDirFunction · 0.52
TestIsUpgradeFunction · 0.52
TestIsReadOnlyFunction · 0.52
TestIsNonMutatingPostFunction · 0.52
TestIsDryRunFunction · 0.52
TestCheckRequestFunction · 0.52
TestHandler_AllowsDryRunFunction · 0.52