Documentation ¶
Overview ¶
+groupName=plugins.rig.dev -- Only used for config doc generation
Index ¶
Constants ¶
View Source
const Name = "rigdev.object_template"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // The yaml to apply to the object. The yaml can be templated. Object string `json:"object,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. Default to Capsule-name. If '*' will execute the object template // on all objects of the given group and kind. Name string `json:"name,omitempty"` }
Configuration for the object_template 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.