public interface V1NodeDaemonEndpointsFluent<A extends V1NodeDaemonEndpointsFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1NodeDaemonEndpointsFluent.KubeletEndpointNested<N> |
@Deprecated V1DaemonEndpoint getKubeletEndpoint()
V1DaemonEndpoint buildKubeletEndpoint()
A withKubeletEndpoint(V1DaemonEndpoint kubeletEndpoint)
Boolean hasKubeletEndpoint()
V1NodeDaemonEndpointsFluent.KubeletEndpointNested<A> withNewKubeletEndpoint()
V1NodeDaemonEndpointsFluent.KubeletEndpointNested<A> withNewKubeletEndpointLike(V1DaemonEndpoint item)
V1NodeDaemonEndpointsFluent.KubeletEndpointNested<A> editKubeletEndpoint()
V1NodeDaemonEndpointsFluent.KubeletEndpointNested<A> editOrNewKubeletEndpoint()
V1NodeDaemonEndpointsFluent.KubeletEndpointNested<A> editOrNewKubeletEndpointLike(V1DaemonEndpoint item)
Copyright © 2020. All rights reserved.