 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- Constants
- func GetNetworkDiagnosticsPod(command, podName, nodeName string) *kapi.Pod
- func GetTestPod(podName, nodeName string) *kapi.Pod
- func GetTestService(serviceName, podName, nodeName string) *kapi.Service
- type NetworkDiagnostic
- func (d *NetworkDiagnostic) CanRun() (bool, error)
- func (d *NetworkDiagnostic) Check() types.DiagnosticResult
- func (d *NetworkDiagnostic) Cleanup()
- func (d *NetworkDiagnostic) CollectNetworkInfo(diagsFailed bool) error
- func (d *NetworkDiagnostic) CollectNetworkPodLogs() error
- func (d *NetworkDiagnostic) Description() string
- func (d *NetworkDiagnostic) Name() string
- func (d *NetworkDiagnostic) TestSetup() error
 
Constants ¶
      View Source
      
  
const (
	NetworkDiagnosticName = "NetworkCheck"
)
    Variables ¶
This section is empty.
Functions ¶
func GetTestPod ¶
func GetTestService ¶
Types ¶
type NetworkDiagnostic ¶
type NetworkDiagnostic struct {
	KubeClient          kclientset.Interface
	OSClient            *osclient.Client
	ClientFlags         *flag.FlagSet
	Level               int
	Factory             *osclientcmd.Factory
	PreventModification bool
	LogDir              string
	// contains filtered or unexported fields
}
    NetworkDiagnostic is a diagnostic that runs a network diagnostic pod and relays the results.
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 ¶
func (d *NetworkDiagnostic) Check() types.DiagnosticResult
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) 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) TestSetup ¶
func (d *NetworkDiagnostic) TestSetup() error
 Click to show internal directories. 
   Click to hide internal directories.