Versions in this module Expand all Collapse all v0 v0.7.0 Sep 28, 2019 v0.1.1 Sep 24, 2019 Changes in this version + type Configuration struct + func New(ctx context.Context, options Options) *Configuration + func (Configuration) Name() string + func (Configuration) SetNamespace(namespace string) error + func (Configuration) Start() error + func (Configuration) Stop() + func (c *Configuration) ActionPaths() map[string]action.DispatcherFunc + func (c *Configuration) Content(ctx context.Context, contentPath string, opts module.ContentOptions) (component.ContentResponse, error) + func (c *Configuration) ContentPath() string + func (c *Configuration) Navigation(ctx context.Context, namespace, root string) ([]navigation.Navigation, error) + func (c *Configuration) SetContext(ctx context.Context, contextName string) error + func (c Configuration) AddCRD(ctx context.Context, crd *unstructured.Unstructured) error + func (c Configuration) ClientRequestHandlers() []lissio.ClientRequestHandler + func (c Configuration) Generators() []lissio.Generator + func (c Configuration) GroupVersionKindPath(namespace, apiVersion, kind, name string) (string, error) + func (c Configuration) RemoveCRD(ctx context.Context, crd *unstructured.Unstructured) error + func (c Configuration) ResetCRDs(ctx context.Context) error + func (c Configuration) SupportedGroupVersionKind() []schema.GroupVersionKind + type ObjectDeleter struct + func NewObjectDeleter(logger log.Logger, clusterClient store.Store) *ObjectDeleter + func (d *ObjectDeleter) ActionName() string + func (d *ObjectDeleter) Handle(ctx context.Context, alerter action.Alerter, payload action.Payload) error + type Options struct + DashConfig config.Dash + KubeConfigPath string + type PluginListDescriber struct + func NewPluginListDescriber() *PluginListDescriber + func (d *PluginListDescriber) Describe(ctx context.Context, namespace string, options describer.Options) (component.ContentResponse, error) + func (d *PluginListDescriber) PathFilters() []describer.PathFilter + func (d *PluginListDescriber) Reset(ctx context.Context) error