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) |
| Modifier and Type | Method and Description |
|---|---|
StepResource |
buildResource() |
StepFluent.ResourceNested<A> |
editOrNewResource() |
StepFluent.ResourceNested<A> |
editOrNewResourceLike(StepResource item) |
StepFluent.ResourceNested<A> |
editResource() |
boolean |
equals(Object o) |
String |
getResolving() |
StepResource |
getResource()
Deprecated.
|
String |
getStatus() |
int |
hashCode() |
Boolean |
hasResolving() |
Boolean |
hasResource() |
Boolean |
hasStatus() |
A |
withNewResolving(String arg1) |
A |
withNewResolving(StringBuffer arg1) |
A |
withNewResolving(StringBuilder arg1) |
StepFluent.ResourceNested<A> |
withNewResource() |
StepFluent.ResourceNested<A> |
withNewResourceLike(StepResource item) |
A |
withNewStatus(String arg1) |
A |
withNewStatus(StringBuffer arg1) |
A |
withNewStatus(StringBuilder arg1) |
A |
withResolving(String resolving) |
A |
withResource(StepResource resource) |
A |
withStatus(String status) |
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>>public A withNewResolving(String arg1)
withNewResolving in interface StepFluent<A extends StepFluent<A>>public A withNewResolving(StringBuilder arg1)
withNewResolving in interface StepFluent<A extends StepFluent<A>>public A withNewResolving(StringBuffer arg1)
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>>public A withNewStatus(String arg1)
withNewStatus in interface StepFluent<A extends StepFluent<A>>public A withNewStatus(StringBuilder arg1)
withNewStatus in interface StepFluent<A extends StepFluent<A>>public A withNewStatus(StringBuffer arg1)
withNewStatus in interface StepFluent<A extends StepFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.