All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.fabric8.openshift.api.model.EditableImageSourcePath Maven / Gradle / Ivy

package io.fabric8.openshift.api.model;

import io.fabric8.kubernetes.api.builder.Editable;
import java.io.Serializable;

public class EditableImageSourcePath extends ImageSourcePath implements Editable{


public EditableImageSourcePath(){
    super();
}
public EditableImageSourcePath( String destinationDir , String sourcePath ){
    super(destinationDir, sourcePath);
}

public ImageSourcePathBuilder edit(){
    return new ImageSourcePathBuilder(this);
}


}
    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy