StatusOps

com.coralogix.zio.k8s.model.apps.v1.ReplicaSet$.StatusOps

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

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

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

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

Value parameters

f

Function to modify the status with

Attributes

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[ReplicaSet, ReplicaSetStatus]
protected val obj: ReplicaSet