grep sed ExperimentalInterface

This commit is contained in:
Chao Xu
2015-10-12 11:05:52 -07:00
parent 10917084df
commit 9aa163aa88
5 changed files with 10 additions and 10 deletions

View File

@@ -51,7 +51,7 @@ type Interface interface {
PersistentVolumeClaimsNamespacer
ComponentStatusesInterface
SwaggerSchemaInterface
Experimental() ExperimentalInterface
Experimental() ExtensionsInterface
}
func (c *Client) ReplicationControllers(namespace string) ReplicationControllerInterface {
@@ -243,6 +243,6 @@ func IsTimeout(err error) bool {
return false
}
func (c *Client) Experimental() ExperimentalInterface {
func (c *Client) Experimental() ExtensionsInterface {
return c.ExperimentalClient
}