Versions in this module Expand all Collapse all v1 v1.5.1 Apr 28, 2017 Changes in this version + const DiagnosticsRecommendedName + const StandardMasterCaPath + const StandardMasterConfigPath + const StandardMasterUrl + const StandardNodeConfigPath + const StandardTokenPath + func NewCmdDiagnostics(name string, fullName string, out io.Writer) *cobra.Command + func NewCommandNetworkPodDiagnostics(name string, out io.Writer) *cobra.Command + func NewCommandPodDiagnostics(name string, out io.Writer) *cobra.Command + type DiagnosticsOptions struct + ClientClusterContext string + ClientFlags *flag.FlagSet + Factory *osclientcmd.Factory + ImageTemplate variable.ImageTemplate + IsHost bool + LogOptions *log.LoggerOptions + Logger *log.Logger + MasterConfigLocation string + NetworkDiagLogDir string + NetworkDiagPodImage string + NodeConfigLocation string + PreventModification bool + RequestedDiagnostics []string + func (o *DiagnosticsOptions) Complete(args []string) error + func (o *DiagnosticsOptions) Validate() error + func (o DiagnosticsOptions) Run(diagnostics []types.Diagnostic) (bool, error, int, int) + func (o DiagnosticsOptions) RunDiagnostics() (bool, error, int, int) + type NetworkPodDiagnosticsOptions struct + LogOptions *log.LoggerOptions + Logger *log.Logger + RequestedDiagnostics []string + func (o *NetworkPodDiagnosticsOptions) Complete(args []string) (err error) + func (o NetworkPodDiagnosticsOptions) BuildAndRunDiagnostics() (failed bool, err error, numWarnings, numErrors int) + type PodDiagnosticsOptions struct + LogOptions *log.LoggerOptions + Logger *log.Logger + RequestedDiagnostics []string + func (o *PodDiagnosticsOptions) Complete(args []string) error + func (o PodDiagnosticsOptions) BuildAndRunDiagnostics() (bool, error, int, int) v1.5.0-alpha.1 Dec 29, 2016