Make ClientCache public

This commit is contained in:
Muhammed Uluyol
2015-08-10 13:05:57 -07:00
parent a53a3b7e8c
commit 01807c1fac
2 changed files with 7 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ const (
// TODO: pass the various interfaces on the factory directly into the command constructors (so the
// commands are decoupled from the factory).
type Factory struct {
clients *clientCache
clients *ClientCache
flags *pflag.FlagSet
generators map[string]kubectl.Generator