Package io.fabric8.openshift.api.model
Class ImageSourcePathBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.ImageSourcePathFluent<ImageSourcePathBuilder>
-
- io.fabric8.openshift.api.model.ImageSourcePathBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ImageSourcePath>,io.fabric8.kubernetes.api.builder.Visitable<ImageSourcePathBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ImageSourcePath,ImageSourcePathBuilder>
public class ImageSourcePathBuilder extends ImageSourcePathFluent<ImageSourcePathBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ImageSourcePath,ImageSourcePathBuilder>
-
-
Constructor Summary
Constructors Constructor Description ImageSourcePathBuilder()ImageSourcePathBuilder(ImageSourcePath instance)ImageSourcePathBuilder(ImageSourcePathFluent<?> fluent)ImageSourcePathBuilder(ImageSourcePathFluent<?> fluent, ImageSourcePath instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageSourcePathbuild()-
Methods inherited from class io.fabric8.openshift.api.model.ImageSourcePathFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getDestinationDir, getSourcePath, hasAdditionalProperties, hasDestinationDir, hashCode, hasSourcePath, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withDestinationDir, withSourcePath
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ImageSourcePathBuilder
public ImageSourcePathBuilder()
-
ImageSourcePathBuilder
public ImageSourcePathBuilder(ImageSourcePathFluent<?> fluent)
-
ImageSourcePathBuilder
public ImageSourcePathBuilder(ImageSourcePathFluent<?> fluent, ImageSourcePath instance)
-
ImageSourcePathBuilder
public ImageSourcePathBuilder(ImageSourcePath instance)
-
-
Method Detail
-
build
public ImageSourcePath build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ImageSourcePath>
-
-