Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PullPushIo ¶
type PullPushIo interface { LoadKustomizationFile(kstPath string) ([]kust.Image, error) OpenDockerClient() (docker_utils.DockerClient, error) }
Io - interface for all io functions used by pull
type PullPushIoImpl ¶
type PullPushIoImpl struct { LoadKustomizationFileFunc func(kstPath string) ([]kust.Image, error) OpenDockerClientFunc func() (docker_utils.DockerClient, error) }
IoImpl - real io implementation using kustomize_utils and docker_utils
func (PullPushIoImpl) LoadKustomizationFile ¶
func (i PullPushIoImpl) LoadKustomizationFile(kstPath string) ([]kust.Image, error)
func (PullPushIoImpl) OpenDockerClient ¶
func (i PullPushIoImpl) OpenDockerClient() (docker_utils.DockerClient, error)
Click to show internal directories.
Click to hide internal directories.