io.fabric8.kubernetes.api.model.EditableHostPathVolumeSource Maven / Gradle / Ivy
The newest version!
package io.fabric8.kubernetes.api.model;
import io.fabric8.common.Editable;
public class EditableHostPathVolumeSource extends HostPathVolumeSource implements Editable{
public EditableHostPathVolumeSource(){
super();
}
public EditableHostPathVolumeSource( String path ){
super(path);
}
public HostPathVolumeSourceBuilder edit(){
return new HostPathVolumeSourceBuilder(this);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy