SecretVolume constructor
SecretVolume({
- String? mountPath,
- String? projectId,
- String? secret,
- List<
SecretVersion> ? versions,
Implementation
SecretVolume({this.mountPath, this.projectId, this.secret, this.versions});