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()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)VolumeFluent.SecretNested<A>VolumeFluent. withNewSecretLike(SecretVolumeSource item)AVolumeFluent. withSecret(SecretVolumeSource secret)
-