client

package
v3.9.0-alpha.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2018 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	InPodDiagnosticRecommendedName = "inpod-poddiagnostic"
	DiagnosticPodName              = "DiagnosticPod"
	ImageTemplateParam             = "images"
	LatestImageParam               = "latest-images"
)
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)

CanRun is part of the Diagnostic interface; it determines if the conditions are right to run this diagnostic.

func (ConfigContext) Check

Check is part of the Diagnostic interface; it runs the actual diagnostic logic

func (ConfigContext) ContextClusterUser

func (d ConfigContext) ContextClusterUser() (string, bool)

ContextClusterUser returns user+cluster name, plus true if the context is defined

func (ConfigContext) Description

func (d ConfigContext) Description() string

Description is part of the Diagnostic interface and provides a user-focused description of what the diagnostic does.

func (ConfigContext) Name

func (d ConfigContext) Name() string

Name is part of the Diagnostic interface and just returns name.

func (ConfigContext) Requirements added in v3.10.0

func (d ConfigContext) Requirements() (client bool, host bool)

type DiagnosticPod

type DiagnosticPod struct {
	KubeClient          kclientset.Interface
	Namespace           string
	Level               int
	Factory             *osclientcmd.Factory
	PreventModification bool
	ImageTemplate       variable.ImageTemplate
}

DiagnosticPod is a diagnostic that runs a diagnostic pod and relays the results.

func (*DiagnosticPod) AvailableParameters

func (d *DiagnosticPod) AvailableParameters() []types.Parameter

func (*DiagnosticPod) CanRun

func (d *DiagnosticPod) CanRun() (bool, error)

CanRun is part of the Diagnostic interface; it determines if the conditions are right to run this diagnostic.

func (*DiagnosticPod) Check

Check is part of the Diagnostic interface; it runs the actual diagnostic logic

func (*DiagnosticPod) Description

func (d *DiagnosticPod) Description() string

Description is part of the Diagnostic interface and provides a user-focused description of what the diagnostic does.

func (*DiagnosticPod) Name

func (d *DiagnosticPod) Name() string

Name is part of the Diagnostic interface and just returns name.

func (*DiagnosticPod) Requirements

func (d *DiagnosticPod) Requirements() (client bool, host bool)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL