Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeployerPodController ¶
type DeployerPodController struct {
// contains filtered or unexported fields
}
DeployerPodController keeps a deployment's status in sync with the deployer pod handling the deployment.
Use the DeployerPodControllerFactory to create this controller.
type DeployerPodControllerFactory ¶
type DeployerPodControllerFactory struct {
// KubeClient is a Kubernetes client.
KubeClient kclient.Interface
}
DeployerPodControllerFactory can create a DeployerPodController which handles processing deployer pods.
Click to show internal directories.
Click to hide internal directories.