Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCommandlineArgs ¶
func NewEvictCommand ¶
func NewRestartCommand ¶
func NewStartCommand ¶
func NewStopCommand ¶
Types ¶
type Lifecycle ¶
type Lifecycle struct {
// contains filtered or unexported fields
}
func NewLifecycle ¶
type Manager ¶
type Manager interface { Stop(ctx context.Context, name, namespace string) (msg string, err error) Start(ctx context.Context, name, namespace string) (msg string, err error) Restart(ctx context.Context, name, namespace string) (msg string, err error) Evict(ctx context.Context, name, namespace string) (msg string, err error) }
Click to show internal directories.
Click to hide internal directories.