Add new command "kubectl set selector"

This commit is contained in:
Angus Salkeld
2016-11-14 21:53:27 +10:00
committed by Michail Kargakis
parent f9707a7d9b
commit 17a711d8fd
16 changed files with 622 additions and 57 deletions

View File

@@ -38,7 +38,7 @@ import (
type PauseConfig struct {
resource.FilenameOptions
Pauser func(info *resource.Info) (bool, error)
Pauser func(info *resource.Info) ([]byte, error)
Mapper meta.RESTMapper
Typer runtime.ObjectTyper
Encoder runtime.Encoder