Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( WorkingDir = docker.RetrieveWorkingDir Labels = docker.RetrieveLabels SyncMap = syncMapForArtifact )
For testing
Functions ¶
Types ¶
type ContainerSyncer ¶
type ContainerSyncer struct{}
func NewContainerSyncer ¶
func NewContainerSyncer() *ContainerSyncer
type Item ¶
type Item struct { Image string Artifact *latest.Artifact Copy map[string][]string Delete map[string][]string }
func (*Item) HasChanges ¶
type NoopSyncer ¶
type NoopSyncer struct{}
type PodSyncer ¶
type PodSyncer struct {
// contains filtered or unexported fields
}
func NewPodSyncer ¶
Click to show internal directories.
Click to hide internal directories.