mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 15:37:24 +00:00
remove uneeded discovery flexibility
This commit is contained in:
@@ -118,8 +118,6 @@ type ClientAccessFactory interface {
|
||||
// LabelsForObject returns the labels associated with the provided object
|
||||
LabelsForObject(object runtime.Object) (map[string]string, error)
|
||||
|
||||
// Returns internal flagset
|
||||
FlagSet() *pflag.FlagSet
|
||||
// Command will stringify and return all environment arguments ie. a command run by a client
|
||||
// using the factory.
|
||||
Command(cmd *cobra.Command, showSecrets bool) string
|
||||
|
||||
Reference in New Issue
Block a user