APIServiceStatus

case class APIServiceStatus(conditions: Optional[Vector[APIServiceCondition]])

APIServiceStatus contains derived information about an API server

Value Params
conditions

Current service state of apiService.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Current service state of apiService.

Current service state of apiService.

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

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product