CertificateSigningRequestStatus

case class CertificateSigningRequestStatus(certificate: Optional[Chunk[Byte]], conditions: Optional[Vector[CertificateSigningRequestCondition]])
Value Params
certificate

If request was approved, the controller will place the issued certificate here.

conditions

Conditions applied to the request, such as approval or denial.

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

Value members

Concrete methods

def getCertificate: IO[K8sFailure, Chunk[Byte]]

If request was approved, the controller will place the issued certificate here.

If request was approved, the controller will place the issued certificate here.

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

Conditions applied to the request, such as approval or denial.

Conditions applied to the request, such as approval or denial.

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