Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StatusCommand ¶
Types ¶
type CaptureIdentifiersFilter ¶
type CaptureIdentifiersFilter struct { Identifiers []object.ObjMetadata Mapper meta.RESTMapper }
CaptureIdentifiersFilter implements the Filter interface in the kio package. It captures the identifiers for all resources passed through the pipeline.
type StatusRunner ¶
type StatusRunner struct { IncludeSubpackages bool Interval time.Duration Timeout time.Duration PollForever bool WaitForDeletion bool Output string Command *cobra.Command }
WaitRunner captures the parameters for the command and contains the run function.
func GetStatusRunner ¶
func GetStatusRunner() *StatusRunner
Click to show internal directories.
Click to hide internal directories.