Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Command ¶ added in v0.1.2
type Command interface {
runtime.Object
metav1.Object
GetConditions() *status.Conditions
SetConditions(status.Conditions)
GetArgs() []string
SetArgs([]string)
}
type CommandList ¶ added in v0.1.2
type CommandList interface {
GetItems() []Command
}
type CommandPod ¶ added in v0.1.2
func (*CommandPod) Construct ¶ added in v0.1.2
func (cp *CommandPod) Construct() error
func (*CommandPod) GetRuntimeObj ¶ added in v0.1.2
func (cp *CommandPod) GetRuntimeObj() runtime.Object
Click to show internal directories.
Click to hide internal directories.