com.pulumi.gcp.cloudrun.kotlin.inputs.ServiceTemplateSpecContainerResourcesArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-gcp-kotlin Show documentation
Show all versions of pulumi-gcp-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.cloudrun.kotlin.inputs
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.gcp.cloudrun.inputs.ServiceTemplateSpecContainerResourcesArgs.builder
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property 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
* @property 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
*/
public data class ServiceTemplateSpecContainerResourcesArgs(
public val limits: Output
© 2015 - 2024 Weber Informatics LLC | Privacy Policy