# Packages
No description provided by the author
# Functions
App is a helper to run an Application with Do by components.
Do sets up everything for a Describer, Plugger and Flaggers, and parses the cobra command The plugger is then run with the setup Plug Use this method when you want separate components for part or want more than one flagger If your struct implements all interfaces in one place, use App().
# Structs
Plug is a wrapper around a k8s client, corbra, cli-runtime, and cli based IO that help make fully featured kubectl plugins a Plug will be setup and passed to a Plugger interface to use for application based logic.
# Interfaces
Application collects all the interface components needed to start an application as a kubectl plugin.
Plugger defines an interface that accepts a setup Plug.