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.V1beta1.Stateful_set.t, string) result Lwt.t

read status of the specified Stateful_set

  • 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 Stateful_set

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

replace status of the specified Stateful_set

  • 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 Stateful_set

partially update status of the specified Stateful_set

  • 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 Stateful_set