public interface NodeSystemInfoFluent<T extends NodeSystemInfoFluent<T>> extends Fluent<T>
Modifier and Type | Method and Description |
---|---|
T |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getBootID() |
String |
getContainerRuntimeVersion() |
String |
getKernelVersion() |
String |
getKubeletVersion() |
String |
getKubeProxyVersion() |
String |
getMachineID() |
String |
getOsImage() |
String |
getSystemUUID() |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withBootID(String bootID) |
T |
withContainerRuntimeVersion(String containerRuntimeVersion) |
T |
withKernelVersion(String kernelVersion) |
T |
withKubeletVersion(String kubeletVersion) |
T |
withKubeProxyVersion(String kubeProxyVersion) |
T |
withMachineID(String machineID) |
T |
withOsImage(String osImage) |
T |
withSystemUUID(String systemUUID) |
String getBootID()
String getContainerRuntimeVersion()
String getKernelVersion()
String getKubeProxyVersion()
String getKubeletVersion()
String getMachineID()
String getOsImage()
String getSystemUUID()
Copyright © 2011–2015 Red Hat. All rights reserved.