Documentation ¶
Index ¶
Constants ¶
View Source
const (
ConfigContextsName = "ConfigContexts"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigContext ¶
type ConfigContext struct { RawConfig *kclientcmdapi.Config ContextName string }
ConfigContext diagnostics (one per context) validate that the client config context is complete and has connectivity to the master.
func (ConfigContext) CanRun ¶
func (d ConfigContext) CanRun() (bool, error)
func (ConfigContext) Check ¶
func (d ConfigContext) Check() types.DiagnosticResult
func (ConfigContext) Description ¶
func (d ConfigContext) Description() string
func (ConfigContext) Name ¶
func (d ConfigContext) Name() string
type ConfigLoading ¶
type ConfigLoading struct { ConfFlagName string ClientFlags *flag.FlagSet // contains filtered or unexported fields }
ConfigLoading is a little special in that it is run separately as a precondition in order to determine whether we can run other dependent diagnostics.
func (*ConfigLoading) CanRun ¶
func (d *ConfigLoading) CanRun() (bool, error)
func (*ConfigLoading) Check ¶
func (d *ConfigLoading) Check() types.DiagnosticResult
func (*ConfigLoading) Description ¶
func (d *ConfigLoading) Description() string
func (*ConfigLoading) Name ¶
func (d *ConfigLoading) Name() string
func (*ConfigLoading) SuccessfulLoad ¶
func (d *ConfigLoading) SuccessfulLoad() bool
Click to show internal directories.
Click to hide internal directories.