ResourceQuotaSpec

com.coralogix.zio.k8s.model.core.v1.ResourceQuotaSpec
See theResourceQuotaSpec companion object
case class ResourceQuotaSpec(hard: Optional[Map[String, Quantity]], scopeSelector: Optional[ScopeSelector], scopes: Optional[Vector[String]])

ResourceQuotaSpec defines the desired hard limits to enforce for Quota.

Value parameters

hard

hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/

scopes

A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/

hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Gets scopeSelector.

Gets scopeSelector.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects.

A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product