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.V1DaemonEndpoint
editOrNewKubeletEndpointLike
(io.kubernetes.client.openapi.models.V1DaemonEndpoint item) boolean
io.kubernetes.client.openapi.models.V1DaemonEndpoint
Deprecated.int
hashCode()
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:
getKubeletEndpoint
in interfaceV1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>>
- Returns:
- The buildable object.
-
buildKubeletEndpoint
public io.kubernetes.client.openapi.models.V1DaemonEndpoint buildKubeletEndpoint()- Specified by:
buildKubeletEndpoint
in interfaceV1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>>
-
withKubeletEndpoint
- Specified by:
withKubeletEndpoint
in interfaceV1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>>
-
hasKubeletEndpoint
- Specified by:
hasKubeletEndpoint
in interfaceV1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>>
-
withNewKubeletEndpoint
- Specified by:
withNewKubeletEndpoint
in interfaceV1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>>
-
withNewKubeletEndpointLike
public V1NodeDaemonEndpointsFluent.KubeletEndpointNested<A> withNewKubeletEndpointLike(io.kubernetes.client.openapi.models.V1DaemonEndpoint item) - Specified by:
withNewKubeletEndpointLike
in interfaceV1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>>
-
editKubeletEndpoint
- Specified by:
editKubeletEndpoint
in interfaceV1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>>
-
editOrNewKubeletEndpoint
- Specified by:
editOrNewKubeletEndpoint
in interfaceV1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>>
-
editOrNewKubeletEndpointLike
public V1NodeDaemonEndpointsFluent.KubeletEndpointNested<A> editOrNewKubeletEndpointLike(io.kubernetes.client.openapi.models.V1DaemonEndpoint item) - Specified by:
editOrNewKubeletEndpointLike
in interfaceV1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1NodeDaemonEndpointsFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1NodeDaemonEndpointsFluent<A>>
-
toString
-