package kubecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val request_path_template : unit -> string
val get : ?pretty:string -> name:string -> ?ctx:Cohttp_lwt_unix.Client.ctx -> ?headers:Cohttp.Header.t -> Uri.t -> (Kubernetes.Definitions.Api.Core.V1.Namespace.t, string) result Lwt.t

read status of the specified Namespace

  • parameter pretty

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

  • parameter name

    name of the Namespace

replace status of the specified Namespace

  • parameter pretty

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

  • parameter name

    name of the Namespace

partially update status of the specified Namespace

  • parameter pretty

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

  • parameter name

    name of the Namespace