k8s v0.5.0-rc.2 K8s.Client.Runner.Stream.ListRequest
:list
K8s.Operation
encapsulated with pagination and K8s.Conn
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
Pagination continue token
opts for Base.run/3
Link to this type
t()
t() :: %K8s.Client.Runner.Stream.ListRequest{ conn: K8s.Conn.t(), 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