Uses of Class
io.fabric8.kubernetes.api.model.NodeSystemInfo
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
-
Uses of NodeSystemInfo in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return NodeSystemInfo Modifier and Type Method Description NodeSystemInfoNodeSystemInfoBuilder. build()NodeSystemInfoNodeStatusFluent. buildNodeInfo()NodeSystemInfoNodeStatusFluentImpl. buildNodeInfo()NodeSystemInfoDoneableNodeSystemInfo. done()NodeSystemInfoNodeStatus. getNodeInfo()NodeSystemInfoNodeStatusFluent. getNodeInfo()Deprecated.NodeSystemInfoNodeStatusFluentImpl. getNodeInfo()Deprecated.Constructors in io.fabric8.kubernetes.api.model with parameters of type NodeSystemInfo Constructor Description DoneableNodeSystemInfo(NodeSystemInfo item)DoneableNodeSystemInfo(NodeSystemInfo item, Function<NodeSystemInfo,NodeSystemInfo> function)NodeStatus(List<NodeAddress> addresses, Map<String,Quantity> allocatable, Map<String,Quantity> capacity, List<NodeCondition> conditions, NodeConfigStatus config, NodeDaemonEndpoints daemonEndpoints, List<ContainerImage> images, NodeSystemInfo nodeInfo, String phase, List<AttachedVolume> volumesAttached, List<String> volumesInUse)NodeSystemInfoBuilder(NodeSystemInfo instance)NodeSystemInfoBuilder(NodeSystemInfoFluent<?> fluent, NodeSystemInfo instance)NodeSystemInfoBuilder(NodeSystemInfoFluent<?> fluent, NodeSystemInfo instance, Boolean validationEnabled)NodeSystemInfoBuilder(NodeSystemInfo instance, Boolean validationEnabled)NodeSystemInfoFluentImpl(NodeSystemInfo instance)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type NodeSystemInfo Constructor Description DoneableNodeSystemInfo(Function<NodeSystemInfo,NodeSystemInfo> function)DoneableNodeSystemInfo(Function<NodeSystemInfo,NodeSystemInfo> function)DoneableNodeSystemInfo(NodeSystemInfo item, Function<NodeSystemInfo,NodeSystemInfo> function)DoneableNodeSystemInfo(NodeSystemInfo item, Function<NodeSystemInfo,NodeSystemInfo> function)