Documentation ¶
Index ¶
- Constants
- func DockerBuild(dockerFile, imageName string) error
- func DockerPush(imageName string, configDir string) error
- func DockerRemoveImage(imageName string) error
- func DockerTag(imageName string, imageNameAlt string) error
- func DockerVersion() error
- func Execute(name string, args ...string) (err error)
- func ExecuteInDocker(image string, cacheDir string, caches []string, script string) (err error)
- func ExecuteWithRetries(retry int, name string, args ...string) (err error)
- func KubectlPatch(kubeconfig, namespace, workload, workloadType, patch string) error
- func KubectlVersion(kubeconfig string) error
Constants ¶
View Source
const ( KubectlPatchRetries = 3 InDockerWorkspace = "/workspace" InDockerScript = "/deployer2-in-docker-script.sh" )
Variables ¶
This section is empty.
Functions ¶
func DockerBuild ¶
func DockerPush ¶
func DockerRemoveImage ¶
func DockerVersion ¶
func DockerVersion() error
func ExecuteInDocker ¶
func ExecuteWithRetries ¶
func KubectlPatch ¶
func KubectlVersion ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.