GoogleCloudRunV2WorkerPoolRevisionTemplate constructor
GoogleCloudRunV2WorkerPoolRevisionTemplate({
- Map<
String, String> ? annotations, - List<
GoogleCloudRunV2Container> ? containers, - String? encryptionKey,
- String? encryptionKeyRevocationAction,
- String? encryptionKeyShutdownDuration,
- Map<
String, String> ? labels, - GoogleCloudRunV2NodeSelector? nodeSelector,
- String? revision,
- String? serviceAccount,
- GoogleCloudRunV2ServiceMesh? serviceMesh,
- bool? sessionAffinity,
- List<
GoogleCloudRunV2Volume> ? volumes, - GoogleCloudRunV2VpcAccess? vpcAccess,
Implementation
GoogleCloudRunV2WorkerPoolRevisionTemplate({
this.annotations,
this.containers,
this.encryptionKey,
this.encryptionKeyRevocationAction,
this.encryptionKeyShutdownDuration,
this.labels,
this.nodeSelector,
this.revision,
this.serviceAccount,
this.serviceMesh,
this.sessionAffinity,
this.volumes,
this.vpcAccess,
});