Versions in this module Expand all Collapse all v0 v0.2.0 Jul 7, 2020 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type PodCheckpoint struct + Spec PodCheckpointSpec + Status PodCheckpointStatus + func (in *PodCheckpoint) DeepCopy() *PodCheckpoint + func (in *PodCheckpoint) DeepCopyInto(out *PodCheckpoint) + func (in *PodCheckpoint) DeepCopyObject() runtime.Object + type PodCheckpointCondition struct + LastProbeTime metav1.Time + LastTransitionTime metav1.Time + Message string + Reason string + Status corev1.ConditionStatus + Type PodCheckpointConditionType + func (in *PodCheckpointCondition) DeepCopy() *PodCheckpointCondition + func (in *PodCheckpointCondition) DeepCopyInto(out *PodCheckpointCondition) + type PodCheckpointConditionType string + const PodCheckpointComplete + const PodCheckpointFailed + type PodCheckpointList struct + Items []PodCheckpoint + func (in *PodCheckpointList) DeepCopy() *PodCheckpointList + func (in *PodCheckpointList) DeepCopyInto(out *PodCheckpointList) + func (in *PodCheckpointList) DeepCopyObject() runtime.Object + type PodCheckpointSpec struct + Destination string + Namespace string + Pod string + Subpath string + func (in *PodCheckpointSpec) DeepCopy() *PodCheckpointSpec + func (in *PodCheckpointSpec) DeepCopyInto(out *PodCheckpointSpec) + type PodCheckpointStatus struct + Active int32 + CompletionTime *metav1.Time + Conditions []PodCheckpointCondition + Failed int32 + StartTime *metav1.Time + Succeeded int32 + func (in *PodCheckpointStatus) DeepCopy() *PodCheckpointStatus + func (in *PodCheckpointStatus) DeepCopyInto(out *PodCheckpointStatus)