annotations.io.fabric8.kubernetes.api.model.EditablePersistentVolumeSpec Maven / Gradle / Ivy
The newest version!
package io.fabric8.kubernetes.api.model;
import io.fabric8.kubernetes.api.model.resource.Quantity;
import java.util.HashMap;
import java.util.Map;
import java.util.List;
import java.util.ArrayList;
import io.fabric8.common.Editable;
public class EditablePersistentVolumeSpec extends PersistentVolumeSpec implements Editable{
public EditablePersistentVolumeSpec(){
super();
}
public EditablePersistentVolumeSpec( List accessModes , AWSElasticBlockStoreVolumeSource awsElasticBlockStore , Map capacity , ObjectReference claimRef , GCEPersistentDiskVolumeSource gcePersistentDisk , GlusterfsVolumeSource glusterfs , HostPathVolumeSource hostPath , NFSVolumeSource nfs , RBDVolumeSource rbd ){
super(accessModes, awsElasticBlockStore, capacity, claimRef, gcePersistentDisk, glusterfs, hostPath, nfs, rbd);
}
public PersistentVolumeSpecBuilder edit(){
return new PersistentVolumeSpecBuilder(this);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy