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.core.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()NodeStatus is information about the current status of a node.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)NodeStatus is information about the current status of a node.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<String> declaredFeatures, NodeFeatures features, 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.core.v1beta1
Methods in io.fabric8.kubernetes.api.model.clusterapi.core.v1beta1 that return NodeSystemInfo Modifier and Type Method Description NodeSystemInfoMachineStatusFluent. buildNodeInfo()NodeSystemInfoMachineStatus. getNodeInfo()Methods in io.fabric8.kubernetes.api.model.clusterapi.core.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.core.v1beta1 with parameters of type NodeSystemInfo Constructor Description MachineStatus(List<MachineAddress> addresses, Boolean bootstrapReady, String certificatesExpiryDate, List<Condition> conditions, MachineDeletionStatus deletion, String failureMessage, String failureReason, Boolean infrastructureReady, String lastUpdated, NodeSystemInfo nodeInfo, ObjectReference nodeRef, Long observedGeneration, String phase, MachineV1Beta2Status v1beta2)
-