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.
Click to show internal directories.
Click to hide internal directories.