package kubecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val request_path_template : unit -> string
val post : ?pretty:string -> body:Kubernetes.Definitions.Api.Authorization.V1beta1.Subject_access_review.t -> ?ctx:Cohttp_lwt_unix.Client.ctx -> ?headers:Cohttp.Header.t -> Uri.t -> (Kubernetes.Definitions.Api.Authorization.V1beta1.Subject_access_review.t, string) result Lwt.t

create a Subject_access_review

  • parameter pretty

    If 'true', then the output is pretty printed.