case class ComponentStatus(conditions: Optional[Vector[ComponentCondition]] = Optional.Absent, metadata: Optional[ObjectMeta] = Optional.Absent) extends Product with Serializable
ComponentStatus (and ComponentStatusList) holds the cluster validation info. Deprecated: This API is deprecated in v1.19+
- conditions
List of component conditions observed
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ComponentStatus
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
ComponentStatus(conditions: Optional[Vector[ComponentCondition]] = Optional.Absent, metadata: Optional[ObjectMeta] = Optional.Absent)
- conditions
List of component conditions observed
Value Members
- val conditions: Optional[Vector[ComponentCondition]]
-
def
getConditions: IO[K8sFailure, Vector[ComponentCondition]]
List of component conditions observed
List of component conditions observed
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
-
def
getMetadata: IO[K8sFailure, ObjectMeta]
Gets metadata.
Gets metadata.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
- val metadata: Optional[ObjectMeta]