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()DaemonEndpointNodeDaemonEndpointsFluentImpl. buildKubeletEndpoint()DaemonEndpointNodeDaemonEndpoints. getKubeletEndpoint()DaemonEndpointNodeDaemonEndpointsFluent. getKubeletEndpoint()Deprecated.DaemonEndpointNodeDaemonEndpointsFluentImpl. getKubeletEndpoint()Deprecated.Constructors in io.fabric8.kubernetes.api.model with parameters of type DaemonEndpoint Constructor Description DaemonEndpointBuilder(DaemonEndpoint instance)DaemonEndpointBuilder(DaemonEndpointFluent<?> fluent, DaemonEndpoint instance)DaemonEndpointBuilder(DaemonEndpointFluent<?> fluent, DaemonEndpoint instance, Boolean validationEnabled)DaemonEndpointBuilder(DaemonEndpoint instance, Boolean validationEnabled)DaemonEndpointFluentImpl(DaemonEndpoint instance)NodeDaemonEndpoints(DaemonEndpoint kubeletEndpoint)
-