Fix errors, verification and test failures; add unit test for sj UpdateStatus

This commit is contained in:
Janet Kuo
2016-07-18 13:24:57 -07:00
parent 8b2e248641
commit da57c93a8a
13 changed files with 294 additions and 136 deletions

View File

@@ -17,8 +17,6 @@ limitations under the License.
package util
import (
"fmt"
fed_clientset "k8s.io/kubernetes/federation/client/clientset_generated/federation_internalclientset"
"k8s.io/kubernetes/pkg/api/unversioned"
"k8s.io/kubernetes/pkg/apimachinery/registered"
@@ -84,7 +82,6 @@ func (c *ClientCache) ClientConfigForVersion(version *unversioned.GroupVersion)
return nil, err
}
config.GroupVersion = negotiatedVersion
fmt.Printf(" Negotiated version %v\n", negotiatedVersion)
if version != nil {
c.configs[*version] = &config