types

package
v0.0.0-...-45ed318 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PodChangeNotifier

type PodChangeNotifier interface {
	AddPodChangeListener(receiver PodChangeReceiver)
}

type PodChangeReceiver

type PodChangeReceiver interface {
	NotifyPodChange(*UpdatePodPluginConfigEvent)
}

type PodPluginConfig

type PodPluginConfig struct {
	Name    string
	Plugins []ameshv1alpha1.AmeshPluginConfigPlugin
	Version string
}

type PodPluginConfigCache

type PodPluginConfigCache interface {
	GetPodPluginConfigs(key string) ([]*PodPluginConfig, error)
}

type UpdatePodPluginConfigEvent

type UpdatePodPluginConfigEvent struct {
	Namespace string
	Pods      sets.String
}

Jump to

Keyboard shortcuts

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