io.k8s.apimachinery.pkg.apis.meta.v1.Condition
See theCondition companion object
Condition contains details for one aspect of the current state of this API Resource.
Attributes
- Companion
- object
- Source
- Condition.scala
- Graph
-
- Supertypes
Members list
Inherited
- Not inherited
- Product
Value members
Concrete methods
transforms lastTransitionTime to result of function
transforms message to result of function
if observedGeneration has a value, transforms to the result of function
if observedGeneration has a value, transforms to the result of function
Attributes
- Source
- Condition.scala
transforms reason to result of function
transforms status to result of function
transforms type
to result of function
Returns a new data with lastTransitionTime set to new value
Returns a new data with message set to new value
Returns a new data with observedGeneration set to new value
Returns a new data with reason set to new value
Returns a new data with status set to new value
Returns a new data with type
set to new value
In this article