Documentation
¶
Index ¶
Constants ¶
View Source
const ( // PlatformContainerName is the name of the docker container for vCluster platform PlatformContainerName = "vcluster-platform" // PlatformVolumeName is the name of the docker volume for vCluster platform PlatformVolumeName = "vcluster-platform" )
Variables ¶
View Source
var ErrDockerPlatformNotFound = fmt.Errorf("no vCluster platform docker installation found (no container or volume)")
ErrDockerPlatformNotFound is returned when no docker platform installation is found
Functions ¶
func DestroyDocker ¶ added in v0.31.0
DestroyDocker stops and removes the vCluster platform docker container and volume. If ignoreNotFound is false and no container or volume is found, it returns ErrDockerPlatformNotFound.
Types ¶
Click to show internal directories.
Click to hide internal directories.