View Source Bella.Watcher.State (bella v0.0.4)

State of the Watcher

Link to this section Summary

Link to this section Types

Specs

t() :: %Bella.Watcher.State{
  buffer: Bella.Watcher.ResponseBuffer.t(),
  client: module(),
  connection: K8s.Conn.t() | nil,
  initial_delay: integer(),
  resource_version: String.t() | nil,
  watcher: Bella.Watcher
}

Link to this section Functions

Specs

metadata(t()) :: map()

Specs

new(keyword()) :: t()