final case class CustomResourceDefinitionStatus(acceptedNames: Option[CustomResourceDefinitionNames], conditions: Option[Seq[CustomResourceDefinitionCondition]], storedVersions: Option[Seq[String]])
CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
- Companion:
- object
- Source:
- CustomResourceDefinitionStatus.scala
Inherited
Value members
Concrete methods
if acceptedNames has a value, transforms to the result of function
if acceptedNames has a value, transforms to the result of function
if conditions has a value, transforms to the result of function
if conditions has a value, transforms to the result of function
if storedVersions has a value, transforms to the result of function
if storedVersions has a value, transforms to the result of function
Returns a new data with acceptedNames set to new value
Returns a new data with acceptedNames set to new value
Returns a new data with conditions set to new value
Returns a new data with conditions set to new value