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.
Name string `json:"name,omitempty"`
}
Configuration for the object_template plugin +kubebuilder:object:root=true
Click to show internal directories.
Click to hide internal directories.