io

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 22, 2019 License: MIT Imports: 2 Imported by: 0

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)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL