versions property

  1. @TagNumber(4)
List<SecretVolume_SecretVersion> versions

List of secret versions to mount for this secret. If empty, the latest version of the secret will be made available in a file named after the secret under the mount point.

Implementation

@$pb.TagNumber(4)
$core.List<SecretVolume_SecretVersion> get versions => $_getList(3);