StatusOps

com.coralogix.zio.k8s.model.autoscaling.v1.Scale$.StatusOps
implicit class StatusOps(val obj: Scale) extends K8sObjectStatusOps[Scale, ScaleStatus]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def getStatus: IO[K8sFailure, StatusT]

Gets the status of the object and fails with com.coralogix.zio.k8s.client.UndefinedField if it is not present.

Gets the status of the object and fails with com.coralogix.zio.k8s.client.UndefinedField if it is not present.

Attributes

Inherited from:
K8sObjectStatusOps
def mapStatus(f: ScaleStatus => ScaleStatus): ResourceT

Returns an object with its status modified by the given function f

Returns an object with its status modified by the given function f

Attributes

f

Function to modify the status with

Returns:

Object with modified status

Inherited from:
K8sObjectStatusOps
def status: Optional[StatusT]

Gets the status of the object

Gets the status of the object

Attributes

Inherited from:
K8sObjectStatusOps

Concrete fields

override protected val impl: K8sObjectStatus[Scale, ScaleStatus]
protected val obj: Scale