Class V1NodeDaemonEndpointsFluentImpl<A extends V1NodeDaemonEndpointsFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1NodeDaemonEndpointsFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1NodeDaemonEndpointsFluent<A>
- Direct Known Subclasses:
V1NodeDaemonEndpointsBuilder
public class V1NodeDaemonEndpointsFluentImpl<A extends V1NodeDaemonEndpointsFluent<A>>
extends BaseFluent<A>
implements V1NodeDaemonEndpointsFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1NodeDaemonEndpointsFluent
V1NodeDaemonEndpointsFluent.KubeletEndpointNested<N> -
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1NodeDaemonEndpointsFluentImpl(io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints instance) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1DaemonEndpointeditOrNewKubeletEndpointLike(io.kubernetes.client.openapi.models.V1DaemonEndpoint item) booleanio.kubernetes.client.openapi.models.V1DaemonEndpointDeprecated.inthashCode()toString()withKubeletEndpoint(io.kubernetes.client.openapi.models.V1DaemonEndpoint kubeletEndpoint) withNewKubeletEndpointLike(io.kubernetes.client.openapi.models.V1DaemonEndpoint item) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1NodeDaemonEndpointsFluentImpl
public V1NodeDaemonEndpointsFluentImpl() -
V1NodeDaemonEndpointsFluentImpl
public V1NodeDaemonEndpointsFluentImpl(io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints instance)
-
-
Method Details
-
getKubeletEndpoint
Deprecated.This method has been deprecated, please use method buildKubeletEndpoint instead.- Specified by:
getKubeletEndpointin interfaceV1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>>- Returns:
- The buildable object.
-
buildKubeletEndpoint
public io.kubernetes.client.openapi.models.V1DaemonEndpoint buildKubeletEndpoint()- Specified by:
buildKubeletEndpointin interfaceV1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>>
-
withKubeletEndpoint
- Specified by:
withKubeletEndpointin interfaceV1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>>
-
hasKubeletEndpoint
- Specified by:
hasKubeletEndpointin interfaceV1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>>
-
withNewKubeletEndpoint
- Specified by:
withNewKubeletEndpointin interfaceV1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>>
-
withNewKubeletEndpointLike
public V1NodeDaemonEndpointsFluent.KubeletEndpointNested<A> withNewKubeletEndpointLike(io.kubernetes.client.openapi.models.V1DaemonEndpoint item) - Specified by:
withNewKubeletEndpointLikein interfaceV1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>>
-
editKubeletEndpoint
- Specified by:
editKubeletEndpointin interfaceV1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>>
-
editOrNewKubeletEndpoint
- Specified by:
editOrNewKubeletEndpointin interfaceV1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>>
-
editOrNewKubeletEndpointLike
public V1NodeDaemonEndpointsFluent.KubeletEndpointNested<A> editOrNewKubeletEndpointLike(io.kubernetes.client.openapi.models.V1DaemonEndpoint item) - Specified by:
editOrNewKubeletEndpointLikein interfaceV1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1NodeDaemonEndpointsFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1NodeDaemonEndpointsFluent<A>>
-
toString
-