MCPcopy Create free account
hub / github.com/devspace-sh/devspace / upgraderWrapper

Struct upgraderWrapper

pkg/devspace/kubectl/upgrade_wrapper.go:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17type upgraderWrapper struct {
18 Upgrader clientspdy.Upgrader
19 Connections []httpstream.Connection
20}
21
22// NewConnection receives a new connection
23func (uw *upgraderWrapper) NewConnection(resp *http.Response) (httpstream.Connection, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected