Uses of Class
io.fabric8.kubernetes.api.model.NodeSystemInfo
-
Packages that use NodeSystemInfo Package Description io.fabric8.kubernetes.api.model io.fabric8.kubernetes.api.model.clusterapi.v1beta1 -
-
Uses of NodeSystemInfo in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return NodeSystemInfo Modifier and Type Method Description NodeSystemInfo
NodeSystemInfoBuilder. build()
NodeSystemInfo
NodeStatusFluent. buildNodeInfo()
NodeSystemInfo
NodeStatus. getNodeInfo()
Methods in io.fabric8.kubernetes.api.model with parameters of type NodeSystemInfo Modifier and Type Method Description protected void
NodeSystemInfoFluent. copyInstance(NodeSystemInfo instance)
NodeStatusFluent.NodeInfoNested<A>
NodeStatusFluent. editOrNewNodeInfoLike(NodeSystemInfo item)
void
NodeStatus. setNodeInfo(NodeSystemInfo nodeInfo)
NodeStatusFluent.NodeInfoNested<A>
NodeStatusFluent. withNewNodeInfoLike(NodeSystemInfo item)
A
NodeStatusFluent. withNodeInfo(NodeSystemInfo nodeInfo)
Constructors in io.fabric8.kubernetes.api.model with parameters of type NodeSystemInfo Constructor Description 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<NodeRuntimeHandler> runtimeHandlers, List<AttachedVolume> volumesAttached, List<String> volumesInUse)
NodeSystemInfoBuilder(NodeSystemInfo instance)
NodeSystemInfoBuilder(NodeSystemInfoFluent<?> fluent, NodeSystemInfo instance)
NodeSystemInfoFluent(NodeSystemInfo instance)
-
Uses of NodeSystemInfo in io.fabric8.kubernetes.api.model.clusterapi.v1beta1
Methods in io.fabric8.kubernetes.api.model.clusterapi.v1beta1 that return NodeSystemInfo Modifier and Type Method Description NodeSystemInfo
MachineStatusFluent. buildNodeInfo()
NodeSystemInfo
MachineStatus. getNodeInfo()
Methods in io.fabric8.kubernetes.api.model.clusterapi.v1beta1 with parameters of type NodeSystemInfo Modifier and Type Method Description MachineStatusFluent.NodeInfoNested<A>
MachineStatusFluent. editOrNewNodeInfoLike(NodeSystemInfo item)
void
MachineStatus. setNodeInfo(NodeSystemInfo nodeInfo)
MachineStatusFluent.NodeInfoNested<A>
MachineStatusFluent. withNewNodeInfoLike(NodeSystemInfo item)
A
MachineStatusFluent. withNodeInfo(NodeSystemInfo nodeInfo)
Constructors in io.fabric8.kubernetes.api.model.clusterapi.v1beta1 with parameters of type NodeSystemInfo Constructor Description MachineStatus(List<MachineAddress> addresses, Boolean bootstrapReady, String certificatesExpiryDate, List<Condition> conditions, String failureMessage, String failureReason, Boolean infrastructureReady, String lastUpdated, NodeSystemInfo nodeInfo, ObjectReference nodeRef, Long observedGeneration, String phase)
-