extension

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2025 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ExtensionJS = "extension-touch.js"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Error

type Error struct {
	Operation string
	Err       error
}

func (*Error) Error

func (e *Error) Error() string

type Extension

type Extension interface {
	Resources() map[string]config.Resource
	ExtensionTarGz() ([]byte, string)
	ExtensionJS() ([]byte, string)
	ArgoCDConfig() []byte
	ProxyRBAC() []byte
}

func New

func New(cfg config.TouchConfig, cl k8s.Client, uiExtensionTemplate string) (Extension, error)

Jump to

Keyboard shortcuts

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