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 DaemonEndpointDaemonEndpointBuilder. build()DaemonEndpointNodeDaemonEndpointsFluent. buildKubeletEndpoint()DaemonEndpointNodeDaemonEndpoints. getKubeletEndpoint()NodeDaemonEndpoints lists ports opened by daemons running on the Node.Methods in io.fabric8.kubernetes.api.model with parameters of type DaemonEndpoint Modifier and Type Method Description protected voidDaemonEndpointFluent. copyInstance(DaemonEndpoint instance)NodeDaemonEndpointsFluent.KubeletEndpointNested<A>NodeDaemonEndpointsFluent. editOrNewKubeletEndpointLike(DaemonEndpoint item)voidNodeDaemonEndpoints. setKubeletEndpoint(DaemonEndpoint kubeletEndpoint)NodeDaemonEndpoints lists ports opened by daemons running on the Node.ANodeDaemonEndpointsFluent. 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)
-