public class DaemonSetFluentImpl<A extends DaemonSetFluent<A>> extends BaseFluent<A> implements DaemonSetFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
DaemonSetFluentImpl.MetadataNestedImpl<N> |
class |
DaemonSetFluentImpl.SpecNestedImpl<N> |
class |
DaemonSetFluentImpl.StatusNestedImpl<N> |
DaemonSetFluent.MetadataNested<N>, DaemonSetFluent.SpecNested<N>, DaemonSetFluent.StatusNested<N>_visitables| Constructor and Description |
|---|
DaemonSetFluentImpl() |
DaemonSetFluentImpl(DaemonSet instance) |
| Modifier and Type | Method and Description |
|---|---|
DaemonSetFluent.MetadataNested<A> |
editMetadata() |
DaemonSetFluent.SpecNested<A> |
editSpec() |
DaemonSetFluent.StatusNested<A> |
editStatus() |
boolean |
equals(Object o) |
String |
getApiVersion() |
String |
getKind() |
ObjectMeta |
getMetadata() |
DaemonSetSpec |
getSpec() |
DaemonSetStatus |
getStatus() |
A |
withApiVersion(String apiVersion) |
A |
withKind(String kind) |
A |
withMetadata(ObjectMeta metadata) |
DaemonSetFluent.MetadataNested<A> |
withNewMetadata() |
DaemonSetFluent.MetadataNested<A> |
withNewMetadataLike(ObjectMeta item) |
DaemonSetFluent.SpecNested<A> |
withNewSpec() |
DaemonSetFluent.SpecNested<A> |
withNewSpecLike(DaemonSetSpec item) |
DaemonSetFluent.StatusNested<A> |
withNewStatus() |
A |
withNewStatus(Integer currentNumberScheduled,
Integer desiredNumberScheduled,
Integer numberMisscheduled) |
DaemonSetFluent.StatusNested<A> |
withNewStatusLike(DaemonSetStatus item) |
A |
withSpec(DaemonSetSpec spec) |
A |
withStatus(DaemonSetStatus status) |
public DaemonSetFluentImpl()
public DaemonSetFluentImpl(DaemonSet instance)
public String getApiVersion()
getApiVersion in interface DaemonSetFluent<A extends DaemonSetFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface DaemonSetFluent<A extends DaemonSetFluent<A>>public String getKind()
getKind in interface DaemonSetFluent<A extends DaemonSetFluent<A>>public A withKind(String kind)
withKind in interface DaemonSetFluent<A extends DaemonSetFluent<A>>public ObjectMeta getMetadata()
getMetadata in interface DaemonSetFluent<A extends DaemonSetFluent<A>>public A withMetadata(ObjectMeta metadata)
withMetadata in interface DaemonSetFluent<A extends DaemonSetFluent<A>>public DaemonSetFluent.MetadataNested<A> withNewMetadata()
withNewMetadata in interface DaemonSetFluent<A extends DaemonSetFluent<A>>public DaemonSetFluent.MetadataNested<A> withNewMetadataLike(ObjectMeta item)
withNewMetadataLike in interface DaemonSetFluent<A extends DaemonSetFluent<A>>public DaemonSetFluent.MetadataNested<A> editMetadata()
editMetadata in interface DaemonSetFluent<A extends DaemonSetFluent<A>>public DaemonSetSpec getSpec()
getSpec in interface DaemonSetFluent<A extends DaemonSetFluent<A>>public A withSpec(DaemonSetSpec spec)
withSpec in interface DaemonSetFluent<A extends DaemonSetFluent<A>>public DaemonSetFluent.SpecNested<A> withNewSpec()
withNewSpec in interface DaemonSetFluent<A extends DaemonSetFluent<A>>public DaemonSetFluent.SpecNested<A> withNewSpecLike(DaemonSetSpec item)
withNewSpecLike in interface DaemonSetFluent<A extends DaemonSetFluent<A>>public DaemonSetFluent.SpecNested<A> editSpec()
editSpec in interface DaemonSetFluent<A extends DaemonSetFluent<A>>public DaemonSetStatus getStatus()
getStatus in interface DaemonSetFluent<A extends DaemonSetFluent<A>>public A withStatus(DaemonSetStatus status)
withStatus in interface DaemonSetFluent<A extends DaemonSetFluent<A>>public DaemonSetFluent.StatusNested<A> withNewStatus()
withNewStatus in interface DaemonSetFluent<A extends DaemonSetFluent<A>>public DaemonSetFluent.StatusNested<A> withNewStatusLike(DaemonSetStatus item)
withNewStatusLike in interface DaemonSetFluent<A extends DaemonSetFluent<A>>public DaemonSetFluent.StatusNested<A> editStatus()
editStatus in interface DaemonSetFluent<A extends DaemonSetFluent<A>>public A withNewStatus(Integer currentNumberScheduled, Integer desiredNumberScheduled, Integer numberMisscheduled)
withNewStatus in interface DaemonSetFluent<A extends DaemonSetFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.