Scheduler uses TTLStore for assumed pods

This commit is contained in:
Prashanth Balasubramanian
2015-03-30 11:17:16 -07:00
parent 43949b41d4
commit a7864aa230
10 changed files with 772 additions and 145 deletions

View File

@@ -18,10 +18,9 @@ package runtime
import (
"fmt"
"github.com/GoogleCloudPlatform/kubernetes/pkg/conversion"
"net/url"
"reflect"
"github.com/GoogleCloudPlatform/kubernetes/pkg/conversion"
)
// Scheme defines methods for serializing and deserializing API objects. It