Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type HTTPServer ¶
type HTTPServer struct {
// contains filtered or unexported fields
}
func (*HTTPServer) GetImageChannel ¶
func (h *HTTPServer) GetImageChannel() <-chan *getImage
func (*HTTPServer) PullImageChannel ¶
func (h *HTTPServer) PullImageChannel() <-chan *pullImage
type ImageFacade ¶
type ImageFacade struct {
// contains filtered or unexported fields
}
func NewImageFacade ¶
func NewImageFacade(dockerUser string, dockerPassword string, internalDockerRegistries []string, createImagesOnly bool) *ImageFacade
type Model ¶
type Model struct {
State ModelState
Images map[string]common.ImageStatus
// contains filtered or unexported fields
}
func (*Model) PullImageChannel ¶
type ModelState ¶
type ModelState int
const ( ModelStateReady ModelState = iota ModelStatePulling ModelState = iota )
func (ModelState) String ¶
func (m ModelState) String() string
Click to show internal directories.
Click to hide internal directories.