Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ContainerdSourceName ¶ added in v1.0.5
type ContainerdSourceName string
const ( ContainerdSourceNone ContainerdSourceName = "none" ContainerdSourceDistro ContainerdSourceName = "distro" ContainerdSourceDocker ContainerdSourceName = "docker" )
func ContainerdSource ¶ added in v1.0.5
func ContainerdSource(containerdSource string) (ContainerdSourceName, error)
type InstalledArtifacts ¶
type Tracker ¶
type Tracker struct {
Artifacts *InstalledArtifacts
}
func GetCurrentState ¶
GetCurrentState reads the tracker file and returns current state If tracker file does not exist, it creates a new tracker
func GetInstalledArtifacts ¶
GetInstalledArtifacts reads the tracker file and returns the current installed artifacts
Click to show internal directories.
Click to hide internal directories.