Documentation ¶
Index ¶
Constants ¶
View Source
const (
// PluginName is the name of this admission plugin.
PluginName = "ShootVPAEnabledByDefault"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ShootVPA ¶
ShootVPA contains required information to process admission requests.
func (*ShootVPA) Admit ¶
func (c *ShootVPA) Admit(_ context.Context, a admission.Attributes, _ admission.ObjectInterfaces) error
Admit defaults spec.kubernetes.verticalPodAutoscaler.enabled=true for new shoot clusters.
Click to show internal directories.
Click to hide internal directories.