Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInitCommand ¶
func NewResetCommand ¶
Types ¶
type InitOptions ¶ added in v1.2.2
InitOptions is the configuration for initialization
func NewInitOptions ¶ added in v1.2.2
func NewInitOptions(ioStreams cmdutil.IOStreams) *InitOptions
NewInitOptions returns a new initialization options struct
func (*InitOptions) Run ¶ added in v1.2.2
func (o *InitOptions) Run() error
type Kubectl ¶ added in v1.2.2
func (*Kubectl) Apply ¶ added in v1.2.2
Apply returns a command that will apply the manifests specified on stdin
func (*Kubectl) Create ¶ added in v1.2.2
Create returns a command that will create the manifests specified on stdin
type ResetOptions ¶ added in v1.2.2
ResetOptions is the configuration for suggesting assignments
func NewResetOptions ¶ added in v1.2.2
func NewResetOptions(ioStreams cmdutil.IOStreams) *ResetOptions
NewResetOptions returns a new reset options struct
func (*ResetOptions) Run ¶ added in v1.2.2
func (o *ResetOptions) Run() error
Click to show internal directories.
Click to hide internal directories.