package kubecaml

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

Rolling_update_stateful_set_strategy is used to communicate parameter for Rolling_update_stateful_set_strategy_type.

type t
val to_yojson : t -> Yojson.Safe.t
val make : ?partition:int -> unit -> t
val partition : t -> int option

Partition indicates the ordinal at which the Stateful_set should be partitioned.

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