Class CloudRunServiceTemplateSpecContainersResources.Jsii$Proxy

    • Method Detail

      • getLimits

        public final Map<String,​String> getLimits()
        Description copied from interface: CloudRunServiceTemplateSpecContainersResources
        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 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_service#limits CloudRunService#limits}

        Specified by:
        getLimits in interface CloudRunServiceTemplateSpecContainersResources
      • getRequests

        public final Map<String,​String> getRequests()
        Description copied from interface: CloudRunServiceTemplateSpecContainersResources
        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 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_service#requests CloudRunService#requests}

        Specified by:
        getRequests in interface CloudRunServiceTemplateSpecContainersResources
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object