Uses of Class
io.fabric8.kubernetes.api.model.NodeSwapStatus
-
Packages that use NodeSwapStatus Package Description io.fabric8.kubernetes.api.model -
-
Uses of NodeSwapStatus in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return NodeSwapStatus Modifier and Type Method Description NodeSwapStatusNodeSwapStatusBuilder. build()NodeSwapStatusNodeSystemInfoFluent. buildSwap()NodeSwapStatusNodeSystemInfo. getSwap()NodeSystemInfo is a set of ids/uuids to uniquely identify the node.Methods in io.fabric8.kubernetes.api.model with parameters of type NodeSwapStatus Modifier and Type Method Description protected voidNodeSwapStatusFluent. copyInstance(NodeSwapStatus instance)NodeSystemInfoFluent.SwapNested<A>NodeSystemInfoFluent. editOrNewSwapLike(NodeSwapStatus item)voidNodeSystemInfo. setSwap(NodeSwapStatus swap)NodeSystemInfo is a set of ids/uuids to uniquely identify the node.NodeSystemInfoFluent.SwapNested<A>NodeSystemInfoFluent. withNewSwapLike(NodeSwapStatus item)ANodeSystemInfoFluent. withSwap(NodeSwapStatus swap)Constructors in io.fabric8.kubernetes.api.model with parameters of type NodeSwapStatus Constructor Description NodeSwapStatusBuilder(NodeSwapStatus instance)NodeSwapStatusBuilder(NodeSwapStatusFluent<?> fluent, NodeSwapStatus instance)NodeSwapStatusFluent(NodeSwapStatus instance)NodeSystemInfo(String architecture, String bootID, String containerRuntimeVersion, String kernelVersion, String kubeProxyVersion, String kubeletVersion, String machineID, String operatingSystem, String osImage, NodeSwapStatus swap, String systemUUID)
-