public class GizmoK8sRuleBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected io.fabric8.kubernetes.client.KubernetesClient |
kubernetes |
protected String |
namespace |
protected boolean |
skipTearDown |
protected boolean |
skipTearDownOnFailure |
protected List<GizmoK8sStack> |
stacks |
| Constructor and Description |
|---|
GizmoK8sRuleBuilder() |
| Modifier and Type | Method and Description |
|---|---|
GizmoK8sRule |
build() |
GizmoK8sRuleBuilder |
skipTearDown(boolean skipTearDown) |
GizmoK8sRuleBuilder |
skipTearDownOnFailure(boolean skipTearDownOnFailure) |
GizmoK8sRuleBuilder |
withKubernetesClient(io.fabric8.kubernetes.client.KubernetesClient kubernetes) |
GizmoK8sRuleBuilder |
withNamespace(String namespace) |
GizmoK8sRuleBuilder |
withStack(GizmoK8sStack stack) |
protected io.fabric8.kubernetes.client.KubernetesClient kubernetes
protected String namespace
protected final List<GizmoK8sStack> stacks
protected boolean skipTearDown
protected boolean skipTearDownOnFailure
public GizmoK8sRuleBuilder withKubernetesClient(io.fabric8.kubernetes.client.KubernetesClient kubernetes)
public GizmoK8sRuleBuilder withNamespace(String namespace)
public GizmoK8sRuleBuilder withStack(GizmoK8sStack stack)
public GizmoK8sRuleBuilder skipTearDown(boolean skipTearDown)
public GizmoK8sRuleBuilder skipTearDownOnFailure(boolean skipTearDownOnFailure)
public GizmoK8sRule build()
Copyright © 2017. All rights reserved.