Package | Description |
---|---|
io.kubernetes.client.extended.controller | |
io.kubernetes.client.extended.controller.builder |
Modifier and Type | Class and Description |
---|---|
class |
ControllerManager
The type Controller manager manages a set of controllers' lifecycle and also their informer
factory.
|
class |
DefaultController
The default implementation of a controller.
|
class |
LeaderElectingController |
Constructor and Description |
---|
ControllerManager(io.kubernetes.client.informer.SharedInformerFactory factory,
Controller... controllers)
Instantiates a new Controller manager.
|
LeaderElectingController(LeaderElector leaderElector,
Controller delegateController) |
Modifier and Type | Method and Description |
---|---|
Controller |
DefaultControllerBuilder.build()
Build the controller.
|
Modifier and Type | Method and Description |
---|---|
ControllerManagerBuilder |
ControllerManagerBuilder.addController(Controller controller)
Add controller controller mananger builder.
|
Copyright © 2022. All rights reserved.