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

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

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

/**
 * @author Ulf Lilleengen
 */
public interface ISecretVolumeSource extends IVolumeSource {
    String getSecretName();

    void setSecretName(String secretName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy