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

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

package io.fabric8.kubernetes.api.model;

import io.fabric8.common.Editable;

public class EditableVolume extends Volume implements Editable{


public EditableVolume(){
    super();
}
public EditableVolume( AWSElasticBlockStoreVolumeSource awsElasticBlockStore , EmptyDirVolumeSource emptyDir , GCEPersistentDiskVolumeSource gcePersistentDisk , GitRepoVolumeSource gitRepo , GlusterfsVolumeSource glusterfs , HostPathVolumeSource hostPath , ISCSIVolumeSource iscsi , String name , NFSVolumeSource nfs , PersistentVolumeClaimVolumeSource persistentVolumeClaim , RBDVolumeSource rbd , SecretVolumeSource secret ){
    super(awsElasticBlockStore, emptyDir, gcePersistentDisk, gitRepo, glusterfs, hostPath, iscsi, name, nfs, persistentVolumeClaim, rbd, secret);
}

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


}
    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy