# Functions
ConvertToActions attempts to convert interface i to a list of action names.
ConvertToComponent attempts to convert interface i to a Component.
ConvertToGVKs attempts to convert interface i to a list of GroupVersionKind.
ConvertToItems attempts to convert interface i to a list of FlexLayoutItem.
ConvertToSections attempts to convert interface i to a list of SummarySection.
CreateHTTPClientObject creates an object that wraps HTTP client calls and exposes them as methods to be used in the JavaScript runtime.
CreateRuntimeLoop creates and starts a new EventLoop.
DefaultFunctions are the default functions for the ModularDashboardClientFactory.
ExtractDefaultClass extracts the `default` class from the JavaScript runtime.
NewDashboardDelete creates an instance of DashboardDelete.
NewDashboardGet creates an instance of DashboardGet.
NewDashboardList creates an instance of DashboardList.
NewDashboardRefPath creates an instance of DashboardRefPath.
NewDashboardSendEvent creates an instance of DashboardSendEvent.
NewDashboardUpdate creates an instance of DashboardUpdate.
NewModularDashboardClientFactory creates an instance of ModularDashboardClientFactory.
# Structs
DashboardDelete is a function for deleting an object by key.
DashboardGet is a function that gets an object by key.
DashboardList is a function that lists objects by key.
DashboardRefPath is a function that returns the path for a ref.
DashboardList is a function that lists objects by key.
DashboardUpdate is a function that updates YAML.
ModularDashboardClientFactory is a modular octant.DashboardClientFactory.
# Interfaces
OctantClient is a client for interacting with Octant.