Class KubectlWrapper.Builder
java.lang.Object
com.google.jenkins.plugins.k8sengine.KubectlWrapper.Builder
- Enclosing class:
- KubectlWrapper
Builder for
KubectlWrapper
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a newKubectlWrapper
.kubeConfig
(KubeConfig kubeConfig) Sets theKubeConfig
to be used by the wrapper.Sets theLauncher
to be used by the wrapper.Sets the namespace to be used by the wrapper.Sets the workspace to be used by the wrapper.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
launcher
Sets theLauncher
to be used by the wrapper.- Parameters:
launcher
- TheLauncher
to be set.- Returns:
- A reference to the
KubectlWrapper.Builder
.
-
kubeConfig
Sets theKubeConfig
to be used by the wrapper.- Parameters:
kubeConfig
- TheKubeConfig
to be set.- Returns:
- A reference to the
KubectlWrapper.Builder
.
-
workspace
Sets the workspace to be used by the wrapper.- Parameters:
workspace
- The workspace to be set.- Returns:
- A reference to the
KubectlWrapper.Builder
.
-
namespace
Sets the namespace to be used by the wrapper.- Parameters:
namespace
- The namespace to be set.- Returns:
- A reference to the
KubectlWrapper.Builder
.
-
build
Builds a newKubectlWrapper
.- Returns:
- A new
KubectlWrapper
.
-