package
11.0.0+incompatible
Repository: https://github.com/innet8/k8s-client-go-v0.26.1.git
Documentation: pkg.go.dev

# README

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