Documentation
¶
Index ¶
- Constants
- type Config
- type Plugin
- func (p *Plugin) ComputeConfig(ctx context.Context, req pipeline.CapsuleRequest, logger hclog.Logger) (string, error)
- func (p *Plugin) Initialize(req plugin.InitializeRequest) error
- func (p *Plugin) Run(ctx context.Context, req pipeline.CapsuleRequest, _ hclog.Logger) error
- func (p *Plugin) WatchObjectStatus(ctx context.Context, watcher plugin.CapsuleWatcher) error
Constants ¶
View Source
const (
Name = "rigdev.envvar_csi"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Provider string `json:"provider,omitempty"` ContainerName string `json:"containerName,omitempty"` }
Configuration for the env_mapping plugin +kubebuilder:object:root=true
type Plugin ¶
type Plugin struct { plugin.NoWatchObjectStatus // contains filtered or unexported fields }
func (*Plugin) ComputeConfig ¶
func (*Plugin) Initialize ¶
func (p *Plugin) Initialize(req plugin.InitializeRequest) error
func (*Plugin) WatchObjectStatus ¶
Click to show internal directories.
Click to hide internal directories.