Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// KindContainerSuffix provides the string suffix that Kind names all cluster containers with.
KindContainerSuffix = "-control-plane"
)
Functions ¶
func GetDockerContainerIPNetwork ¶
GetDockerContainerIPNetwork supports retreiving the *net.IP4Net of a container specified by name (and a specified network name for the case of multiple networks).
func GetKindContainerID ¶
GetKindContainerID produces the docker container ID for the given kind cluster by name.
func InspectDockerContainer ¶
func InspectDockerContainer(containerID string) (*types.ContainerJSON, error)
InspectDockerContainer is a helper function that uses the local docker environment provides the full container spec for a container present in that environment by name.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.