Class V1NodeSystemInfoFluentImpl<A extends V1NodeSystemInfoFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1NodeSystemInfoFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1NodeSystemInfoFluent<A>
- Direct Known Subclasses:
V1NodeSystemInfoBuilder
public class V1NodeSystemInfoFluentImpl<A extends V1NodeSystemInfoFluent<A>>
extends BaseFluent<A>
implements V1NodeSystemInfoFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1NodeSystemInfoFluentImpl
(io.kubernetes.client.openapi.models.V1NodeSystemInfo instance) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
toString()
withArchitecture
(String architecture) withBootID
(String bootID) withContainerRuntimeVersion
(String containerRuntimeVersion) withKernelVersion
(String kernelVersion) withKubeletVersion
(String kubeletVersion) withKubeProxyVersion
(String kubeProxyVersion) withMachineID
(String machineID) withOperatingSystem
(String operatingSystem) withOsImage
(String osImage) withSystemUUID
(String systemUUID) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1NodeSystemInfoFluentImpl
public V1NodeSystemInfoFluentImpl() -
V1NodeSystemInfoFluentImpl
public V1NodeSystemInfoFluentImpl(io.kubernetes.client.openapi.models.V1NodeSystemInfo instance)
-
-
Method Details
-
getArchitecture
- Specified by:
getArchitecture
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
withArchitecture
- Specified by:
withArchitecture
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
hasArchitecture
- Specified by:
hasArchitecture
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
getBootID
- Specified by:
getBootID
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
withBootID
- Specified by:
withBootID
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
hasBootID
- Specified by:
hasBootID
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
getContainerRuntimeVersion
- Specified by:
getContainerRuntimeVersion
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
withContainerRuntimeVersion
- Specified by:
withContainerRuntimeVersion
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
hasContainerRuntimeVersion
- Specified by:
hasContainerRuntimeVersion
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
getKernelVersion
- Specified by:
getKernelVersion
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
withKernelVersion
- Specified by:
withKernelVersion
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
hasKernelVersion
- Specified by:
hasKernelVersion
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
getKubeProxyVersion
- Specified by:
getKubeProxyVersion
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
withKubeProxyVersion
- Specified by:
withKubeProxyVersion
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
hasKubeProxyVersion
- Specified by:
hasKubeProxyVersion
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
getKubeletVersion
- Specified by:
getKubeletVersion
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
withKubeletVersion
- Specified by:
withKubeletVersion
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
hasKubeletVersion
- Specified by:
hasKubeletVersion
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
getMachineID
- Specified by:
getMachineID
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
withMachineID
- Specified by:
withMachineID
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
hasMachineID
- Specified by:
hasMachineID
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
getOperatingSystem
- Specified by:
getOperatingSystem
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
withOperatingSystem
- Specified by:
withOperatingSystem
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
hasOperatingSystem
- Specified by:
hasOperatingSystem
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
getOsImage
- Specified by:
getOsImage
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
withOsImage
- Specified by:
withOsImage
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
hasOsImage
- Specified by:
hasOsImage
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
getSystemUUID
- Specified by:
getSystemUUID
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
withSystemUUID
- Specified by:
withSystemUUID
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
hasSystemUUID
- Specified by:
hasSystemUUID
in interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1NodeSystemInfoFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1NodeSystemInfoFluent<A>>
-
toString
-