mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Add new command "kubectl set selector"
This commit is contained in:
committed by
Michail Kargakis
parent
f9707a7d9b
commit
17a711d8fd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user