Uses of Class
io.fabric8.kubernetes.api.model.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()DaemonEndpointDoneableDaemonEndpoint. done()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)DoneableDaemonEndpoint(DaemonEndpoint item)DoneableDaemonEndpoint(DaemonEndpoint item, Function<DaemonEndpoint,DaemonEndpoint> function)NodeDaemonEndpoints(DaemonEndpoint kubeletEndpoint)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type DaemonEndpoint Constructor Description DoneableDaemonEndpoint(Function<DaemonEndpoint,DaemonEndpoint> function)DoneableDaemonEndpoint(Function<DaemonEndpoint,DaemonEndpoint> function)DoneableDaemonEndpoint(DaemonEndpoint item, Function<DaemonEndpoint,DaemonEndpoint> function)DoneableDaemonEndpoint(DaemonEndpoint item, Function<DaemonEndpoint,DaemonEndpoint> function)