Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageChangeController ¶
type ImageChangeController struct {
// contains filtered or unexported fields
}
ImageChangeController increments the version of a DeploymentConfig which has an image change trigger when a tag update to a triggered ImageStream is detected.
Use the ImageChangeControllerFactory to create this controller.
func (*ImageChangeController) Handle ¶
func (c *ImageChangeController) Handle(imageRepo *imageapi.ImageStream) error
Handle processes image change triggers associated with imageRepo.
type ImageChangeControllerFactory ¶
type ImageChangeControllerFactory struct { // Client is an OpenShift client. Client osclient.Interface }
ImageChangeControllerFactory can create an ImageChangeController which watches all ImageStream changes.
func (*ImageChangeControllerFactory) Create ¶
func (factory *ImageChangeControllerFactory) Create() controller.RunnableController
Create creates an ImageChangeController.
Click to show internal directories.
Click to hide internal directories.