Uses of Interface
io.fabric8.kubernetes.api.model.NodeDaemonEndpointsFluent
-
Packages that use NodeDaemonEndpointsFluent Package Description io.fabric8.kubernetes.api.model -
-
Uses of NodeDaemonEndpointsFluent in io.fabric8.kubernetes.api.model
Classes in io.fabric8.kubernetes.api.model with type parameters of type NodeDaemonEndpointsFluent Modifier and Type Interface Description interface
NodeDaemonEndpointsFluent<A extends NodeDaemonEndpointsFluent<A>>
class
NodeDaemonEndpointsFluentImpl<A extends NodeDaemonEndpointsFluent<A>>
Subinterfaces of NodeDaemonEndpointsFluent in io.fabric8.kubernetes.api.model Modifier and Type Interface Description static interface
NodeStatusFluent.DaemonEndpointsNested<N>
static interface
WatchEventFluent.NodeDaemonEndpointsObjectNested<N>
Classes in io.fabric8.kubernetes.api.model that implement NodeDaemonEndpointsFluent Modifier and Type Class Description class
NodeDaemonEndpointsBuilder
class
NodeDaemonEndpointsFluentImpl<A extends NodeDaemonEndpointsFluent<A>>
class
NodeStatusFluentImpl.DaemonEndpointsNestedImpl<N>
class
WatchEventFluentImpl.NodeDaemonEndpointsObjectNestedImpl<N>
Constructors in io.fabric8.kubernetes.api.model with parameters of type NodeDaemonEndpointsFluent Constructor Description NodeDaemonEndpointsBuilder(NodeDaemonEndpointsFluent<?> fluent)
NodeDaemonEndpointsBuilder(NodeDaemonEndpointsFluent<?> fluent, NodeDaemonEndpoints instance)
NodeDaemonEndpointsBuilder(NodeDaemonEndpointsFluent<?> fluent, NodeDaemonEndpoints instance, Boolean validationEnabled)
NodeDaemonEndpointsBuilder(NodeDaemonEndpointsFluent<?> fluent, Boolean validationEnabled)
-