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

@@ -83,7 +83,7 @@ type ErrorExperimentalClient struct {
invalid bool
}
func (c *ErrorExperimentalClient) Experimental() client.ExperimentalInterface {
func (c *ErrorExperimentalClient) Experimental() client.ExtensionsInterface {
return &ErrorJobClient{testclient.FakeExperimental{&c.Fake}, c.invalid}
}