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 { // Client is an OpenShift client. Client osclient.Interface // KubeClient is a Kubernetes client. KubeClient kclient.Interface // Codec is used for encoding/decoding. Codec runtime.Codec }
DeployerPodControllerFactory can create a DeployerPodController which handles processing deployer pods.
func (*DeployerPodControllerFactory) Create ¶
func (factory *DeployerPodControllerFactory) Create() controller.RunnableController
Create creates a DeployerPodController.
Click to show internal directories.
Click to hide internal directories.