SecretVolume constructor
SecretVolume({
- String mountPath = '',
- String projectId = '',
- String secret = '',
- List<
SecretVolume_SecretVersion> versions = const [],
Implementation
SecretVolume({
this.mountPath = '',
this.projectId = '',
this.secret = '',
this.versions = const [],
}) : super(fullyQualifiedName);