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 -> namespace:string -> name:string -> ?ctx:Cohttp_lwt_unix.Client.ctx -> ?headers:Cohttp.Header.t -> Uri.t -> (Kubernetes.Definitions.Api.Apps.V1beta2.Deployment.t, string) result Lwt.t

read status of the specified Deployment

  • parameter pretty

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

  • parameter namespace

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

  • parameter name

    name of the Deployment

val put : ?pretty:string -> namespace:string -> name:string -> body:Kubernetes.Definitions.Api.Apps.V1beta2.Deployment.t -> ?ctx:Cohttp_lwt_unix.Client.ctx -> ?headers:Cohttp.Header.t -> Uri.t -> (Kubernetes.Definitions.Api.Apps.V1beta2.Deployment.t, string) result Lwt.t

replace status of the specified Deployment

  • parameter pretty

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

  • parameter namespace

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

  • parameter name

    name of the Deployment

partially update status of the specified Deployment

  • parameter pretty

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

  • parameter namespace

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

  • parameter name

    name of the Deployment