Versions in this module Expand all Collapse all v0 v0.1.0 Jul 11, 2020 Changes in this version + const DockerCommitFailed + const DockerPushFailed + const InvalidImage + const SourceContainerNotFound + const SourcePodFinishied + const SourcePodNotFound + const SourcePodNotReady + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = schema.GroupVersion + type ContainerSnapshot struct + Spec ContainerSnapshotSpec + Status ContainerSnapshotStatus + func (in *ContainerSnapshot) DeepCopy() *ContainerSnapshot + func (in *ContainerSnapshot) DeepCopyInto(out *ContainerSnapshot) + func (in *ContainerSnapshot) DeepCopyObject() runtime.Object + type ContainerSnapshotList struct + Items []ContainerSnapshot + func (in *ContainerSnapshotList) DeepCopy() *ContainerSnapshotList + func (in *ContainerSnapshotList) DeepCopyInto(out *ContainerSnapshotList) + func (in *ContainerSnapshotList) DeepCopyObject() runtime.Object + type ContainerSnapshotSpec struct + ContainerName string + Image string + ImagePushSecrets []v1.LocalObjectReference + PodName string + func (in *ContainerSnapshotSpec) DeepCopy() *ContainerSnapshotSpec + func (in *ContainerSnapshotSpec) DeepCopyInto(out *ContainerSnapshotSpec) + type ContainerSnapshotStatus struct + Conditions status.Conditions + ContainerID string + JobRef v1.LocalObjectReference + NodeName string + WorkerState WorkerState + func (in *ContainerSnapshotStatus) DeepCopy() *ContainerSnapshotStatus + func (in *ContainerSnapshotStatus) DeepCopyInto(out *ContainerSnapshotStatus) + type WorkerState string + const WorkerComplete + const WorkerCreated + const WorkerFailed + const WorkerRunning + const WorkerUnknown