Class ServiceTemplateSpecContainerResourcesArgs
Inherited Members
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 SourceServiceTemplateSpecContainerResourcesArgs()
Declaration
public ServiceTemplateSpecContainerResourcesArgs()
Properties
View SourceLimits
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> |
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> |