k8s v0.3.0 K8s.Client.Runner.Stream.ListRequest

:list K8s.Operation encapsulated with pagination and cluster details

Link to this section Summary

Types

Pagination continue token

opts for Base.run/3

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

Link to this type

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

Pagination continue token

Link to this type

opts_t()
opts_t() :: keyword()

opts for Base.run/3

Link to this type

t()
t() :: %K8s.Client.Runner.Stream.ListRequest{
  cluster: atom(),
  continue: continue_t(),
  limit: pos_integer(),
  operation: K8s.Operation.t(),
  opts: opts_t()
}

List operation as a Stream data type

Link to this section Functions

Link to this function

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

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