View Source K8s.Client.Runner.Stream.ListRequest (k8s v1.1.1)

:list K8s.Operation encapsulated with pagination and K8s.Conn

Link to this section Summary

Types

Pagination continue token

t()

List operation as a Stream data type

Functions

Creates a ListRequest struct for the next HTTP request from the previous HTTP response

Link to this section Types

Specs

continue_t() :: nil | :halt | binary()

Pagination continue token

Specs

http_opts_t() :: keyword()

opts for K8s.Client.Runner.Base.run/3

Specs

t() :: %K8s.Client.Runner.Stream.ListRequest{
  conn: K8s.Conn.t(),
  continue: continue_t(),
  http_opts: http_opts_t(),
  limit: pos_integer(),
  operation: K8s.Operation.t()
}

List operation as a Stream data type

Link to this section Functions

Link to this function

make_next_request(request, response)

View Source

Specs

make_next_request(t(), map() | :halt) :: t()

Creates a ListRequest struct for the next HTTP request from the previous HTTP response