mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-09-15 07:19:01 +00:00
kubens: Start implementing stubs
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
9
cmd/kubens/current.go
Normal file
9
cmd/kubens/current.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import "io"
|
||||
|
||||
type CurrentOp struct{}
|
||||
|
||||
func (c CurrentOp) Run(stdout, stderr io.Writer) error {
|
||||
panic("implement me")
|
||||
}
|
Reference in New Issue
Block a user