Uses of Class
io.fabric8.kubernetes.api.model.DaemonEndpoint
-
Packages that use DaemonEndpoint Package Description io.fabric8.kubernetes.api.model -
-
Uses of DaemonEndpoint in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return DaemonEndpoint Modifier and Type Method Description DaemonEndpoint
DaemonEndpointBuilder. build()
DaemonEndpoint
NodeDaemonEndpointsFluent. buildKubeletEndpoint()
DaemonEndpoint
NodeDaemonEndpoints. getKubeletEndpoint()
Methods in io.fabric8.kubernetes.api.model with parameters of type DaemonEndpoint Modifier and Type Method Description protected void
DaemonEndpointFluent. copyInstance(DaemonEndpoint instance)
NodeDaemonEndpointsFluent.KubeletEndpointNested<A>
NodeDaemonEndpointsFluent. editOrNewKubeletEndpointLike(DaemonEndpoint item)
void
NodeDaemonEndpoints. setKubeletEndpoint(DaemonEndpoint kubeletEndpoint)
A
NodeDaemonEndpointsFluent. withKubeletEndpoint(DaemonEndpoint kubeletEndpoint)
NodeDaemonEndpointsFluent.KubeletEndpointNested<A>
NodeDaemonEndpointsFluent. withNewKubeletEndpointLike(DaemonEndpoint item)
Constructors in io.fabric8.kubernetes.api.model with parameters of type DaemonEndpoint Constructor Description DaemonEndpointBuilder(DaemonEndpoint instance)
DaemonEndpointBuilder(DaemonEndpointFluent<?> fluent, DaemonEndpoint instance)
DaemonEndpointFluent(DaemonEndpoint instance)
NodeDaemonEndpoints(DaemonEndpoint kubeletEndpoint)
-