mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-09-10 21:08:59 +00:00
kubens: Start implementing stubs
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
11
cmd/kubens/switch.go
Normal file
11
cmd/kubens/switch.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"io"
|
||||
)
|
||||
|
||||
type SwitchOp struct{ Target string }
|
||||
|
||||
func (s SwitchOp) Run(stdout, stderr io.Writer) error {
|
||||
panic("implement me")
|
||||
}
|
Reference in New Issue
Block a user