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 fface7c commit cec9f9eCopy full SHA for cec9f9e
pkg/builder/webhook.go
@@ -98,6 +98,7 @@ func (blder *WebhookBuilder) RecoverPanic(recoverPanic bool) *WebhookBuilder {
98
}
99
100
// WithCustomPath overrides the webhook's default path by the customPath
101
+//
102
// Deprecated: WithCustomPath should not be used anymore.
103
// Please use WithValidatorCustomPath or WithDefaulterCustomPath instead.
104
func (blder *WebhookBuilder) WithCustomPath(customPath string) *WebhookBuilder {
pkg/client/patch.go
@@ -27,6 +27,7 @@ import (
27
28
var (
29
// Apply uses server-side apply to patch the given object.
30
+ //
31
// Deprecated: Use client.Apply instead.
32
Apply Patch = applyPatch{}
33
0 commit comments