public class EntityOperatorTemplateFluentImpl<A extends EntityOperatorTemplateFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements EntityOperatorTemplateFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
EntityOperatorTemplateFluentImpl.DeploymentNestedImpl<N> |
class |
EntityOperatorTemplateFluentImpl.PodNestedImpl<N> |
EntityOperatorTemplateFluent.DeploymentNested<N>, EntityOperatorTemplateFluent.PodNested<N>| Constructor and Description |
|---|
EntityOperatorTemplateFluentImpl() |
EntityOperatorTemplateFluentImpl(EntityOperatorTemplate instance) |
public EntityOperatorTemplateFluentImpl()
public EntityOperatorTemplateFluentImpl(EntityOperatorTemplate instance)
@Deprecated public ResourceTemplate getDeployment()
getDeployment in interface EntityOperatorTemplateFluent<A extends EntityOperatorTemplateFluent<A>>public ResourceTemplate buildDeployment()
buildDeployment in interface EntityOperatorTemplateFluent<A extends EntityOperatorTemplateFluent<A>>public A withDeployment(ResourceTemplate deployment)
withDeployment in interface EntityOperatorTemplateFluent<A extends EntityOperatorTemplateFluent<A>>public Boolean hasDeployment()
hasDeployment in interface EntityOperatorTemplateFluent<A extends EntityOperatorTemplateFluent<A>>public EntityOperatorTemplateFluent.DeploymentNested<A> withNewDeployment()
withNewDeployment in interface EntityOperatorTemplateFluent<A extends EntityOperatorTemplateFluent<A>>public EntityOperatorTemplateFluent.DeploymentNested<A> withNewDeploymentLike(ResourceTemplate item)
withNewDeploymentLike in interface EntityOperatorTemplateFluent<A extends EntityOperatorTemplateFluent<A>>public EntityOperatorTemplateFluent.DeploymentNested<A> editDeployment()
editDeployment in interface EntityOperatorTemplateFluent<A extends EntityOperatorTemplateFluent<A>>public EntityOperatorTemplateFluent.DeploymentNested<A> editOrNewDeployment()
editOrNewDeployment in interface EntityOperatorTemplateFluent<A extends EntityOperatorTemplateFluent<A>>public EntityOperatorTemplateFluent.DeploymentNested<A> editOrNewDeploymentLike(ResourceTemplate item)
editOrNewDeploymentLike in interface EntityOperatorTemplateFluent<A extends EntityOperatorTemplateFluent<A>>@Deprecated public PodTemplate getPod()
getPod in interface EntityOperatorTemplateFluent<A extends EntityOperatorTemplateFluent<A>>public PodTemplate buildPod()
buildPod in interface EntityOperatorTemplateFluent<A extends EntityOperatorTemplateFluent<A>>public A withPod(PodTemplate pod)
withPod in interface EntityOperatorTemplateFluent<A extends EntityOperatorTemplateFluent<A>>public Boolean hasPod()
hasPod in interface EntityOperatorTemplateFluent<A extends EntityOperatorTemplateFluent<A>>public EntityOperatorTemplateFluent.PodNested<A> withNewPod()
withNewPod in interface EntityOperatorTemplateFluent<A extends EntityOperatorTemplateFluent<A>>public EntityOperatorTemplateFluent.PodNested<A> withNewPodLike(PodTemplate item)
withNewPodLike in interface EntityOperatorTemplateFluent<A extends EntityOperatorTemplateFluent<A>>public EntityOperatorTemplateFluent.PodNested<A> editPod()
editPod in interface EntityOperatorTemplateFluent<A extends EntityOperatorTemplateFluent<A>>public EntityOperatorTemplateFluent.PodNested<A> editOrNewPod()
editOrNewPod in interface EntityOperatorTemplateFluent<A extends EntityOperatorTemplateFluent<A>>public EntityOperatorTemplateFluent.PodNested<A> editOrNewPodLike(PodTemplate item)
editOrNewPodLike in interface EntityOperatorTemplateFluent<A extends EntityOperatorTemplateFluent<A>>Copyright © 2019. All rights reserved.