Interface CloudRunV2JobTemplateTemplateContainersResources
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudRunV2JobTemplateTemplateContainersResources.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.976Z") @Stability(Stable) public interface CloudRunV2JobTemplateTemplateContainersResources extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudRunV2JobTemplateTemplateContainersResources.BuilderA builder forCloudRunV2JobTemplateTemplateContainersResourcesstatic classCloudRunV2JobTemplateTemplateContainersResources.Jsii$ProxyAn implementation forCloudRunV2JobTemplateTemplateContainersResources
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static CloudRunV2JobTemplateTemplateContainersResources.Builderbuilder()default Map<String,String>getLimits()Only memory and CPU are supported.
-
-
-
Method Detail
-
getLimits
@Stability(Stable) @Nullable default Map<String,String> getLimits()
Only memory and CPU are supported.Use key 'cpu' for CPU limit and 'memory' for memory limit. Note: The only supported values for CPU are '1', '2', '4', and '8'. Setting 4 CPU requires at least 2Gi of memory. The values of the map is string form of the 'quantity' k8s type: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#limits CloudRunV2Job#limits}
-
builder
@Stability(Stable) static CloudRunV2JobTemplateTemplateContainersResources.Builder builder()
-
-