Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Binary binaryCommands
Binary provides methods for common binary commands
View Source
var Docker dockerCommands
Docker provides methods for common docker commands
View Source
var Go goCommands
Go provides methods for common go commands
View Source
var Helm helmCommands
Helm provides methods for common helm commands
View Source
var Minikube minikubeCommands
Minikube provides methods for common minikube commands
Functions ¶
This section is empty.
Types ¶
type BinaryBuildOpts ¶ added in v0.3.0
BinaryBuildOpts are the options that can be passed to the `Run` method
type DockerBuildImageOpts ¶
type DockerBuildImageOpts struct {
Dockerfile string
ImageName string
ImageVersion string
Context string
BuildArgs map[string]string
}
DockerBuildImageOpts are the options that can be passed to the `BuildImage` method
type DockerRunContainerOpts ¶
type DockerRunContainerOpts struct {
Name string
Image string
Ports []string
Volumes []string
Env map[string]string
ExtraArgs []string
}
DockerRunContainerOpts are the options that can be passed to the `RunContainer` method
type GoBuildOpts ¶
GoBuildOpts are the options that can be passed to the `Build` method
type HelmUpgradeOpts ¶
type HelmUpgradeOpts struct {
Install bool
ReleaseName string
RepoName string
ChartName string
ChartFile string
Version *string
Namespace *string
CreateNamespace bool
DisableServerSide bool
ValuesFile *string
Values map[string]string
StringValues map[string]string
}
HelmUpgradeOpts are the options that can be passed to the `Upgrade` method
Click to show internal directories.
Click to hide internal directories.