We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3416fdf commit 4aebd0dCopy full SHA for 4aebd0d
webhooks/vmware/alias.go
@@ -30,7 +30,7 @@ func (webhook *VSphereMachine) SetupWebhookWithManager(mgr ctrl.Manager) error {
30
return (&vmware.VSphereMachine{}).SetupWebhookWithManager(mgr)
31
}
32
33
-// VSphereMachineTemplate implements a validation and defaulting webhook for VSphereMachineTemplate.
+// VSphereMachineTemplate implements a validation webhook for VSphereMachineTemplate.
34
type VSphereMachineTemplate struct{}
35
36
// SetupWebhookWithManager sets up VSphereMachineTemplate webhooks.
0 commit comments