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.
2 parents ce9a2c8 + 9ecf58c commit 63ee026Copy full SHA for 63ee026
test/integration/apiserver/admissionwebhook/broken_webhook_test.go
@@ -150,7 +150,7 @@ func exampleDeployment(name string) *appsv1.Deployment {
150
151
func brokenWebhookConfig(name string) *admissionregistrationv1beta1.ValidatingWebhookConfiguration {
152
var path string
153
- var failurePolicy admissionregistrationv1beta1.FailurePolicyType = admissionregistrationv1beta1.Fail
+ var failurePolicy = admissionregistrationv1beta1.Fail
154
return &admissionregistrationv1beta1.ValidatingWebhookConfiguration{
155
ObjectMeta: metav1.ObjectMeta{
156
Name: name,
0 commit comments