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

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

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

/**
 * @author Ulf Lilleengen
 */
public interface IPersistentVolumeClaimVolumeSource extends IVolumeSource {
    String getClaimName();

    void setClaimName(String claimName);

    boolean isReadOnly();

    void setReadOnly(boolean readOnly);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy