Documentation ¶
Overview ¶
+groupName=plugins.rig.dev -- Only used for config doc generation
Index ¶
Constants ¶
View Source
const (
Name = "rigdev.service_account"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Name of the service-account to generated. Supports templating, e.g. // `{{ .capsule.metadata.name }}-svcacc` Name string `json:"name"` // UseExisting will, if enabled, skip the creation of the service-account but // instead use an existing one, if it exists. UseExisting bool `json:"useExisting"` // Annotations to be added to all service accounts created. Annotations map[string]string `json:"annotations,omitempty"` }
Configuration for the deployment plugin +kubebuilder:object:root=true
type Plugin ¶
type Plugin struct { plugin.NoWatchObjectStatus // contains filtered or unexported fields }
func (*Plugin) ComputeConfig ¶ added in v1.12.0
func (*Plugin) Initialize ¶
func (p *Plugin) Initialize(req plugin.InitializeRequest) error
Click to show internal directories.
Click to hide internal directories.