command

package
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 16, 2020 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Reconcile added in v0.1.2

func Reconcile(client client.Client, scheme *runtime.Scheme, request reconcile.Request, command Command, crdname string) (reconcile.Result, error)

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

type CommandPod struct {
	corev1.Pod
	// contains filtered or unexported fields
}

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 Script added in v0.1.2

type Script struct {
	Resource   string
	Tarball    string
	Kind       string
	Entrypoint []string
	Args       []string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL