public class DaemonSetFluentImpl<T extends DaemonSetFluent<T>> extends BaseFluent<T> implements DaemonSetFluent<T>
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) |
public DaemonSetFluentImpl()
public DaemonSetFluentImpl(DaemonSet instance)
public DaemonSet.ApiVersion getApiVersion()
getApiVersion
in interface DaemonSetFluent<T extends DaemonSetFluent<T>>
public T withApiVersion(DaemonSet.ApiVersion apiVersion)
withApiVersion
in interface DaemonSetFluent<T extends DaemonSetFluent<T>>
public String getKind()
getKind
in interface DaemonSetFluent<T extends DaemonSetFluent<T>>
public T withKind(String kind)
withKind
in interface DaemonSetFluent<T extends DaemonSetFluent<T>>
public ObjectMeta getMetadata()
getMetadata
in interface DaemonSetFluent<T extends DaemonSetFluent<T>>
public T withMetadata(ObjectMeta metadata)
withMetadata
in interface DaemonSetFluent<T extends DaemonSetFluent<T>>
public DaemonSetFluent.MetadataNested<T> withNewMetadata()
withNewMetadata
in interface DaemonSetFluent<T extends DaemonSetFluent<T>>
public DaemonSetFluent.MetadataNested<T> withNewMetadataLike(ObjectMeta item)
withNewMetadataLike
in interface DaemonSetFluent<T extends DaemonSetFluent<T>>
public DaemonSetFluent.MetadataNested<T> editMetadata()
editMetadata
in interface DaemonSetFluent<T extends DaemonSetFluent<T>>
public DaemonSetSpec getSpec()
getSpec
in interface DaemonSetFluent<T extends DaemonSetFluent<T>>
public T withSpec(DaemonSetSpec spec)
withSpec
in interface DaemonSetFluent<T extends DaemonSetFluent<T>>
public DaemonSetFluent.SpecNested<T> withNewSpec()
withNewSpec
in interface DaemonSetFluent<T extends DaemonSetFluent<T>>
public DaemonSetFluent.SpecNested<T> withNewSpecLike(DaemonSetSpec item)
withNewSpecLike
in interface DaemonSetFluent<T extends DaemonSetFluent<T>>
public DaemonSetFluent.SpecNested<T> editSpec()
editSpec
in interface DaemonSetFluent<T extends DaemonSetFluent<T>>
public DaemonSetStatus getStatus()
getStatus
in interface DaemonSetFluent<T extends DaemonSetFluent<T>>
public T withStatus(DaemonSetStatus status)
withStatus
in interface DaemonSetFluent<T extends DaemonSetFluent<T>>
public DaemonSetFluent.StatusNested<T> withNewStatus()
withNewStatus
in interface DaemonSetFluent<T extends DaemonSetFluent<T>>
public DaemonSetFluent.StatusNested<T> withNewStatusLike(DaemonSetStatus item)
withNewStatusLike
in interface DaemonSetFluent<T extends DaemonSetFluent<T>>
public DaemonSetFluent.StatusNested<T> editStatus()
editStatus
in interface DaemonSetFluent<T extends DaemonSetFluent<T>>
public T withNewStatus(Integer currentNumberScheduled, Integer desiredNumberScheduled, Integer numberMisscheduled)
withNewStatus
in interface DaemonSetFluent<T extends DaemonSetFluent<T>>
public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties
in interface DaemonSetFluent<T extends DaemonSetFluent<T>>
public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties
in interface DaemonSetFluent<T extends DaemonSetFluent<T>>
public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties
in interface DaemonSetFluent<T extends DaemonSetFluent<T>>
public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties
in interface DaemonSetFluent<T extends DaemonSetFluent<T>>
public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in interface DaemonSetFluent<T extends DaemonSetFluent<T>>
public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties
in interface DaemonSetFluent<T extends DaemonSetFluent<T>>
Copyright © 2011–2015 Red Hat. All rights reserved.