README ¶ These are Cobra commands. We wrap the operator's functionality in Cobra sub-commands so we can build one executable and tell it to do different things in different contexts. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ Variables Constants ¶ This section is empty. Variables ¶ View Source var ( Root = &cobra.Command{ Use: "manager", Short: "EPIC - Simplifying k8s Edge Access", PersistentPreRunE: configureCommand, Version: version, } ) Functions ¶ This section is empty. Types ¶ This section is empty. Source Files ¶ View all Source files adhoc-agent.go controller_manager.go node-agent.go root.go Click to show internal directories. Click to hide internal directories.