Class V1HostPathVolumeSourceBuilder

All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1HostPathVolumeSource>, Fluent<V1HostPathVolumeSourceBuilder>, Visitable<V1HostPathVolumeSourceBuilder>, VisitableBuilder<io.kubernetes.client.openapi.models.V1HostPathVolumeSource,V1HostPathVolumeSourceBuilder>, V1HostPathVolumeSourceFluent<V1HostPathVolumeSourceBuilder>

public class V1HostPathVolumeSourceBuilder extends V1HostPathVolumeSourceFluentImpl<V1HostPathVolumeSourceBuilder> implements VisitableBuilder<io.kubernetes.client.openapi.models.V1HostPathVolumeSource,V1HostPathVolumeSourceBuilder>
  • Constructor Details

    • V1HostPathVolumeSourceBuilder

      public V1HostPathVolumeSourceBuilder()
    • V1HostPathVolumeSourceBuilder

      public V1HostPathVolumeSourceBuilder(Boolean validationEnabled)
    • V1HostPathVolumeSourceBuilder

      public V1HostPathVolumeSourceBuilder(V1HostPathVolumeSourceFluent<?> fluent)
    • V1HostPathVolumeSourceBuilder

      public V1HostPathVolumeSourceBuilder(V1HostPathVolumeSourceFluent<?> fluent, Boolean validationEnabled)
    • V1HostPathVolumeSourceBuilder

      public V1HostPathVolumeSourceBuilder(V1HostPathVolumeSourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1HostPathVolumeSource instance)
    • V1HostPathVolumeSourceBuilder

      public V1HostPathVolumeSourceBuilder(V1HostPathVolumeSourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1HostPathVolumeSource instance, Boolean validationEnabled)
    • V1HostPathVolumeSourceBuilder

      public V1HostPathVolumeSourceBuilder(io.kubernetes.client.openapi.models.V1HostPathVolumeSource instance)
    • V1HostPathVolumeSourceBuilder

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

    • build

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