CertificateSigningRequestCondition

case class CertificateSigningRequestCondition(lastTransitionTime: Optional[Time], lastUpdateTime: Optional[Time], message: Optional[String], reason: Optional[String], status: Optional[String], `type`: String)
Value Params
message

human readable message with details about the request state

reason

brief reason for the request state

status

Status of the condition, one of True, False, Unknown. Approved, Denied, and Failed conditions may not be "False" or "Unknown". Defaults to "True". If unset, should be treated as "True".

type

type of the condition. Known conditions include "Approved", "Denied", and "Failed".

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

Value members

Concrete methods

Gets lastTransitionTime.

Gets lastTransitionTime.

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

Gets lastUpdateTime.

Gets lastUpdateTime.

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

def getMessage: IO[K8sFailure, String]

human readable message with details about the request state

human readable message with details about the request state

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

def getReason: IO[K8sFailure, String]

brief reason for the request state

brief reason for the request state

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

def getStatus: IO[K8sFailure, String]

Status of the condition, one of True, False, Unknown. Approved, Denied, and Failed conditions may not be "False" or "Unknown". Defaults to "True". If unset, should be treated as "True".

Status of the condition, one of True, False, Unknown. Approved, Denied, and Failed conditions may not be "False" or "Unknown". Defaults to "True". If unset, should be treated as "True".

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

def getType: IO[K8sFailure, String]

type of the condition. Known conditions include "Approved", "Denied", and "Failed".

type of the condition. Known conditions include "Approved", "Denied", and "Failed".

This effect always succeeds, it is safe to use the field type directly.

Inherited methods

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