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
type CommandRole ¶ added in v0.1.2
Role giving permissions to watch the Command resource
func (*CommandRole) Construct ¶ added in v0.1.2
func (r *CommandRole) Construct() error
func (*CommandRole) GetRuntimeObj ¶ added in v0.1.2
func (r *CommandRole) GetRuntimeObj() runtime.Object
type CommandRoleBinding ¶ added in v0.1.2
type CommandRoleBinding struct {
rbacv1.RoleBinding
// contains filtered or unexported fields
}
RoleBinding binding the above Role to the above ServiceAccount
func (*CommandRoleBinding) Construct ¶ added in v0.1.2
func (rb *CommandRoleBinding) Construct() error
func (*CommandRoleBinding) GetRuntimeObj ¶ added in v0.1.2
func (rb *CommandRoleBinding) GetRuntimeObj() runtime.Object
type CommandServiceAccount ¶ added in v0.1.2
type CommandServiceAccount struct {
corev1.ServiceAccount
}
Service Account for the Command Pod
func (*CommandServiceAccount) Construct ¶ added in v0.1.2
func (sa *CommandServiceAccount) Construct() error
func (*CommandServiceAccount) GetRuntimeObj ¶ added in v0.1.2
func (sa *CommandServiceAccount) GetRuntimeObj() runtime.Object
Click to show internal directories.
Click to hide internal directories.