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