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

@@ -34,7 +34,7 @@ import (
type DeploymentController struct {
client client.Interface
expClient client.ExperimentalInterface
expClient client.ExtensionsInterface
eventRecorder record.EventRecorder
}