Show / Hide Table of Contents

Class ServiceTemplateSpecContainerResourcesArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceTemplateSpecContainerResourcesArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.CloudRun.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ServiceTemplateSpecContainerResourcesArgs : ResourceArgs

Constructors

View Source

ServiceTemplateSpecContainerResourcesArgs()

Declaration
public ServiceTemplateSpecContainerResourcesArgs()

Properties

View Source

Limits

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

Declaration
public InputMap<string> Limits { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

Requests

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

Declaration
public InputMap<string> Requests { get; set; }
Property Value
Type Description
InputMap<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.