Update vendor files to point to kubernetes-1.12.0-beta.1
This commit is contained in:
14
vendor/k8s.io/client-go/examples/fake-client/README.md
generated
vendored
Normal file
14
vendor/k8s.io/client-go/examples/fake-client/README.md
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# Fake Client Example
|
||||
|
||||
This example demonstrates how to use a fake client with SharedInformerFactory in tests.
|
||||
|
||||
It covers:
|
||||
* Creating the fake client
|
||||
* Setting up real informers
|
||||
* Injecting events into those informers
|
||||
|
||||
## Running
|
||||
|
||||
```
|
||||
go test -v k8s.io/client-go/examples/fake-client
|
||||
```
|
Reference in New Issue
Block a user