View Source Bella.Reconciler.State (bella v0.0.8)

Link to this section Summary

Link to this section Types

Specs

t() :: %Bella.Reconciler.State{
  client: module(),
  connection: K8s.Conn.t() | nil,
  frequency: integer(),
  initial_delay: integer(),
  reconciler: Bella.Reconciler
}

Link to this section Functions

Specs

metadata(t()) :: map()

Specs

new(keyword()) :: t()