Versions in this module Expand all Collapse all v4 v4.0.0 Jan 10, 2023 Changes in this version + type Fake struct + Calls int + Stdin []byte + func NewSPDYFakeInitializer() *Fake + func (f *Fake) NewSPDYExecutor(method string, url *url.URL) (remotecommand.Executor, error) + func (f *Fake) Stream(options remotecommand.StreamOptions) error + type Initializer interface + NewSPDYExecutor func(method string, url *url.URL) (remotecommand.Executor, error) + func NewSPDYInitializer(config *rest.Config) Initializer