Class VSphereCSIDriverConfigSpecBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.VSphereCSIDriverConfigSpecFluent<VSphereCSIDriverConfigSpecBuilder>
-
- io.fabric8.openshift.api.model.operator.v1.VSphereCSIDriverConfigSpecBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<VSphereCSIDriverConfigSpec>,io.fabric8.kubernetes.api.builder.Visitable<VSphereCSIDriverConfigSpecBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<VSphereCSIDriverConfigSpec,VSphereCSIDriverConfigSpecBuilder>
public class VSphereCSIDriverConfigSpecBuilder extends VSphereCSIDriverConfigSpecFluent<VSphereCSIDriverConfigSpecBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<VSphereCSIDriverConfigSpec,VSphereCSIDriverConfigSpecBuilder>
-
-
Constructor Summary
Constructors Constructor Description VSphereCSIDriverConfigSpecBuilder()VSphereCSIDriverConfigSpecBuilder(VSphereCSIDriverConfigSpec instance)VSphereCSIDriverConfigSpecBuilder(VSphereCSIDriverConfigSpecFluent<?> fluent)VSphereCSIDriverConfigSpecBuilder(VSphereCSIDriverConfigSpecFluent<?> fluent, VSphereCSIDriverConfigSpec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VSphereCSIDriverConfigSpecbuild()-
Methods inherited from class io.fabric8.openshift.api.model.operator.v1.VSphereCSIDriverConfigSpecFluent
addAllToTopologyCategories, addToAdditionalProperties, addToAdditionalProperties, addToTopologyCategories, addToTopologyCategories, copyInstance, equals, getAdditionalProperties, getFirstTopologyCategory, getGlobalMaxSnapshotsPerBlockVolume, getGranularMaxSnapshotsPerBlockVolumeInVSAN, getGranularMaxSnapshotsPerBlockVolumeInVVOL, getLastTopologyCategory, getMatchingTopologyCategory, getMaxAllowedBlockVolumesPerNode, getTopologyCategories, getTopologyCategory, hasAdditionalProperties, hasGlobalMaxSnapshotsPerBlockVolume, hasGranularMaxSnapshotsPerBlockVolumeInVSAN, hasGranularMaxSnapshotsPerBlockVolumeInVVOL, hashCode, hasMatchingTopologyCategory, hasMaxAllowedBlockVolumesPerNode, hasTopologyCategories, removeAllFromTopologyCategories, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromTopologyCategories, setToTopologyCategories, toString, withAdditionalProperties, withGlobalMaxSnapshotsPerBlockVolume, withGranularMaxSnapshotsPerBlockVolumeInVSAN, withGranularMaxSnapshotsPerBlockVolumeInVVOL, withMaxAllowedBlockVolumesPerNode, withTopologyCategories, withTopologyCategories
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
VSphereCSIDriverConfigSpecBuilder
public VSphereCSIDriverConfigSpecBuilder()
-
VSphereCSIDriverConfigSpecBuilder
public VSphereCSIDriverConfigSpecBuilder(VSphereCSIDriverConfigSpecFluent<?> fluent)
-
VSphereCSIDriverConfigSpecBuilder
public VSphereCSIDriverConfigSpecBuilder(VSphereCSIDriverConfigSpec instance)
-
VSphereCSIDriverConfigSpecBuilder
public VSphereCSIDriverConfigSpecBuilder(VSphereCSIDriverConfigSpecFluent<?> fluent, VSphereCSIDriverConfigSpec instance)
-
-
Method Detail
-
build
public VSphereCSIDriverConfigSpec build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<VSphereCSIDriverConfigSpec>
-
-