Package io.fabric8.openshift.api.model
Interface ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ImageSourceFluent.PathsNested<N>
- All Known Implementing Classes:
DoneableImageSourcePath,ImageSourceFluentImpl.PathsNestedImpl,ImageSourcePathBuilder,ImageSourcePathFluentImpl
public interface ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetDestinationDir()StringgetSourcePath()BooleanhasDestinationDir()BooleanhasSourcePath()AwithDestinationDir(String destinationDir)AwithNewDestinationDir(String arg1)AwithNewDestinationDir(StringBuffer arg1)AwithNewDestinationDir(StringBuilder arg1)AwithNewSourcePath(String arg1)AwithNewSourcePath(StringBuffer arg1)AwithNewSourcePath(StringBuilder arg1)AwithSourcePath(String sourcePath)
-
Method Details
-
getDestinationDir
String getDestinationDir() -
withDestinationDir
-
hasDestinationDir
Boolean hasDestinationDir() -
withNewDestinationDir
-
withNewDestinationDir
-
withNewDestinationDir
-
getSourcePath
String getSourcePath() -
withSourcePath
-
hasSourcePath
Boolean hasSourcePath() -
withNewSourcePath
-
withNewSourcePath
-
withNewSourcePath
-