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 NodeSwapStatus
NodeSwapStatusBuilder. build()
NodeSwapStatus
NodeSystemInfoFluent. buildSwap()
NodeSwapStatus
NodeSystemInfo. 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 void
NodeSwapStatusFluent. copyInstance(NodeSwapStatus instance)
NodeSystemInfoFluent.SwapNested<A>
NodeSystemInfoFluent. editOrNewSwapLike(NodeSwapStatus item)
void
NodeSystemInfo. setSwap(NodeSwapStatus swap)
NodeSystemInfo is a set of ids/uuids to uniquely identify the node.NodeSystemInfoFluent.SwapNested<A>
NodeSystemInfoFluent. withNewSwapLike(NodeSwapStatus item)
A
NodeSystemInfoFluent. 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)
-