Uses of Class
io.fabric8.kubernetes.api.model.SecretVolumeSource
-
Packages that use SecretVolumeSource Package Description io.fabric8.kubernetes.api.model -
-
Uses of SecretVolumeSource in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return SecretVolumeSource Modifier and Type Method Description SecretVolumeSource
SecretVolumeSourceBuilder. build()
SecretVolumeSource
VolumeFluent. buildSecret()
SecretVolumeSource
Volume. getSecret()
Volume represents a named volume in a pod that may be accessed by any container in the pod.Methods in io.fabric8.kubernetes.api.model with parameters of type SecretVolumeSource Modifier and Type Method Description protected void
SecretVolumeSourceFluent. copyInstance(SecretVolumeSource instance)
VolumeFluent.SecretNested<A>
VolumeFluent. editOrNewSecretLike(SecretVolumeSource item)
void
Volume. setSecret(SecretVolumeSource secret)
Volume represents a named volume in a pod that may be accessed by any container in the pod.VolumeFluent.SecretNested<A>
VolumeFluent. withNewSecretLike(SecretVolumeSource item)
A
VolumeFluent. withSecret(SecretVolumeSource secret)
-