| Interface | Description |
|---|---|
| Controller |
The interface Controller defines the interface for operating a controller.
|
| ControllerWatch<ApiType extends io.kubernetes.client.common.KubernetesObject> |
The interface Controller watch defines how a controller watches certain resources.
|
| Class | Description |
|---|---|
| ControllerManager |
The type Controller manager manages a set of controllers' lifecycle and also their informer
factory.
|
| Controllers |
The Controllers is a set of commonly used utility functions for constructing controller.
|
| DefaultController |
The default implementation of a controller.
|
| DefaultControllerWatch<ApiType extends io.kubernetes.client.common.KubernetesObject> |
An event handler plumbs work-queue into a controller.
|
| LeaderElectingController |
Copyright © 2023. All rights reserved.