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

read scale of the specified Replication_controller_dummy

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

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

replace scale of the specified Replication_controller_dummy

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

partially update scale of the specified Replication_controller_dummy

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