google_api_run v0.10.0 GoogleApi.Run.V1.Model.ResourceRequirements View Source
ResourceRequirements describes the compute resource requirements.
Attributes
limits
(type:map()
, default:nil
) - (Optional)Cloud Run fully managed: Only memory and CPU are supported. Note: The only supported value for CPU is '1'.
Cloud Run for Anthos: supported
Limits describes the maximum amount of compute resources allowed. 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
requests
(type:map()
, default:nil
) - (Optional)Cloud Run fully managed: Only memory and CPU are supported. Note: The only supported value for CPU is '1'.
Cloud Run for Anthos: supported
Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. 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
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.