pub trait VolumeExt: Sized { // Required method fn secret(name: impl ToString, secret: SecretVolumeSource) -> Self; }