plugins

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetRegistryHandler added in v1.0.0

func GetRegistryHandler() api.RegistryHandler

func RegisterMutatingHandlers added in v1.0.0

func RegisterMutatingHandlers(client client.Client) error

Types

type Handlers added in v1.0.0

type Handlers struct {
	// contains filtered or unexported fields
}

func (*Handlers) GetPodWithDatasetHandler added in v1.0.0

func (h *Handlers) GetPodWithDatasetHandler() []api.MutatingHandler

func (*Handlers) GetPodWithoutDatasetHandler added in v1.0.0

func (h *Handlers) GetPodWithoutDatasetHandler() []api.MutatingHandler

func (*Handlers) GetServerlessPodWithDatasetHandler added in v1.0.0

func (h *Handlers) GetServerlessPodWithDatasetHandler() []api.MutatingHandler

func (*Handlers) GetServerlessPodWithoutDatasetHandler added in v1.0.0

func (h *Handlers) GetServerlessPodWithoutDatasetHandler() []api.MutatingHandler

type PluginConfig added in v1.0.0

type PluginConfig struct {
	// Name defines the name of plugin being configured
	Name string `yaml:"name"`
	// Args defines the arguments(yaml format) passed to the plugins at the time of initialization.
	Args string `yaml:"args,omitempty"`
}

type Plugins added in v1.0.0

type Plugins struct {
	Serverful  Serverful  `yaml:"serverful"`
	Serverless Serverless `yaml:"serverless"`
}

type PluginsProfile added in v1.0.0

type PluginsProfile struct {
	Plugins      Plugins        `yaml:"plugins"`
	PluginConfig []PluginConfig `yaml:"pluginConfig"`
}

type Serverful added in v1.0.0

type Serverful struct {
	WithDataset    []string `yaml:"withDataset"`
	WithoutDataset []string `yaml:"withoutDataset"`
}

type Serverless added in v1.0.0

type Serverless struct {
	WithDataset    []string `yaml:"withDataset"`
	WithoutDataset []string `yaml:"withoutDataset"`
}

Jump to

Keyboard shortcuts

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