k8s v0.3.2 K8s.Client.Runner.Stream.ListRequest
:list
K8s.Operation
encapsulated with pagination and cluster details
Link to this section Summary
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()
continue_t() :: nil | :halt | binary()
continue_t() :: nil | :halt | binary()
Pagination continue token
Link to this type
opts_t()
opts_t()
opts_t() :: keyword()
opts_t() :: keyword()
opts for Base.run/3
Link to this type
t()
t()
t() :: %K8s.Client.Runner.Stream.ListRequest{
cluster: atom(),
continue: continue_t(),
limit: pos_integer(),
operation: K8s.Operation.t(),
opts: opts_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)
Creates a ListRequest
struct for the next HTTP request from the previous HTTP response