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 SecretVolumeSourceSecretVolumeSourceBuilder. build()SecretVolumeSourceVolumeFluent. buildSecret()SecretVolumeSourceVolume. 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 voidSecretVolumeSourceFluent. copyInstance(SecretVolumeSource instance)VolumeFluent.SecretNested<A>VolumeFluent. editOrNewSecretLike(SecretVolumeSource item)voidVolume. 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)AVolumeFluent. withSecret(SecretVolumeSource secret)
-