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

io.fabric8.kubernetes.api.model.EditableCinderVolumeSource Maven / Gradle / Ivy

package io.fabric8.kubernetes.api.model;

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

public class EditableCinderVolumeSource extends CinderVolumeSource implements Editable{


public EditableCinderVolumeSource(){
    super();
}
public EditableCinderVolumeSource( String fsType , Boolean readOnly , String volumeID ){
    super(fsType, readOnly, volumeID);
}

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


}
    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy