package kubecaml

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

Stateful_set_update_strategy indicates the strategy that the Stateful_set controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.

type t
val to_yojson : t -> Yojson.Safe.t
val make : ?type_:string -> ?rolling_update: Kubernetes.Definitions.Api.Apps.V1beta2.Rolling_update_stateful_set_strategy.t -> unit -> t

Rolling_update is used to communicate parameters when Type is Rolling_update_stateful_set_strategy_type.

val type_ : t -> string option

Type indicates the type of the Stateful_set_update_strategy. Default is Rolling_update.

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