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 gets pods from a queue populated from a watch of all pods filtered by a cache of deployments associated with pods.
func (*DeployerPodControllerFactory) Create ¶
func (factory *DeployerPodControllerFactory) Create() controller.RunnableController
Create creates a DeployerPodController.
Click to show internal directories.
Click to hide internal directories.