public class V1DaemonSetFluentImpl<A extends V1DaemonSetFluent<A>> extends BaseFluent<A> implements V1DaemonSetFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
V1DaemonSetFluentImpl.MetadataNestedImpl<N> |
class |
V1DaemonSetFluentImpl.SpecNestedImpl<N> |
class |
V1DaemonSetFluentImpl.StatusNestedImpl<N> |
V1DaemonSetFluent.MetadataNested<N>, V1DaemonSetFluent.SpecNested<N>, V1DaemonSetFluent.StatusNested<N>
_visitables, VISIT
Constructor and Description |
---|
V1DaemonSetFluentImpl() |
V1DaemonSetFluentImpl(io.kubernetes.client.openapi.models.V1DaemonSet instance) |
Modifier and Type | Method and Description |
---|---|
io.kubernetes.client.openapi.models.V1ObjectMeta |
buildMetadata() |
io.kubernetes.client.openapi.models.V1DaemonSetSpec |
buildSpec() |
io.kubernetes.client.openapi.models.V1DaemonSetStatus |
buildStatus() |
V1DaemonSetFluent.MetadataNested<A> |
editMetadata() |
V1DaemonSetFluent.MetadataNested<A> |
editOrNewMetadata() |
V1DaemonSetFluent.MetadataNested<A> |
editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) |
V1DaemonSetFluent.SpecNested<A> |
editOrNewSpec() |
V1DaemonSetFluent.SpecNested<A> |
editOrNewSpecLike(io.kubernetes.client.openapi.models.V1DaemonSetSpec item) |
V1DaemonSetFluent.StatusNested<A> |
editOrNewStatus() |
V1DaemonSetFluent.StatusNested<A> |
editOrNewStatusLike(io.kubernetes.client.openapi.models.V1DaemonSetStatus item) |
V1DaemonSetFluent.SpecNested<A> |
editSpec() |
V1DaemonSetFluent.StatusNested<A> |
editStatus() |
boolean |
equals(Object o) |
String |
getApiVersion() |
String |
getKind() |
io.kubernetes.client.openapi.models.V1ObjectMeta |
getMetadata()
Deprecated.
|
io.kubernetes.client.openapi.models.V1DaemonSetSpec |
getSpec()
Deprecated.
|
io.kubernetes.client.openapi.models.V1DaemonSetStatus |
getStatus()
Deprecated.
|
Boolean |
hasApiVersion() |
int |
hashCode() |
Boolean |
hasKind() |
Boolean |
hasMetadata() |
Boolean |
hasSpec() |
Boolean |
hasStatus() |
A |
withApiVersion(String apiVersion) |
A |
withKind(String kind) |
A |
withMetadata(io.kubernetes.client.openapi.models.V1ObjectMeta metadata) |
A |
withNewApiVersion(String original)
Deprecated.
|
A |
withNewKind(String original)
Deprecated.
|
V1DaemonSetFluent.MetadataNested<A> |
withNewMetadata() |
V1DaemonSetFluent.MetadataNested<A> |
withNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) |
V1DaemonSetFluent.SpecNested<A> |
withNewSpec() |
V1DaemonSetFluent.SpecNested<A> |
withNewSpecLike(io.kubernetes.client.openapi.models.V1DaemonSetSpec item) |
V1DaemonSetFluent.StatusNested<A> |
withNewStatus() |
V1DaemonSetFluent.StatusNested<A> |
withNewStatusLike(io.kubernetes.client.openapi.models.V1DaemonSetStatus item) |
A |
withSpec(io.kubernetes.client.openapi.models.V1DaemonSetSpec spec) |
A |
withStatus(io.kubernetes.client.openapi.models.V1DaemonSetStatus status) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1DaemonSetFluentImpl()
public V1DaemonSetFluentImpl(io.kubernetes.client.openapi.models.V1DaemonSet instance)
public String getApiVersion()
getApiVersion
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public A withApiVersion(String apiVersion)
withApiVersion
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public Boolean hasApiVersion()
hasApiVersion
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
@Deprecated public A withNewApiVersion(String original)
withNewApiVersion
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public String getKind()
getKind
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public A withKind(String kind)
withKind
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public Boolean hasKind()
hasKind
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
@Deprecated public A withNewKind(String original)
withNewKind
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
@Deprecated public io.kubernetes.client.openapi.models.V1ObjectMeta getMetadata()
getMetadata
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public io.kubernetes.client.openapi.models.V1ObjectMeta buildMetadata()
buildMetadata
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public A withMetadata(io.kubernetes.client.openapi.models.V1ObjectMeta metadata)
withMetadata
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public Boolean hasMetadata()
hasMetadata
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public V1DaemonSetFluent.MetadataNested<A> withNewMetadata()
withNewMetadata
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public V1DaemonSetFluent.MetadataNested<A> withNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item)
withNewMetadataLike
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public V1DaemonSetFluent.MetadataNested<A> editMetadata()
editMetadata
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public V1DaemonSetFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public V1DaemonSetFluent.MetadataNested<A> editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item)
editOrNewMetadataLike
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
@Deprecated public io.kubernetes.client.openapi.models.V1DaemonSetSpec getSpec()
getSpec
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public io.kubernetes.client.openapi.models.V1DaemonSetSpec buildSpec()
buildSpec
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public A withSpec(io.kubernetes.client.openapi.models.V1DaemonSetSpec spec)
withSpec
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public Boolean hasSpec()
hasSpec
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public V1DaemonSetFluent.SpecNested<A> withNewSpec()
withNewSpec
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public V1DaemonSetFluent.SpecNested<A> withNewSpecLike(io.kubernetes.client.openapi.models.V1DaemonSetSpec item)
withNewSpecLike
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public V1DaemonSetFluent.SpecNested<A> editSpec()
editSpec
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public V1DaemonSetFluent.SpecNested<A> editOrNewSpec()
editOrNewSpec
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public V1DaemonSetFluent.SpecNested<A> editOrNewSpecLike(io.kubernetes.client.openapi.models.V1DaemonSetSpec item)
editOrNewSpecLike
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
@Deprecated public io.kubernetes.client.openapi.models.V1DaemonSetStatus getStatus()
getStatus
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public io.kubernetes.client.openapi.models.V1DaemonSetStatus buildStatus()
buildStatus
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public A withStatus(io.kubernetes.client.openapi.models.V1DaemonSetStatus status)
withStatus
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public Boolean hasStatus()
hasStatus
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public V1DaemonSetFluent.StatusNested<A> withNewStatus()
withNewStatus
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public V1DaemonSetFluent.StatusNested<A> withNewStatusLike(io.kubernetes.client.openapi.models.V1DaemonSetStatus item)
withNewStatusLike
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public V1DaemonSetFluent.StatusNested<A> editStatus()
editStatus
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public V1DaemonSetFluent.StatusNested<A> editOrNewStatus()
editOrNewStatus
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
public V1DaemonSetFluent.StatusNested<A> editOrNewStatusLike(io.kubernetes.client.openapi.models.V1DaemonSetStatus item)
editOrNewStatusLike
in interface V1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
Copyright © 2021. All rights reserved.