Package io.fabric8.kubernetes.api.model
Class NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.NodeSystemInfoFluent<A>
-
- Direct Known Subclasses:
MachineStatusFluent.NodeInfoNested
,NodeStatusFluent.NodeInfoNested
,NodeSystemInfoBuilder
public class NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Constructor Summary
Constructors Constructor Description NodeSystemInfoFluent()
NodeSystemInfoFluent(NodeSystemInfo instance)
-
Method Summary
-
-
-
Constructor Detail
-
NodeSystemInfoFluent
public NodeSystemInfoFluent()
-
NodeSystemInfoFluent
public NodeSystemInfoFluent(NodeSystemInfo instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(NodeSystemInfo instance)
-
getArchitecture
public String getArchitecture()
-
hasArchitecture
public boolean hasArchitecture()
-
getBootID
public String getBootID()
-
hasBootID
public boolean hasBootID()
-
getContainerRuntimeVersion
public String getContainerRuntimeVersion()
-
hasContainerRuntimeVersion
public boolean hasContainerRuntimeVersion()
-
getKernelVersion
public String getKernelVersion()
-
hasKernelVersion
public boolean hasKernelVersion()
-
getKubeProxyVersion
public String getKubeProxyVersion()
-
hasKubeProxyVersion
public boolean hasKubeProxyVersion()
-
getKubeletVersion
public String getKubeletVersion()
-
hasKubeletVersion
public boolean hasKubeletVersion()
-
getMachineID
public String getMachineID()
-
hasMachineID
public boolean hasMachineID()
-
getOperatingSystem
public String getOperatingSystem()
-
hasOperatingSystem
public boolean hasOperatingSystem()
-
getOsImage
public String getOsImage()
-
hasOsImage
public boolean hasOsImage()
-
getSystemUUID
public String getSystemUUID()
-
hasSystemUUID
public boolean hasSystemUUID()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends NodeSystemInfoFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends NodeSystemInfoFluent<A>>
-
-