io.fabric8.kubernetes.api.model.EditableAWSElasticBlockStoreVolumeSource Maven / Gradle / Ivy
The newest version!
package io.fabric8.kubernetes.api.model;
import io.fabric8.common.Editable;
public class EditableAWSElasticBlockStoreVolumeSource extends AWSElasticBlockStoreVolumeSource implements Editable{
public EditableAWSElasticBlockStoreVolumeSource(){
super();
}
public EditableAWSElasticBlockStoreVolumeSource( String fsType , Integer partition , Boolean readOnly , String volumeID ){
super(fsType, partition, readOnly, volumeID);
}
public AWSElasticBlockStoreVolumeSourceBuilder edit(){
return new AWSElasticBlockStoreVolumeSourceBuilder(this);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy