resource

package
v0.5.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2026 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewResourceController

func NewResourceController[ClientT any](
	resourcerManager services.ResourcerManager[ClientT],
	connectionManager services.ConnectionManager[ClientT],
	resourceTypeManager services.ResourceTypeManager,
	layoutManager services.LayoutManager,
	createInformerFunc types.CreateInformerHandleFunc[ClientT],
	syncPolicies map[string]types.InformerSyncPolicy,
	schemaFunc func(*pkgtypes.PluginContext, *ClientT) ([]types.EditorSchema, error),
	errorClassifier func(error) error,
) types.ResourceProvider

ResourceController is responsible for managing the execution of resource operations. The resource controller will take in requests from requesters, both inside the IDE and outside, and will execute the necessary operations on the resource manager.

This controller is the primary entrypoint for executing operations on resources, and operates as the plugin host for the installed resource plugin.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL