v1

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2019 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Phase

type Phase string

Phase which indicates the status of an operation.

const (
	// PhaseFailed to be assigned when an operation fails.
	PhaseFailed Phase = "Failed"
	// PhaseReady to be assigned when an operation is ready to be progressed.
	PhaseReady Phase = "Ready"
	// PhaseInProgress to be assigned when an operation is in progress.
	PhaseInProgress Phase = "InProgress"
	// PhaseCompleted to be assigned when an operation has been completed.
	PhaseCompleted Phase = "Completed"
	// PhaseUnknown to be assigned when the above phases cannot be determined.
	PhaseUnknown Phase = "Unknown"
)

type ScheduledStatus

type ScheduledStatus struct {
	// Last time an object object was created.
	LastCreated *metav1.Time `json:"lastCreated,omitempty"`
}

ScheduledStatus defines the observed state of a scheduled object.

func (*ScheduledStatus) DeepCopy

func (in *ScheduledStatus) DeepCopy() *ScheduledStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScheduledStatus.

func (*ScheduledStatus) DeepCopyInto

func (in *ScheduledStatus) DeepCopyInto(out *ScheduledStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

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