GoogleCloudRunV2RevisionTemplate constructor
GoogleCloudRunV2RevisionTemplate({
- Map<
String, String> ? annotations, - List<
GoogleCloudRunV2Container> ? containers, - String? encryptionKey,
- String? executionEnvironment,
- bool? healthCheckDisabled,
- Map<
String, String> ? labels, - int? maxInstanceRequestConcurrency,
- GoogleCloudRunV2NodeSelector? nodeSelector,
- String? revision,
- GoogleCloudRunV2RevisionScaling? scaling,
- String? serviceAccount,
- bool? sessionAffinity,
- String? timeout,
- List<
GoogleCloudRunV2Volume> ? volumes, - GoogleCloudRunV2VpcAccess? vpcAccess,
Implementation
GoogleCloudRunV2RevisionTemplate({
this.annotations,
this.containers,
this.encryptionKey,
this.executionEnvironment,
this.healthCheckDisabled,
this.labels,
this.maxInstanceRequestConcurrency,
this.nodeSelector,
this.revision,
this.scaling,
this.serviceAccount,
this.sessionAffinity,
this.timeout,
this.volumes,
this.vpcAccess,
});