var ErrCrashLoopBackOff …
var ErrContainerNotFound …
var ErrRunContainer …
var ErrKillContainer …
var ErrCreatePodSandbox …
var ErrConfigPodSandbox …
var ErrKillPodSandbox …
type SyncAction …
const StartContainer …
const KillContainer …
const SetupNetwork …
const TeardownNetwork …
const InitContainer …
const CreatePodSandbox …
const ConfigPodSandbox …
const KillPodSandbox …
type SyncResult …
func NewSyncResult(action SyncAction, target interface{ … }
func (r *SyncResult) Fail(err error, msg string) { … }
type PodSyncResult …
func (p *PodSyncResult) AddSyncResult(result ...*SyncResult) { … }
func (p *PodSyncResult) AddPodSyncResult(result PodSyncResult) { … }
func (p *PodSyncResult) Fail(err error) { … }
func (p *PodSyncResult) Error() error { … }