Class V1DaemonSetFluentImpl<A extends V1DaemonSetFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1DaemonSetFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1DaemonSetFluent<A>
- Direct Known Subclasses:
V1DaemonSetBuilder
public class V1DaemonSetFluentImpl<A extends V1DaemonSetFluent<A>>
extends BaseFluent<A>
implements V1DaemonSetFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1DaemonSetFluent
V1DaemonSetFluent.MetadataNested<N>, V1DaemonSetFluent.SpecNested<N>, V1DaemonSetFluent.StatusNested<N> -
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1DaemonSetFluentImpl(io.kubernetes.client.openapi.models.V1DaemonSet instance) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1ObjectMetaio.kubernetes.client.openapi.models.V1DaemonSetSpecio.kubernetes.client.openapi.models.V1DaemonSetStatuseditOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) editOrNewSpecLike(io.kubernetes.client.openapi.models.V1DaemonSetSpec item) editOrNewStatusLike(io.kubernetes.client.openapi.models.V1DaemonSetStatus item) editSpec()booleangetKind()io.kubernetes.client.openapi.models.V1ObjectMetaDeprecated.io.kubernetes.client.openapi.models.V1DaemonSetSpecgetSpec()Deprecated.io.kubernetes.client.openapi.models.V1DaemonSetStatusDeprecated.inthashCode()hasKind()hasSpec()toString()withApiVersion(String apiVersion) withMetadata(io.kubernetes.client.openapi.models.V1ObjectMeta metadata) withNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) withNewSpecLike(io.kubernetes.client.openapi.models.V1DaemonSetSpec item) withNewStatusLike(io.kubernetes.client.openapi.models.V1DaemonSetStatus item) withSpec(io.kubernetes.client.openapi.models.V1DaemonSetSpec spec) withStatus(io.kubernetes.client.openapi.models.V1DaemonSetStatus status) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1DaemonSetFluentImpl
public V1DaemonSetFluentImpl() -
V1DaemonSetFluentImpl
public V1DaemonSetFluentImpl(io.kubernetes.client.openapi.models.V1DaemonSet instance)
-
-
Method Details
-
getApiVersion
- Specified by:
getApiVersionin interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
withApiVersion
- Specified by:
withApiVersionin interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersionin interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
getKind
- Specified by:
getKindin interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
withKind
- Specified by:
withKindin interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
hasKind
- Specified by:
hasKindin interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
getMetadata
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Specified by:
getMetadatain interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>- Returns:
- The buildable object.
-
buildMetadata
public io.kubernetes.client.openapi.models.V1ObjectMeta buildMetadata()- Specified by:
buildMetadatain interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
withMetadata
- Specified by:
withMetadatain interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
hasMetadata
- Specified by:
hasMetadatain interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
withNewMetadata
- Specified by:
withNewMetadatain interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
withNewMetadataLike
public V1DaemonSetFluent.MetadataNested<A> withNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) - Specified by:
withNewMetadataLikein interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
editMetadata
- Specified by:
editMetadatain interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
editOrNewMetadata
- Specified by:
editOrNewMetadatain interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
editOrNewMetadataLike
public V1DaemonSetFluent.MetadataNested<A> editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) - Specified by:
editOrNewMetadataLikein interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
getSpec
Deprecated.This method has been deprecated, please use method buildSpec instead.- Specified by:
getSpecin interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>- Returns:
- The buildable object.
-
buildSpec
public io.kubernetes.client.openapi.models.V1DaemonSetSpec buildSpec()- Specified by:
buildSpecin interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
withSpec
- Specified by:
withSpecin interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
hasSpec
- Specified by:
hasSpecin interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
withNewSpec
- Specified by:
withNewSpecin interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
withNewSpecLike
public V1DaemonSetFluent.SpecNested<A> withNewSpecLike(io.kubernetes.client.openapi.models.V1DaemonSetSpec item) - Specified by:
withNewSpecLikein interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
editSpec
- Specified by:
editSpecin interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
editOrNewSpec
- Specified by:
editOrNewSpecin interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
editOrNewSpecLike
public V1DaemonSetFluent.SpecNested<A> editOrNewSpecLike(io.kubernetes.client.openapi.models.V1DaemonSetSpec item) - Specified by:
editOrNewSpecLikein interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
getStatus
Deprecated.This method has been deprecated, please use method buildStatus instead.- Specified by:
getStatusin interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>- Returns:
- The buildable object.
-
buildStatus
public io.kubernetes.client.openapi.models.V1DaemonSetStatus buildStatus()- Specified by:
buildStatusin interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
withStatus
- Specified by:
withStatusin interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
hasStatus
- Specified by:
hasStatusin interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
withNewStatus
- Specified by:
withNewStatusin interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
withNewStatusLike
public V1DaemonSetFluent.StatusNested<A> withNewStatusLike(io.kubernetes.client.openapi.models.V1DaemonSetStatus item) - Specified by:
withNewStatusLikein interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
editStatus
- Specified by:
editStatusin interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
editOrNewStatus
- Specified by:
editOrNewStatusin interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
editOrNewStatusLike
public V1DaemonSetFluent.StatusNested<A> editOrNewStatusLike(io.kubernetes.client.openapi.models.V1DaemonSetStatus item) - Specified by:
editOrNewStatusLikein interfaceV1DaemonSetFluent<A extends V1DaemonSetFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1DaemonSetFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1DaemonSetFluent<A>>
-
toString
-