package podreconciler

import "k8s.io/kubernetes/contrib/mesos/pkg/scheduler/components/podreconciler"

Package podreconciler implements pod reconciliation of pods which failed to launch, i.e. before binding by the executor took place.

Index

Types

type PodReconciler

type PodReconciler interface {
	Reconcile(t *podtask.T)
}

PodReconciler reconciles a pod with the apiserver

func New

Source Files

doc.go podreconciler.go

Version
v1.4.1
Published
Oct 10, 2016
Platform
js/wasm
Imports
10 packages
Last checked
8 minutes ago

Tools for package owners.