Improve serialization round trip test and add v1beta3

This commit is contained in:
Clayton Coleman
2014-12-12 16:57:25 -05:00
parent 8f65442c2f
commit 8262c30c97
3 changed files with 171 additions and 138 deletions

View File

@@ -40,7 +40,7 @@ type Interface interface {
}
func (c *Client) ReplicationControllers(namespace string) ReplicationControllerInterface {
return newReplicationControllers(c, namespace, c.preV1Beta3)
return newReplicationControllers(c, namespace)
}
func (c *Client) Nodes() NodeInterface {