Uses of Interface
io.fabric8.kubernetes.api.model.NodeSystemInfoFluent
-
Packages that use NodeSystemInfoFluent Package Description io.fabric8.kubernetes.api.model -
-
Uses of NodeSystemInfoFluent in io.fabric8.kubernetes.api.model
Classes in io.fabric8.kubernetes.api.model with type parameters of type NodeSystemInfoFluent Modifier and Type Interface Description interface
NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>
class
NodeSystemInfoFluentImpl<A extends NodeSystemInfoFluent<A>>
Subinterfaces of NodeSystemInfoFluent in io.fabric8.kubernetes.api.model Modifier and Type Interface Description static interface
NodeStatusFluent.NodeInfoNested<N>
static interface
WatchEventFluent.NodeSystemInfoObjectNested<N>
Classes in io.fabric8.kubernetes.api.model that implement NodeSystemInfoFluent Modifier and Type Class Description class
NodeStatusFluentImpl.NodeInfoNestedImpl<N>
class
NodeSystemInfoBuilder
class
NodeSystemInfoFluentImpl<A extends NodeSystemInfoFluent<A>>
class
WatchEventFluentImpl.NodeSystemInfoObjectNestedImpl<N>
Constructors in io.fabric8.kubernetes.api.model with parameters of type NodeSystemInfoFluent Constructor Description NodeSystemInfoBuilder(NodeSystemInfoFluent<?> fluent)
NodeSystemInfoBuilder(NodeSystemInfoFluent<?> fluent, NodeSystemInfo instance)
NodeSystemInfoBuilder(NodeSystemInfoFluent<?> fluent, NodeSystemInfo instance, Boolean validationEnabled)
NodeSystemInfoBuilder(NodeSystemInfoFluent<?> fluent, Boolean validationEnabled)
-