grep sed Experimental()

This commit is contained in:
Chao Xu
2015-10-12 11:18:50 -07:00
parent c4ee22b5b6
commit 493d2b6920
19 changed files with 69 additions and 69 deletions

View File

@@ -268,7 +268,7 @@ func (c *Fake) Namespaces() client.NamespaceInterface {
return &FakeNamespaces{Fake: c}
}
func (c *Fake) Experimental() client.ExtensionsInterface {
func (c *Fake) Extensions() client.ExtensionsInterface {
return &FakeExperimental{c}
}