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 NodeSystemInfoNodeSystemInfoBuilder. build()NodeSystemInfoNodeStatusFluent. buildNodeInfo()NodeSystemInfoNodeStatus. getNodeInfo()Methods in io.fabric8.kubernetes.api.model with parameters of type NodeSystemInfo Modifier and Type Method Description protected voidNodeSystemInfoFluent. copyInstance(NodeSystemInfo instance)NodeStatusFluent.NodeInfoNested<A>NodeStatusFluent. editOrNewNodeInfoLike(NodeSystemInfo item)voidNodeStatus. setNodeInfo(NodeSystemInfo nodeInfo)NodeStatusFluent.NodeInfoNested<A>NodeStatusFluent. withNewNodeInfoLike(NodeSystemInfo item)ANodeStatusFluent. 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 NodeSystemInfoMachineStatusFluent. buildNodeInfo()NodeSystemInfoMachineStatus. 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)voidMachineStatus. setNodeInfo(NodeSystemInfo nodeInfo)MachineStatusFluent.NodeInfoNested<A>MachineStatusFluent. withNewNodeInfoLike(NodeSystemInfo item)AMachineStatusFluent. 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)
-