Package io.fabric8.openshift.api.model
Class DoneableImageSourcePath
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.ImageSourcePathFluentImpl<DoneableImageSourcePath>
io.fabric8.openshift.api.model.DoneableImageSourcePath
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableImageSourcePath>,io.fabric8.kubernetes.api.builder.Visitable<DoneableImageSourcePath>,io.fabric8.kubernetes.api.model.Doneable<ImageSourcePath>,ImageSourcePathFluent<DoneableImageSourcePath>
public class DoneableImageSourcePath extends ImageSourcePathFluentImpl<DoneableImageSourcePath> implements io.fabric8.kubernetes.api.model.Doneable<ImageSourcePath>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableImageSourcePath(io.fabric8.kubernetes.api.builder.Function<ImageSourcePath,ImageSourcePath> function)DoneableImageSourcePath(ImageSourcePath item)DoneableImageSourcePath(ImageSourcePath item, io.fabric8.kubernetes.api.builder.Function<ImageSourcePath,ImageSourcePath> function) -
Method Summary
Modifier and Type Method Description ImageSourcePathdone()Methods inherited from class io.fabric8.openshift.api.model.ImageSourcePathFluentImpl
equals, getDestinationDir, getSourcePath, hasDestinationDir, hasSourcePath, withDestinationDir, withNewDestinationDir, withNewDestinationDir, withNewDestinationDir, withNewSourcePath, withNewSourcePath, withNewSourcePath, withSourcePath
-
Constructor Details
-
DoneableImageSourcePath
public DoneableImageSourcePath(io.fabric8.kubernetes.api.builder.Function<ImageSourcePath,ImageSourcePath> function) -
DoneableImageSourcePath
public DoneableImageSourcePath(ImageSourcePath item, io.fabric8.kubernetes.api.builder.Function<ImageSourcePath,ImageSourcePath> function) -
DoneableImageSourcePath
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<ImageSourcePath>
-