View Source K8s.Client.Mint.Request.Upgrade (k8s v2.0.0-rc.2)

Represents a HTTP to WebSocket upgrade state.

Link to this section Summary

Link to this section Types

@type t() :: %K8s.Client.Mint.Request.Upgrade{
  from: term(),
  response: term(),
  websocket_request: term()
}

Link to this section Functions

@spec new(keyword()) :: t()