public interface EntityOperatorTemplateFluent<A extends EntityOperatorTemplateFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EntityOperatorTemplateFluent.DeploymentNested<N> |
static interface |
EntityOperatorTemplateFluent.PodNested<N> |
@Deprecated ResourceTemplate getDeployment()
ResourceTemplate buildDeployment()
A withDeployment(ResourceTemplate deployment)
Boolean hasDeployment()
EntityOperatorTemplateFluent.DeploymentNested<A> withNewDeployment()
EntityOperatorTemplateFluent.DeploymentNested<A> withNewDeploymentLike(ResourceTemplate item)
EntityOperatorTemplateFluent.DeploymentNested<A> editDeployment()
EntityOperatorTemplateFluent.DeploymentNested<A> editOrNewDeployment()
EntityOperatorTemplateFluent.DeploymentNested<A> editOrNewDeploymentLike(ResourceTemplate item)
@Deprecated PodTemplate getPod()
PodTemplate buildPod()
A withPod(PodTemplate pod)
Boolean hasPod()
EntityOperatorTemplateFluent.PodNested<A> withNewPod()
EntityOperatorTemplateFluent.PodNested<A> withNewPodLike(PodTemplate item)
EntityOperatorTemplateFluent.PodNested<A> editPod()
EntityOperatorTemplateFluent.PodNested<A> editOrNewPod()
EntityOperatorTemplateFluent.PodNested<A> editOrNewPodLike(PodTemplate item)
Copyright © 2019. All rights reserved.