public class SecretVolume extends PodVolume
Modifier and Type | Class and Description |
---|---|
static class |
SecretVolume.DescriptorImpl |
Constructor and Description |
---|
SecretVolume(String mountPath,
String secretName) |
SecretVolume(String mountPath,
String secretName,
String defaultMode) |
Modifier and Type | Method and Description |
---|---|
io.fabric8.kubernetes.api.model.Volume |
buildVolume(String volumeName) |
String |
getDefaultMode() |
String |
getMountPath() |
String |
getSecretName() |
String |
toString() |
podVolumeExists, volumeMountExists
getDescriptor
@DataBoundConstructor public SecretVolume(String mountPath, String secretName, String defaultMode)
public io.fabric8.kubernetes.api.model.Volume buildVolume(String volumeName)
buildVolume
in class PodVolume
public String getSecretName()
public String getMountPath()
getMountPath
in class PodVolume
public String getDefaultMode()
Copyright © 2016–2019. All rights reserved.