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

com.openshift.restclient.model.volume.IEmptyDirVolumeSource Maven / Gradle / Ivy

The newest version!
package com.openshift.restclient.model.volume;

/**
 * @author Ulf Lilleengen
 */
public interface IEmptyDirVolumeSource extends IVolumeSource {
    String getMedium();

    void setMedium(String medium);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy