Package io.fabric8.openshift.api.model
Class ImageSourcePath
java.lang.Object
io.fabric8.openshift.api.model.ImageSourcePath
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class ImageSourcePath extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ImageSourcePath()No args constructor for use in serializationImageSourcePath(String destinationDir, String sourcePath) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetDestinationDir()StringgetSourcePath()voidsetAdditionalProperty(String name, Object value)voidsetDestinationDir(String destinationDir)voidsetSourcePath(String sourcePath)
-
Constructor Details
-
ImageSourcePath
public ImageSourcePath()No args constructor for use in serialization -
ImageSourcePath
- Parameters:
destinationDir-sourcePath-
-
-
Method Details
-
getDestinationDir
- Returns:
- The destinationDir
-
setDestinationDir
- Parameters:
destinationDir- The destinationDir
-
getSourcePath
- Returns:
- The sourcePath
-
setSourcePath
- Parameters:
sourcePath- The sourcePath
-
getAdditionalProperties
-
setAdditionalProperty
-