Merge pull request #5433 from wojtek-t/remove_bound_pods

Remove BoundPods from Kubelet
This commit is contained in:
Victor Marmol
2015-03-16 13:38:24 -07:00
27 changed files with 193 additions and 224 deletions

View File

@@ -666,7 +666,7 @@ type BoundPods struct {
Host string `json:"host" description:"name of a node that these pods were bound to"`
// Items is the list of all pods bound to a given host.
Items []BoundPod `json:"items" description:"list of all pods bound to a given host"`
Items []Pod `json:"items" description:"list of all pods bound to a given host"`
}
// ReplicationControllerSpec is the specification of a replication controller.