Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct {
plugin.BaseEnginePlugin
}
Plugin registers the Kubernetes deploy target and sidecar providers.
func (*Plugin) DeployTargets ¶
func (p *Plugin) DeployTargets() map[string]deploy.DeployTarget
DeployTargets returns the kubernetes deploy target.
func (*Plugin) SidecarProviders ¶
func (p *Plugin) SidecarProviders() map[string]deploy.SidecarProvider
SidecarProviders returns the built-in sidecar providers.
Click to show internal directories.
Click to hide internal directories.