Add fake client, informer factory, and lister to metadata client

These will be used by the garbage collector controller and others that
use higher level primitives.
This commit is contained in:
Clayton Coleman
2019-06-05 14:28:51 -04:00
parent baf091e9db
commit bc89c37f32
14 changed files with 1586 additions and 1 deletions

View File

@@ -492,6 +492,7 @@ staging/src/k8s.io/client-go/kubernetes/typed/core/v1
staging/src/k8s.io/client-go/kubernetes/typed/core/v1/fake
staging/src/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/fake
staging/src/k8s.io/client-go/kubernetes/typed/policy/v1beta1/fake
staging/src/k8s.io/client-go/metadata/fake
staging/src/k8s.io/client-go/plugin/pkg/client/auth/oidc
staging/src/k8s.io/client-go/rest
staging/src/k8s.io/client-go/rest/fake