Package io.fabric8.kubernetes.api.model
Class HostPathVolumeSourceBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.HostPathVolumeSourceFluentImpl<HostPathVolumeSourceBuilder>
-
- io.fabric8.kubernetes.api.model.HostPathVolumeSourceBuilder
-
- All Implemented Interfaces:
Builder<HostPathVolumeSource>
,Fluent<HostPathVolumeSourceBuilder>
,Visitable<HostPathVolumeSourceBuilder>
,VisitableBuilder<HostPathVolumeSource,HostPathVolumeSourceBuilder>
,HostPathVolumeSourceFluent<HostPathVolumeSourceBuilder>
public class HostPathVolumeSourceBuilder extends HostPathVolumeSourceFluentImpl<HostPathVolumeSourceBuilder> implements VisitableBuilder<HostPathVolumeSource,HostPathVolumeSourceBuilder>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description HostPathVolumeSourceBuilder()
HostPathVolumeSourceBuilder(HostPathVolumeSource instance)
HostPathVolumeSourceBuilder(HostPathVolumeSourceFluent<?> fluent)
HostPathVolumeSourceBuilder(HostPathVolumeSourceFluent<?> fluent, HostPathVolumeSource instance)
HostPathVolumeSourceBuilder(HostPathVolumeSourceFluent<?> fluent, HostPathVolumeSource instance, Boolean validationEnabled)
HostPathVolumeSourceBuilder(HostPathVolumeSourceFluent<?> fluent, Boolean validationEnabled)
HostPathVolumeSourceBuilder(HostPathVolumeSource instance, Boolean validationEnabled)
HostPathVolumeSourceBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HostPathVolumeSource
build()
boolean
equals(Object o)
int
hashCode()
-
Methods inherited from class io.fabric8.kubernetes.api.model.HostPathVolumeSourceFluentImpl
getPath, getType, hasPath, hasType, withNewPath, withNewPath, withNewPath, withNewType, withNewType, withNewType, withPath, withType
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
HostPathVolumeSourceBuilder
public HostPathVolumeSourceBuilder()
-
HostPathVolumeSourceBuilder
public HostPathVolumeSourceBuilder(Boolean validationEnabled)
-
HostPathVolumeSourceBuilder
public HostPathVolumeSourceBuilder(HostPathVolumeSourceFluent<?> fluent)
-
HostPathVolumeSourceBuilder
public HostPathVolumeSourceBuilder(HostPathVolumeSourceFluent<?> fluent, Boolean validationEnabled)
-
HostPathVolumeSourceBuilder
public HostPathVolumeSourceBuilder(HostPathVolumeSourceFluent<?> fluent, HostPathVolumeSource instance)
-
HostPathVolumeSourceBuilder
public HostPathVolumeSourceBuilder(HostPathVolumeSourceFluent<?> fluent, HostPathVolumeSource instance, Boolean validationEnabled)
-
HostPathVolumeSourceBuilder
public HostPathVolumeSourceBuilder(HostPathVolumeSource instance)
-
HostPathVolumeSourceBuilder
public HostPathVolumeSourceBuilder(HostPathVolumeSource instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public HostPathVolumeSource build()
- Specified by:
build
in interfaceBuilder<HostPathVolumeSource>
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classHostPathVolumeSourceFluentImpl<HostPathVolumeSourceBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classHostPathVolumeSourceFluentImpl<HostPathVolumeSourceBuilder>
-
-