package kubecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module By_path : sig ... end
val request_path_template : unit -> string
val get : ?path:string -> namespace:string -> name:string -> ?ctx:Cohttp_lwt_unix.Client.ctx -> ?headers:Cohttp.Header.t -> Uri.t -> (string, string) result Lwt.t

connect Get requests to proxy of Pod

  • parameter path

    Path is the Url path to use for the current proxy request to pod.

  • parameter namespace

    object name and auth scope, such as for teams and projects

  • parameter name

    name of the Pod

val put : ?path:string -> namespace:string -> name:string -> ?ctx:Cohttp_lwt_unix.Client.ctx -> ?headers:Cohttp.Header.t -> Uri.t -> (string, string) result Lwt.t

connect Put requests to proxy of Pod

  • parameter path

    Path is the Url path to use for the current proxy request to pod.

  • parameter namespace

    object name and auth scope, such as for teams and projects

  • parameter name

    name of the Pod

val post : ?path:string -> namespace:string -> name:string -> ?ctx:Cohttp_lwt_unix.Client.ctx -> ?headers:Cohttp.Header.t -> Uri.t -> (string, string) result Lwt.t

connect Post requests to proxy of Pod

  • parameter path

    Path is the Url path to use for the current proxy request to pod.

  • parameter namespace

    object name and auth scope, such as for teams and projects

  • parameter name

    name of the Pod

val delete : ?path:string -> namespace:string -> name:string -> ?ctx:Cohttp_lwt_unix.Client.ctx -> ?headers:Cohttp.Header.t -> Uri.t -> (string, string) result Lwt.t

connect Delete requests to proxy of Pod

  • parameter path

    Path is the Url path to use for the current proxy request to pod.

  • parameter namespace

    object name and auth scope, such as for teams and projects

  • parameter name

    name of the Pod

val options : ?path:string -> namespace:string -> name:string -> ?ctx:Cohttp_lwt_unix.Client.ctx -> ?headers:Cohttp.Header.t -> Uri.t -> (string, string) result Lwt.t

connect Options requests to proxy of Pod

  • parameter path

    Path is the Url path to use for the current proxy request to pod.

  • parameter namespace

    object name and auth scope, such as for teams and projects

  • parameter name

    name of the Pod

val head : ?path:string -> namespace:string -> name:string -> ?ctx:Cohttp_lwt_unix.Client.ctx -> ?headers:Cohttp.Header.t -> Uri.t -> (string, string) result Lwt.t

connect Head requests to proxy of Pod

  • parameter path

    Path is the Url path to use for the current proxy request to pod.

  • parameter namespace

    object name and auth scope, such as for teams and projects

  • parameter name

    name of the Pod

val patch : ?path:string -> namespace:string -> name:string -> ?ctx:Cohttp_lwt_unix.Client.ctx -> ?headers:Cohttp.Header.t -> Uri.t -> (string, string) result Lwt.t

connect Patch requests to proxy of Pod

  • parameter path

    Path is the Url path to use for the current proxy request to pod.

  • parameter namespace

    object name and auth scope, such as for teams and projects

  • parameter name

    name of the Pod