Class 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>
  • Constructor Details

    • V1NodeSystemInfoBuilder

      public V1NodeSystemInfoBuilder()
    • V1NodeSystemInfoBuilder

      public V1NodeSystemInfoBuilder(Boolean validationEnabled)
    • V1NodeSystemInfoBuilder

      public V1NodeSystemInfoBuilder(V1NodeSystemInfoFluent<?> fluent)
    • V1NodeSystemInfoBuilder

      public V1NodeSystemInfoBuilder(V1NodeSystemInfoFluent<?> fluent, Boolean validationEnabled)
    • 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

    • build

      public io.kubernetes.client.openapi.models.V1NodeSystemInfo build()
      Specified by:
      build in interface Builder<io.kubernetes.client.openapi.models.V1NodeSystemInfo>