Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDockerSessionFactory ¶
func NewDockerSessionFactory() *dockerSessionFactory
Types ¶
type DockerMetadataFetcher ¶
type DockerMetadataFetcher interface {
FetchMetadata(dockerImageReference string) (*ImageMetadata, error)
}
func New ¶
func New(sessionFactory DockerSessionFactory) DockerMetadataFetcher
type DockerSession ¶
type DockerSessionFactory ¶
type DockerSessionFactory interface {
MakeSession(repoName string) (DockerSession, error)
}
type ImageMetadata ¶
type ImageMetadata struct { WorkingDir string Ports docker_app_runner.PortConfig StartCommand []string }
Directories ¶
Path | Synopsis |
---|---|
This file was generated by counterfeiter
|
This file was generated by counterfeiter |
This file was generated by counterfeiter This file was generated by counterfeiter
|
This file was generated by counterfeiter This file was generated by counterfeiter |
Click to show internal directories.
Click to hide internal directories.