limits

@JvmName(name = "njvpogyvmndlncsg")
suspend fun limits(value: Output<Map<String, String>>)
@JvmName(name = "ipgdgpohtbiyqoua")
suspend fun limits(value: Map<String, String>?)

Parameters

value

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


@JvmName(name = "usulafhdpasikwrp")
fun limits(vararg values: Pair<String, String>)

Parameters

values

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