# Functions
No description provided by the author
No description provided by the author
NewApplicationWatcher creates a new applicationWatcher struct with the given options and initializes the done channel and deploymentWatchers map.
NewDeploymentWatcher creates a new deploymentWatcher struct with the given parameters and returns a pointer to it.
NewFakeForwarder takes in a map of ports and returns a fakeforwarder which contains a ready channel and a list of ForwardedPort objects with the same local and remote ports.
NewMockInterface creates a new mock instance.
"NewPodWatcher" creates a new podWatcher struct with the given options, pod and cancel function, and initializes the done, forwarderDone, log, and Updated channels.
# Constants
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
MockInterface is a mock of Interface interface.
MockInterfaceMockRecorder is the mock recorder for MockInterface.
MockInterfaceRunCall wrap *gomock.Call.
Options specifies the options for port-forwarding.
StatusMessage is the type used to communicate a change in port-forward status.
# Interfaces
Interface is the interface type for port-forwarding.
# Type aliases
No description provided by the author