find and replace

This commit is contained in:
deads2k
2017-01-19 13:27:59 -05:00
parent c587b8a21e
commit ee6752ef20
315 changed files with 403 additions and 860 deletions

View File

@@ -25,7 +25,7 @@ import (
utilruntime "k8s.io/apimachinery/pkg/util/runtime"
"k8s.io/apiserver/pkg/server/healthz"
"k8s.io/kubernetes/pkg/client/restclient"
restclient "k8s.io/client-go/rest"
)
// PostStartHookFunc is a function that is called after the server has started.