Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImportController ¶
type ImportController struct {
// contains filtered or unexported fields
}
func (*ImportController) Next ¶
func (c *ImportController) Next(stream *api.ImageStream) error
Next processes the given image stream, looking for streams that have DockerImageRepository set but have not yet been marked as "ready". If transient errors occur, err is returned but the image stream is not modified (so it will be tried again later). If a permanent failure occurs the image is marked with an annotation. The tags of the original spec image are left as is (those are updated through status).
type ImportControllerFactory ¶
ImportControllerFactory can create an ImportController.
func (*ImportControllerFactory) Create ¶
func (f *ImportControllerFactory) Create() controller.RunnableController
Create creates an ImportController.
Click to show internal directories.
Click to hide internal directories.