case class LimitRange(metadata: Optional[ObjectMeta] = Optional.Absent, spec: Optional[LimitRangeSpec] = Optional.Absent) extends Product with Serializable
LimitRange sets resource usage limits for each kind of resource in a Namespace.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LimitRange
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LimitRange(metadata: Optional[ObjectMeta] = Optional.Absent, spec: Optional[LimitRangeSpec] = Optional.Absent)
Value Members
-
def
getMetadata: IO[K8sFailure, ObjectMeta]
Gets metadata.
Gets metadata.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
-
def
getSpec: IO[K8sFailure, LimitRangeSpec]
Gets spec.
Gets spec.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
- val metadata: Optional[ObjectMeta]
- val spec: Optional[LimitRangeSpec]