package kubecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val to_yojson : t -> Yojson.Safe.t
val make : ?conditions: Kubernetes.Definitions.Api.Certificates.V1beta1.Certificate_signing_request_condition.t list -> ?certificate:string -> unit -> t
val certificate : t -> string option

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

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

module Object : Object.S with type value := t