move old dynamic client to deprecated-client

This commit is contained in:
David Eads
2018-05-09 12:54:24 -04:00
parent 82e32d2a32
commit d8924bc1c9
27 changed files with 843 additions and 447 deletions

View File

@@ -92,9 +92,6 @@ type GraphBuilder struct {
running bool
dynamicClient dynamic.DynamicInterface
// metaOnlyClientPool uses a special codec, which removes fields except for
// apiVersion, kind, and metadata during decoding.
metaOnlyClientPool dynamic.ClientPool
// monitors are the producer of the graphChanges queue, graphBuilder alters
// the in-memory graph according to the changes.
graphChanges workqueue.RateLimitingInterface