Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
CacheDir = filepath.Join(dtcsi.DataPath, "cache")
)
Functions ¶
This section is empty.
Types ¶
type ImageInstaller ¶ added in v0.8.0
type ImageInstaller struct {
// contains filtered or unexported fields
}
func NewImageInstaller ¶
func NewImageInstaller(fs afero.Fs, props *Properties) *ImageInstaller
func (ImageInstaller) ImageDigest ¶ added in v0.8.0
func (installer ImageInstaller) ImageDigest() string
func (*ImageInstaller) InstallAgent ¶ added in v0.8.0
func (installer *ImageInstaller) InstallAgent(targetDir string) (bool, error)
func (ImageInstaller) UpdateProcessModuleConfig ¶ added in v0.8.0
func (installer ImageInstaller) UpdateProcessModuleConfig(targetDir string, processModuleConfig *dtypes.ProcessModuleConfig) error
type Properties ¶
type Properties struct { ImageUri string DockerConfig dockerconfig.DockerConfig PathResolver metadata.PathResolver Metadata metadata.Access // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.