public class StepFluentImpl<A extends StepFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements StepFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
StepFluentImpl.ResourceNestedImpl<N> |
StepFluent.ResourceNested<N>| Constructor and Description |
|---|
StepFluentImpl() |
StepFluentImpl(Step instance) |
public StepFluentImpl()
public StepFluentImpl(Step instance)
public String getResolving()
getResolving in interface StepFluent<A extends StepFluent<A>>public A withResolving(String resolving)
withResolving in interface StepFluent<A extends StepFluent<A>>public Boolean hasResolving()
hasResolving in interface StepFluent<A extends StepFluent<A>>@Deprecated public A withNewResolving(String arg0)
withNewResolving in interface StepFluent<A extends StepFluent<A>>@Deprecated public StepResource getResource()
getResource in interface StepFluent<A extends StepFluent<A>>public StepResource buildResource()
buildResource in interface StepFluent<A extends StepFluent<A>>public A withResource(StepResource resource)
withResource in interface StepFluent<A extends StepFluent<A>>public Boolean hasResource()
hasResource in interface StepFluent<A extends StepFluent<A>>public StepFluent.ResourceNested<A> withNewResource()
withNewResource in interface StepFluent<A extends StepFluent<A>>public StepFluent.ResourceNested<A> withNewResourceLike(StepResource item)
withNewResourceLike in interface StepFluent<A extends StepFluent<A>>public StepFluent.ResourceNested<A> editResource()
editResource in interface StepFluent<A extends StepFluent<A>>public StepFluent.ResourceNested<A> editOrNewResource()
editOrNewResource in interface StepFluent<A extends StepFluent<A>>public StepFluent.ResourceNested<A> editOrNewResourceLike(StepResource item)
editOrNewResourceLike in interface StepFluent<A extends StepFluent<A>>public String getStatus()
getStatus in interface StepFluent<A extends StepFluent<A>>public A withStatus(String status)
withStatus in interface StepFluent<A extends StepFluent<A>>public Boolean hasStatus()
hasStatus in interface StepFluent<A extends StepFluent<A>>@Deprecated public A withNewStatus(String arg0)
withNewStatus in interface StepFluent<A extends StepFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface StepFluent<A extends StepFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface StepFluent<A extends StepFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface StepFluent<A extends StepFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface StepFluent<A extends StepFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface StepFluent<A extends StepFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface StepFluent<A extends StepFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface StepFluent<A extends StepFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.