Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdWaitSts ¶
NewCmdWaitSts creates the cobra command to be executed
Types ¶
type WaitStsOptions ¶
type WaitStsOptions struct {
// contains filtered or unexported fields
}
WaitStsOptions is the struct holding common properties
func (*WaitStsOptions) Complete ¶
func (o *WaitStsOptions) Complete(args []string) error
Complete sets all information required for waiting statefulset
func (*WaitStsOptions) Run ¶
func (o *WaitStsOptions) Run() error
Run waits until statefulset gets ready
func (*WaitStsOptions) Validate ¶
func (o *WaitStsOptions) Validate() error
Validate ensures proper command usage
Click to show internal directories.
Click to hide internal directories.