@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1NodeSystemInfo extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ARCHITECTURE |
static String |
SERIALIZED_NAME_BOOT_I_D |
static String |
SERIALIZED_NAME_CONTAINER_RUNTIME_VERSION |
static String |
SERIALIZED_NAME_KERNEL_VERSION |
static String |
SERIALIZED_NAME_KUBE_PROXY_VERSION |
static String |
SERIALIZED_NAME_KUBELET_VERSION |
static String |
SERIALIZED_NAME_MACHINE_I_D |
static String |
SERIALIZED_NAME_OPERATING_SYSTEM |
static String |
SERIALIZED_NAME_OS_IMAGE |
static String |
SERIALIZED_NAME_SYSTEM_U_U_I_D |
Constructor and Description |
---|
V1NodeSystemInfo() |
Modifier and Type | Method and Description |
---|---|
V1NodeSystemInfo |
architecture(String architecture) |
V1NodeSystemInfo |
bootID(String bootID) |
V1NodeSystemInfo |
containerRuntimeVersion(String containerRuntimeVersion) |
boolean |
equals(Object o) |
String |
getArchitecture()
The Architecture reported by the node
|
String |
getBootID()
Boot ID reported by the node.
|
String |
getContainerRuntimeVersion()
ContainerRuntime Version reported by the node through runtime remote API (e.g.
|
String |
getKernelVersion()
Kernel Version reported by the node from 'uname -r' (e.g.
|
String |
getKubeletVersion()
Kubelet Version reported by the node.
|
String |
getKubeProxyVersion()
KubeProxy Version reported by the node.
|
String |
getMachineID()
MachineID reported by the node.
|
String |
getOperatingSystem()
The Operating System reported by the node
|
String |
getOsImage()
OS Image reported by the node from /etc/os-release (e.g.
|
String |
getSystemUUID()
SystemUUID reported by the node.
|
int |
hashCode() |
V1NodeSystemInfo |
kernelVersion(String kernelVersion) |
V1NodeSystemInfo |
kubeletVersion(String kubeletVersion) |
V1NodeSystemInfo |
kubeProxyVersion(String kubeProxyVersion) |
V1NodeSystemInfo |
machineID(String machineID) |
V1NodeSystemInfo |
operatingSystem(String operatingSystem) |
V1NodeSystemInfo |
osImage(String osImage) |
void |
setArchitecture(String architecture) |
void |
setBootID(String bootID) |
void |
setContainerRuntimeVersion(String containerRuntimeVersion) |
void |
setKernelVersion(String kernelVersion) |
void |
setKubeletVersion(String kubeletVersion) |
void |
setKubeProxyVersion(String kubeProxyVersion) |
void |
setMachineID(String machineID) |
void |
setOperatingSystem(String operatingSystem) |
void |
setOsImage(String osImage) |
void |
setSystemUUID(String systemUUID) |
V1NodeSystemInfo |
systemUUID(String systemUUID) |
String |
toString() |
public static final String SERIALIZED_NAME_ARCHITECTURE
public static final String SERIALIZED_NAME_BOOT_I_D
public static final String SERIALIZED_NAME_CONTAINER_RUNTIME_VERSION
public static final String SERIALIZED_NAME_KERNEL_VERSION
public static final String SERIALIZED_NAME_KUBE_PROXY_VERSION
public static final String SERIALIZED_NAME_KUBELET_VERSION
public static final String SERIALIZED_NAME_MACHINE_I_D
public static final String SERIALIZED_NAME_OPERATING_SYSTEM
public static final String SERIALIZED_NAME_OS_IMAGE
public static final String SERIALIZED_NAME_SYSTEM_U_U_I_D
public V1NodeSystemInfo architecture(String architecture)
public String getArchitecture()
public void setArchitecture(String architecture)
public V1NodeSystemInfo bootID(String bootID)
public String getBootID()
public void setBootID(String bootID)
public V1NodeSystemInfo containerRuntimeVersion(String containerRuntimeVersion)
public String getContainerRuntimeVersion()
public void setContainerRuntimeVersion(String containerRuntimeVersion)
public V1NodeSystemInfo kernelVersion(String kernelVersion)
public String getKernelVersion()
public void setKernelVersion(String kernelVersion)
public V1NodeSystemInfo kubeProxyVersion(String kubeProxyVersion)
public String getKubeProxyVersion()
public void setKubeProxyVersion(String kubeProxyVersion)
public V1NodeSystemInfo kubeletVersion(String kubeletVersion)
public String getKubeletVersion()
public void setKubeletVersion(String kubeletVersion)
public V1NodeSystemInfo machineID(String machineID)
public String getMachineID()
public void setMachineID(String machineID)
public V1NodeSystemInfo operatingSystem(String operatingSystem)
public String getOperatingSystem()
public void setOperatingSystem(String operatingSystem)
public V1NodeSystemInfo osImage(String osImage)
public String getOsImage()
public void setOsImage(String osImage)
public V1NodeSystemInfo systemUUID(String systemUUID)
public String getSystemUUID()
public void setSystemUUID(String systemUUID)
Copyright © 2020. All rights reserved.