const flagMatchBinaryVersion …
type MatchVersionFlags …
var _ …
func (f *MatchVersionFlags) checkMatchingServerVersion() error { … }
func (f *MatchVersionFlags) ToRESTConfig() (*rest.Config, error) { … }
func (f *MatchVersionFlags) ToRawKubeConfigLoader() clientcmd.ClientConfig { … }
func (f *MatchVersionFlags) ToDiscoveryClient() (discovery.CachedDiscoveryInterface, error) { … }
func (f *MatchVersionFlags) ToRESTMapper() (meta.RESTMapper, error) { … }
func (f *MatchVersionFlags) AddFlags(flags *pflag.FlagSet) { … }
func NewMatchVersionFlags(delegate genericclioptions.RESTClientGetter) *MatchVersionFlags { … }
func setKubernetesDefaults(config *rest.Config) error { … }