network

package
v3.10.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2018 License: Apache-2.0 Imports: 36 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NetworkDiagnosticName          = "NetworkCheck"
	FlagNetworkDiagLogDir          = "logdir"
	FlagNetworkDiagPodImage        = "pod-image"
	FlagNetworkDiagTestPodImage    = "test-pod-image"
	FlagNetworkDiagTestPodProtocol = "test-pod-protocol"
	FlagNetworkDiagTestPodPort     = "test-pod-port"
)

Variables

This section is empty.

Functions

func GetNetworkDiagnosticsPod

func GetNetworkDiagnosticsPod(diagnosticsImage, command, podName, nodeName string) *kapi.Pod

func GetTestPod

func GetTestPod(testPodImage, testPodProtocol, podName, nodeName string, testPodPort int) *kapi.Pod

func GetTestService

func GetTestService(serviceName, podName, podProtocol, nodeName string, podPort int) *kapi.Service

Types

type NetworkDiagnostic

type NetworkDiagnostic struct {
	KubeClient           kclientset.Interface
	NetNamespacesClient  networktypedclient.NetNamespacesGetter
	ClusterNetworkClient networktypedclient.ClusterNetworksGetter
	ClientFlags          *flag.FlagSet
	Level                int
	Factory              *osclientcmd.Factory
	RawConfig            *clientcmdapi.Config
	PreventModification  bool
	LogDir               string
	PodImage             string
	TestPodImage         string
	TestPodProtocol      string
	TestPodPort          int
	// contains filtered or unexported fields
}

NetworkDiagnostic is a diagnostic that runs a network diagnostic pod and relays the results.

func (*NetworkDiagnostic) AvailableParameters

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

func (*NetworkDiagnostic) CanRun

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

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

func (*NetworkDiagnostic) Check

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

func (*NetworkDiagnostic) Cleanup

func (d *NetworkDiagnostic) Cleanup()

func (*NetworkDiagnostic) CollectNetworkInfo

func (d *NetworkDiagnostic) CollectNetworkInfo(diagsFailed bool) error

func (*NetworkDiagnostic) CollectNetworkPodLogs

func (d *NetworkDiagnostic) CollectNetworkPodLogs() error

func (*NetworkDiagnostic) Complete

func (d *NetworkDiagnostic) Complete(logger *log.Logger) error

func (*NetworkDiagnostic) Description

func (d *NetworkDiagnostic) Description() string

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

func (*NetworkDiagnostic) Name

func (d *NetworkDiagnostic) Name() string

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

func (*NetworkDiagnostic) Requirements

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

func (*NetworkDiagnostic) TestSetup

func (d *NetworkDiagnostic) TestSetup() error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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