public class V1NodeDaemonEndpointsFluentImpl<A extends V1NodeDaemonEndpointsFluent<A>> extends BaseFluent<A> implements V1NodeDaemonEndpointsFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
V1NodeDaemonEndpointsFluentImpl.KubeletEndpointNestedImpl<N> |
V1NodeDaemonEndpointsFluent.KubeletEndpointNested<N>
_visitables
Constructor and Description |
---|
V1NodeDaemonEndpointsFluentImpl() |
V1NodeDaemonEndpointsFluentImpl(V1NodeDaemonEndpoints instance) |
Modifier and Type | Method and Description |
---|---|
V1DaemonEndpoint |
buildKubeletEndpoint() |
V1NodeDaemonEndpointsFluent.KubeletEndpointNested<A> |
editKubeletEndpoint() |
V1NodeDaemonEndpointsFluent.KubeletEndpointNested<A> |
editOrNewKubeletEndpoint() |
V1NodeDaemonEndpointsFluent.KubeletEndpointNested<A> |
editOrNewKubeletEndpointLike(V1DaemonEndpoint item) |
boolean |
equals(Object o) |
V1DaemonEndpoint |
getKubeletEndpoint()
Deprecated.
|
Boolean |
hasKubeletEndpoint() |
A |
withKubeletEndpoint(V1DaemonEndpoint kubeletEndpoint) |
V1NodeDaemonEndpointsFluent.KubeletEndpointNested<A> |
withNewKubeletEndpoint() |
V1NodeDaemonEndpointsFluent.KubeletEndpointNested<A> |
withNewKubeletEndpointLike(V1DaemonEndpoint item) |
public V1NodeDaemonEndpointsFluentImpl()
public V1NodeDaemonEndpointsFluentImpl(V1NodeDaemonEndpoints instance)
@Deprecated public V1DaemonEndpoint getKubeletEndpoint()
getKubeletEndpoint
in interface V1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>>
public V1DaemonEndpoint buildKubeletEndpoint()
buildKubeletEndpoint
in interface V1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>>
public A withKubeletEndpoint(V1DaemonEndpoint kubeletEndpoint)
withKubeletEndpoint
in interface V1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>>
public Boolean hasKubeletEndpoint()
hasKubeletEndpoint
in interface V1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>>
public V1NodeDaemonEndpointsFluent.KubeletEndpointNested<A> withNewKubeletEndpoint()
withNewKubeletEndpoint
in interface V1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>>
public V1NodeDaemonEndpointsFluent.KubeletEndpointNested<A> withNewKubeletEndpointLike(V1DaemonEndpoint item)
withNewKubeletEndpointLike
in interface V1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>>
public V1NodeDaemonEndpointsFluent.KubeletEndpointNested<A> editKubeletEndpoint()
editKubeletEndpoint
in interface V1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>>
public V1NodeDaemonEndpointsFluent.KubeletEndpointNested<A> editOrNewKubeletEndpoint()
editOrNewKubeletEndpoint
in interface V1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>>
public V1NodeDaemonEndpointsFluent.KubeletEndpointNested<A> editOrNewKubeletEndpointLike(V1DaemonEndpoint item)
editOrNewKubeletEndpointLike
in interface V1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>>
Copyright © 2020. All rights reserved.