Class V1HostPathVolumeSourceBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1HostPathVolumeSourceFluentImpl<V1HostPathVolumeSourceBuilder>
io.kubernetes.client.openapi.models.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>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1HostPathVolumeSourceBuilder(io.kubernetes.client.openapi.models.V1HostPathVolumeSource instance) V1HostPathVolumeSourceBuilder(V1HostPathVolumeSourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1HostPathVolumeSource instance) V1HostPathVolumeSourceBuilder(V1HostPathVolumeSourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1HostPathVolumeSource instance, Boolean validationEnabled) V1HostPathVolumeSourceBuilder(V1HostPathVolumeSourceFluent<?> fluent, Boolean validationEnabled) V1HostPathVolumeSourceBuilder(io.kubernetes.client.openapi.models.V1HostPathVolumeSource instance, Boolean validationEnabled) V1HostPathVolumeSourceBuilder(Boolean validationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1HostPathVolumeSourcebuild()Methods inherited from class io.kubernetes.client.openapi.models.V1HostPathVolumeSourceFluentImpl
equals, getPath, getType, hashCode, hasPath, hasType, toString, withPath, withTypeMethods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1HostPathVolumeSourceBuilder
public V1HostPathVolumeSourceBuilder() -
V1HostPathVolumeSourceBuilder
-
V1HostPathVolumeSourceBuilder
-
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