Class SharedInformerFactoryImpl

  • All Implemented Interfaces:
    SharedInformerFactory

    public class SharedInformerFactoryImpl
    extends Object
    implements SharedInformerFactory
    SharedInformerFactory class constructs and caches informers for api types. This has been taken from https://github.com/kubernetes-client/java/blob/main/util/src/main/java/io/kubernetes/client/informer/SharedInformerFactory.java which is ported from official go client https://github.com/kubernetes/client-go/blob/master/informers/factory.go