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 TypeMethodDescriptionbooleaninthashCode()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:
getArchitecturein interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
withArchitecture
- Specified by:
withArchitecturein interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
hasArchitecture
- Specified by:
hasArchitecturein interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
getBootID
- Specified by:
getBootIDin interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
withBootID
- Specified by:
withBootIDin interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
hasBootID
- Specified by:
hasBootIDin interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
getContainerRuntimeVersion
- Specified by:
getContainerRuntimeVersionin interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
withContainerRuntimeVersion
- Specified by:
withContainerRuntimeVersionin interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
hasContainerRuntimeVersion
- Specified by:
hasContainerRuntimeVersionin interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
getKernelVersion
- Specified by:
getKernelVersionin interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
withKernelVersion
- Specified by:
withKernelVersionin interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
hasKernelVersion
- Specified by:
hasKernelVersionin interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
getKubeProxyVersion
- Specified by:
getKubeProxyVersionin interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
withKubeProxyVersion
- Specified by:
withKubeProxyVersionin interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
hasKubeProxyVersion
- Specified by:
hasKubeProxyVersionin interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
getKubeletVersion
- Specified by:
getKubeletVersionin interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
withKubeletVersion
- Specified by:
withKubeletVersionin interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
hasKubeletVersion
- Specified by:
hasKubeletVersionin interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
getMachineID
- Specified by:
getMachineIDin interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
withMachineID
- Specified by:
withMachineIDin interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
hasMachineID
- Specified by:
hasMachineIDin interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
getOperatingSystem
- Specified by:
getOperatingSystemin interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
withOperatingSystem
- Specified by:
withOperatingSystemin interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
hasOperatingSystem
- Specified by:
hasOperatingSystemin interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
getOsImage
- Specified by:
getOsImagein interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
withOsImage
- Specified by:
withOsImagein interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
hasOsImage
- Specified by:
hasOsImagein interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
getSystemUUID
- Specified by:
getSystemUUIDin interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
withSystemUUID
- Specified by:
withSystemUUIDin interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
hasSystemUUID
- Specified by:
hasSystemUUIDin interfaceV1NodeSystemInfoFluent<A extends V1NodeSystemInfoFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1NodeSystemInfoFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1NodeSystemInfoFluent<A>>
-
toString
-