Documentation
¶
Index ¶
- func ConfigMap(namespace, name string, opts ...func(*corev1.ConfigMap)) *corev1.ConfigMap
- func Run(namespace, name string, command string, opts ...func(*v1alpha1.Run)) *v1alpha1.Run
- func RunPod(namespace, name string, opts ...func(*corev1.Pod)) *corev1.Pod
- func Secret(namespace, name string, opts ...func(*corev1.Secret)) *corev1.Secret
- func WithApprovals(run ...string) func(*v1alpha1.Workspace)
- func WithArgs(args ...string) func(*v1alpha1.Run)
- func WithConfigMapPath(path string) func(*v1alpha1.Run)
- func WithEnvironmentVariables(keyValues ...string) func(*v1alpha1.Workspace)
- func WithInstallerExitCode(code int32) func(*corev1.Pod)
- func WithPhase(phase corev1.PodPhase) func(*corev1.Pod)
- func WithPrivilegedCommands(cmds ...string) func(*v1alpha1.Workspace)
- func WithQueue(run ...string) func(*v1alpha1.Workspace)
- func WithRunPhase(phase v1alpha1.RunPhase) func(*v1alpha1.Run)
- func WithRunnerExitCode(code int32) func(*corev1.Pod)
- func WithSecret(secret string) func(*v1alpha1.Workspace)
- func WithServiceAccount(account string) func(*v1alpha1.Workspace)
- func WithStorageClass(class *string) func(*v1alpha1.Workspace)
- func WithStringData(k, v string) func(*corev1.Secret)
- func WithTerraformVersion(version string) func(*v1alpha1.Workspace)
- func WithVariables(keyValues ...string) func(*v1alpha1.Workspace)
- func WithWorkspace(workspace string) func(*v1alpha1.Run)
- func Workspace(namespace, name string, opts ...func(*v1alpha1.Workspace)) *v1alpha1.Workspace
- func WorkspacePod(namespace, name string, opts ...func(*corev1.Pod)) *corev1.Pod
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithApprovals ¶
func WithConfigMapPath ¶
func WithEnvironmentVariables ¶ added in v0.0.5
func WithInstallerExitCode ¶ added in v0.0.2
func WithPrivilegedCommands ¶
func WithRunnerExitCode ¶ added in v0.0.2
func WithSecret ¶
func WithServiceAccount ¶
func WithStorageClass ¶
func WithStringData ¶
func WithTerraformVersion ¶
func WithVariables ¶ added in v0.0.5
func WithWorkspace ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.