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 ¶ added in v1.30.0
type ContainerSyncer struct{}
func NewContainerSyncer ¶ added in v1.30.0
func NewContainerSyncer() *ContainerSyncer
type Item ¶
type Item struct { Image string Artifact *latest.Artifact Copy map[string][]string Delete map[string][]string }
func (*Item) HasChanges ¶ added in v1.28.0
type NoopSyncer ¶ added in v1.27.0
type NoopSyncer struct{}
type PodSyncer ¶ added in v1.28.0
type PodSyncer struct {
// contains filtered or unexported fields
}
func NewPodSyncer ¶ added in v1.28.0
Click to show internal directories.
Click to hide internal directories.