Class V1CSINodeListBuilder

All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1CSINodeList>, Fluent<V1CSINodeListBuilder>, Visitable<V1CSINodeListBuilder>, VisitableBuilder<io.kubernetes.client.openapi.models.V1CSINodeList,V1CSINodeListBuilder>, V1CSINodeListFluent<V1CSINodeListBuilder>

public class V1CSINodeListBuilder extends V1CSINodeListFluentImpl<V1CSINodeListBuilder> implements VisitableBuilder<io.kubernetes.client.openapi.models.V1CSINodeList,V1CSINodeListBuilder>
  • Constructor Details

    • V1CSINodeListBuilder

      public V1CSINodeListBuilder()
    • V1CSINodeListBuilder

      public V1CSINodeListBuilder(Boolean validationEnabled)
    • V1CSINodeListBuilder

      public V1CSINodeListBuilder(V1CSINodeListFluent<?> fluent)
    • V1CSINodeListBuilder

      public V1CSINodeListBuilder(V1CSINodeListFluent<?> fluent, Boolean validationEnabled)
    • V1CSINodeListBuilder

      public V1CSINodeListBuilder(V1CSINodeListFluent<?> fluent, io.kubernetes.client.openapi.models.V1CSINodeList instance)
    • V1CSINodeListBuilder

      public V1CSINodeListBuilder(V1CSINodeListFluent<?> fluent, io.kubernetes.client.openapi.models.V1CSINodeList instance, Boolean validationEnabled)
    • V1CSINodeListBuilder

      public V1CSINodeListBuilder(io.kubernetes.client.openapi.models.V1CSINodeList instance)
    • V1CSINodeListBuilder

      public V1CSINodeListBuilder(io.kubernetes.client.openapi.models.V1CSINodeList instance, Boolean validationEnabled)
  • Method Details

    • build

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