Class ControllerManager
java.lang.Object
io.kubernetes.client.extended.controller.ControllerManager
- All Implemented Interfaces:
Controller,Runnable
The type Controller manager manages a set of controllers' lifecycle and also their informer
factory.
-
Constructor Summary
ConstructorsConstructorDescriptionControllerManager(io.kubernetes.client.informer.SharedInformerFactory factory, Controller... controllers) Instantiates a new Controller manager. -
Method Summary
-
Constructor Details
-
Method Details
-
shutdown
public void shutdown()Description copied from interface:ControllerShutdown the controller.- Specified by:
shutdownin interfaceController
-
run
public void run()
-