Documentation ¶
Overview ¶
packag fallback is only used when we are unable to collect with --detect namespace
Index ¶
- type Fallback
- func (c *Fallback) CleanupRemote() error
- func (c *Fallback) CopyFromHost(_ string, source, destination string) (out string, err error)
- func (c *Fallback) CopyToHost(_ string, source, destination string) (out string, err error)
- func (c *Fallback) GetCoordinators() (podName []string, err error)
- func (c *Fallback) GetExecutors() (podName []string, err error)
- func (c *Fallback) HelpText() string
- func (c *Fallback) HostExecute(mask bool, _ string, args ...string) (string, error)
- func (c *Fallback) HostExecuteAndStream(mask bool, _ string, output cli.OutputHandler, pat string, args ...string) (err error)
- func (c *Fallback) Name() string
- func (c *Fallback) SetHostPid(_, _ string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fallback ¶
type Fallback struct {
// contains filtered or unexported fields
}
func NewFallback ¶
func NewFallback(hook shutdown.CancelHook) *Fallback
func (*Fallback) CleanupRemote ¶
func (*Fallback) CopyFromHost ¶
func (*Fallback) CopyToHost ¶
func (*Fallback) GetCoordinators ¶
func (*Fallback) GetExecutors ¶
func (*Fallback) HostExecute ¶
func (*Fallback) HostExecuteAndStream ¶
func (*Fallback) SetHostPid ¶
Click to show internal directories.
Click to hide internal directories.