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 3dcc8fc commit 01bb8ceCopy full SHA for 01bb8ce
pkg/webhook/preflight/nutanix/image.go
@@ -24,7 +24,7 @@ func newVMImageCheck(
24
if nutanixNodeSpec == nil {
25
return func(ctx context.Context) preflight.CheckResult {
26
return preflight.CheckResult{
27
- Name: "VMImage",
+ Name: "NutanixVMImage",
28
Allowed: false,
29
Error: true,
30
Causes: []preflight.Cause{
@@ -52,7 +52,7 @@ func vmImageCheckForMachineDetails(
52
field string,
53
) preflight.CheckResult {
54
result := preflight.CheckResult{
55
56
57
}
58
if details.ImageLookup != nil {
0 commit comments