Documentation
¶
Overview ¶
+groupName=plugins.rig.dev -- Only used for config doc generation
Index ¶
Constants ¶
View Source
const Name = "rigdev.annotations"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Annotations are the annotations to insert into the object
Annotations map[string]string `json:"annotations,omitempty"`
// Labels are the labels to insert into the object
Labels map[string]string `json:"labels,omitempty"`
// Group to match, for which objects to apply the patch to.
Group string `json:"group,omitempty"`
// Kind to match, for which objects to apply the patch to.
Kind string `json:"kind,omitempty"`
// Name of the object to match. Defaults to Capsule-name.
Name string `json:"name,omitempty"`
}
Configuration for the annotations plugin +kubebuilder:object:root=true
type Plugin ¶
type Plugin struct {
plugin.NoWatchObjectStatus
// contains filtered or unexported fields
}
func (*Plugin) Initialize ¶
func (p *Plugin) Initialize(req plugin.InitializeRequest) error
Click to show internal directories.
Click to hide internal directories.