package kubecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val to_yojson : t -> Yojson.Safe.t
val make : ?type_:string -> ?rolling_update: Kubernetes.Definitions.Api.Extensions.V1beta1.Rolling_update_daemon_set.t -> unit -> t

Rolling update config params. Present only if type = "rolling_update".

val type_ : t -> string option

Type of daemon set update. Can be "rolling_update" or "on_delete". Default is On_delete.

module Object : Object.S with type value := t
OCaml

Innovation. Community. Security.