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)
}
Click to show internal directories.
Click to hide internal directories.