Class V1NodeSystemInfoBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1NodeSystemInfoFluentImpl<V1NodeSystemInfoBuilder>
io.kubernetes.client.openapi.models.V1NodeSystemInfoBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1NodeSystemInfo>
,Fluent<V1NodeSystemInfoBuilder>
,Visitable<V1NodeSystemInfoBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1NodeSystemInfo,
,V1NodeSystemInfoBuilder> V1NodeSystemInfoFluent<V1NodeSystemInfoBuilder>
public class V1NodeSystemInfoBuilder
extends V1NodeSystemInfoFluentImpl<V1NodeSystemInfoBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1NodeSystemInfo,V1NodeSystemInfoBuilder>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1NodeSystemInfoBuilder
(io.kubernetes.client.openapi.models.V1NodeSystemInfo instance) V1NodeSystemInfoBuilder
(V1NodeSystemInfoFluent<?> fluent) V1NodeSystemInfoBuilder
(V1NodeSystemInfoFluent<?> fluent, io.kubernetes.client.openapi.models.V1NodeSystemInfo instance) V1NodeSystemInfoBuilder
(V1NodeSystemInfoFluent<?> fluent, io.kubernetes.client.openapi.models.V1NodeSystemInfo instance, Boolean validationEnabled) V1NodeSystemInfoBuilder
(V1NodeSystemInfoFluent<?> fluent, Boolean validationEnabled) V1NodeSystemInfoBuilder
(io.kubernetes.client.openapi.models.V1NodeSystemInfo instance, Boolean validationEnabled) V1NodeSystemInfoBuilder
(Boolean validationEnabled) -
Method Summary
Methods inherited from class io.kubernetes.client.openapi.models.V1NodeSystemInfoFluentImpl
equals, getArchitecture, getBootID, getContainerRuntimeVersion, getKernelVersion, getKubeletVersion, getKubeProxyVersion, getMachineID, getOperatingSystem, getOsImage, getSystemUUID, hasArchitecture, hasBootID, hasContainerRuntimeVersion, hashCode, hasKernelVersion, hasKubeletVersion, hasKubeProxyVersion, hasMachineID, hasOperatingSystem, hasOsImage, hasSystemUUID, toString, withArchitecture, withBootID, withContainerRuntimeVersion, withKernelVersion, withKubeletVersion, withKubeProxyVersion, withMachineID, withOperatingSystem, withOsImage, withSystemUUID
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1NodeSystemInfoBuilder
public V1NodeSystemInfoBuilder() -
V1NodeSystemInfoBuilder
-
V1NodeSystemInfoBuilder
-
V1NodeSystemInfoBuilder
-
V1NodeSystemInfoBuilder
public V1NodeSystemInfoBuilder(V1NodeSystemInfoFluent<?> fluent, io.kubernetes.client.openapi.models.V1NodeSystemInfo instance) -
V1NodeSystemInfoBuilder
public V1NodeSystemInfoBuilder(V1NodeSystemInfoFluent<?> fluent, io.kubernetes.client.openapi.models.V1NodeSystemInfo instance, Boolean validationEnabled) -
V1NodeSystemInfoBuilder
public V1NodeSystemInfoBuilder(io.kubernetes.client.openapi.models.V1NodeSystemInfo instance) -
V1NodeSystemInfoBuilder
public V1NodeSystemInfoBuilder(io.kubernetes.client.openapi.models.V1NodeSystemInfo instance, Boolean validationEnabled)
-
-
Method Details