Uses of Class
io.kubernetes.client.openapi.models.V1NodeSystemInfo
Packages that use V1NodeSystemInfo
-
Uses of V1NodeSystemInfo in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1NodeSystemInfoModifier and TypeMethodDescriptionV1NodeSystemInfo.architecture(String architecture) V1NodeSystemInfo.containerRuntimeVersion(String containerRuntimeVersion) V1NodeStatus.getNodeInfo()Get nodeInfoV1NodeSystemInfo.kernelVersion(String kernelVersion) V1NodeSystemInfo.kubeletVersion(String kubeletVersion) V1NodeSystemInfo.kubeProxyVersion(String kubeProxyVersion) V1NodeSystemInfo.operatingSystem(String operatingSystem) V1NodeSystemInfo.systemUUID(String systemUUID) Methods in io.kubernetes.client.openapi.models with parameters of type V1NodeSystemInfoModifier and TypeMethodDescriptionV1NodeStatus.nodeInfo(V1NodeSystemInfo nodeInfo) voidV1NodeStatus.setNodeInfo(V1NodeSystemInfo nodeInfo)