public class V1NodeSystemInfoBuilder extends V1NodeSystemInfoFluentImpl<V1NodeSystemInfoBuilder> implements VisitableBuilder<io.kubernetes.client.openapi.models.V1NodeSystemInfo,V1NodeSystemInfoBuilder>
_visitables, VISIT
Constructor and Description |
---|
V1NodeSystemInfoBuilder() |
V1NodeSystemInfoBuilder(Boolean validationEnabled) |
V1NodeSystemInfoBuilder(io.kubernetes.client.openapi.models.V1NodeSystemInfo instance) |
V1NodeSystemInfoBuilder(io.kubernetes.client.openapi.models.V1NodeSystemInfo instance,
Boolean validationEnabled) |
V1NodeSystemInfoBuilder(V1NodeSystemInfoFluent<?> fluent) |
V1NodeSystemInfoBuilder(V1NodeSystemInfoFluent<?> fluent,
Boolean validationEnabled) |
V1NodeSystemInfoBuilder(V1NodeSystemInfoFluent<?> fluent,
io.kubernetes.client.openapi.models.V1NodeSystemInfo instance) |
V1NodeSystemInfoBuilder(V1NodeSystemInfoFluent<?> fluent,
io.kubernetes.client.openapi.models.V1NodeSystemInfo instance,
Boolean validationEnabled) |
Modifier and Type | Method and Description |
---|---|
io.kubernetes.client.openapi.models.V1NodeSystemInfo |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
getArchitecture, getBootID, getContainerRuntimeVersion, getKernelVersion, getKubeletVersion, getKubeProxyVersion, getMachineID, getOperatingSystem, getOsImage, getSystemUUID, hasArchitecture, hasBootID, hasContainerRuntimeVersion, hasKernelVersion, hasKubeletVersion, hasKubeProxyVersion, hasMachineID, hasOperatingSystem, hasOsImage, hasSystemUUID, withArchitecture, withBootID, withContainerRuntimeVersion, withKernelVersion, withKubeletVersion, withKubeProxyVersion, withMachineID, withNewArchitecture, withNewBootID, withNewContainerRuntimeVersion, withNewKernelVersion, withNewKubeletVersion, withNewKubeProxyVersion, withNewMachineID, withNewOperatingSystem, withNewOsImage, withNewSystemUUID, withOperatingSystem, withOsImage, withSystemUUID
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1NodeSystemInfoBuilder()
public V1NodeSystemInfoBuilder(Boolean validationEnabled)
public V1NodeSystemInfoBuilder(V1NodeSystemInfoFluent<?> fluent)
public V1NodeSystemInfoBuilder(V1NodeSystemInfoFluent<?> fluent, Boolean validationEnabled)
public V1NodeSystemInfoBuilder(V1NodeSystemInfoFluent<?> fluent, io.kubernetes.client.openapi.models.V1NodeSystemInfo instance)
public V1NodeSystemInfoBuilder(V1NodeSystemInfoFluent<?> fluent, io.kubernetes.client.openapi.models.V1NodeSystemInfo instance, Boolean validationEnabled)
public V1NodeSystemInfoBuilder(io.kubernetes.client.openapi.models.V1NodeSystemInfo instance)
public V1NodeSystemInfoBuilder(io.kubernetes.client.openapi.models.V1NodeSystemInfo instance, Boolean validationEnabled)
public io.kubernetes.client.openapi.models.V1NodeSystemInfo build()
public boolean equals(Object o)
equals
in class V1NodeSystemInfoFluentImpl<V1NodeSystemInfoBuilder>
public int hashCode()
hashCode
in class V1NodeSystemInfoFluentImpl<V1NodeSystemInfoBuilder>
Copyright © 2021. All rights reserved.