package
1.3.0-alpha.5
Repository: https://github.com/intelsdi-x/kubernetes.git
Documentation: pkg.go.dev
# Functions
NewExecutor connects to the provided server and upgrades the connection to multiplexed bidirectional streams.
NewStreamExecutor upgrades the request so that it supports multiplexed bidirectional streams.
# Interfaces
Executor is an interface for transporting shell-style streams.
StreamExecutor supports the ability to dial an httpstream connection and the ability to run a command line stream protocol over that dialer.