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