package kubecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Daemon_set_update_strategy is a struct used to control the update strategy for a Daemon_set.

type t
val to_yojson : t -> Yojson.Safe.t
val make : ?type_:string -> ?rolling_update: Kubernetes.Definitions.Api.Apps.V1beta2.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 Rolling_update.

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