GoogleCloudRunV2SecretVolumeSource constructor
GoogleCloudRunV2SecretVolumeSource({
- int? defaultMode,
- List<
GoogleCloudRunV2VersionToPath> ? items, - String? secret,
Implementation
GoogleCloudRunV2SecretVolumeSource({
this.defaultMode,
this.items,
this.secret,
});