public class ConfigMapVolume extends PodVolume
Modifier and Type | Class and Description |
---|---|
static class |
ConfigMapVolume.DescriptorImpl |
Constructor and Description |
---|
ConfigMapVolume(String mountPath,
String configMapName) |
Modifier and Type | Method and Description |
---|---|
io.fabric8.kubernetes.api.model.Volume |
buildVolume(String volumeName) |
String |
getConfigMapName() |
String |
getMountPath() |
podVolumeExists, volumeMountExists
getDescriptor
public io.fabric8.kubernetes.api.model.Volume buildVolume(String volumeName)
buildVolume
in class PodVolume
public String getConfigMapName()
public String getMountPath()
getMountPath
in class PodVolume
Copyright © 2016–2019. All rights reserved.