View Source K8s.Conn.Auth.ExecWorker.State (k8s v2.6.1)

The state of the exec worker

Summary

Types

t()

Simplified version of ExecConfig

Types

@type t() :: %K8s.Conn.Auth.ExecWorker.State{
  args: [String.t()],
  command: String.t(),
  env: %{name: String.t()},
  expiration_timestamp: DateTime.t() | nil,
  refresh_interval: non_neg_integer(),
  timer: reference() | nil,
  token: binary() | nil
}

Simplified version of ExecConfig