# Functions
CloneMonitoringMessage creates a copy of the given MonitoringMessage.
IsLocalPlugin checks if the given plugin is a plugin that will be installed on the local system or configures the local system.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
The terminating message.
# Structs
The message type for notifying the run cli command about new status and monitoring messages from the plugin.
# Interfaces
InstallablePlugin is a plugin that can install/update/uninstall tools local or within minikube or both.
InstallablePluginRegistry is the registry which collects all InstallablePlugins and provides easy access to them.
The StartStopPlugin interface defines the interface for all plugins of the "run" command.
StartStopPluginRegistry is the registry which collects all StartStopPlugins and provides easy access to them.
# Type aliases
InstallablePluginList is a simple slice which can be sorted by the install Phase.
No description provided by the author