StatusOps

com.coralogix.zio.k8s.model.authorization.v1.LocalSubjectAccessReview$.StatusOps

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

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