File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -339,6 +339,7 @@ func getIngressSpec(ingressSpecParams IngressSpecParams) *extensionsv1.IngressSp
339
339
// getNetworkingV1IngressSpec gets a networking v1 ingress spec
340
340
func getNetworkingV1IngressSpec (ingressSpecParams IngressSpecParams ) * networkingv1.IngressSpec {
341
341
path := "/"
342
+ pathTypeImplementationSpecific := networkingv1 .PathTypeImplementationSpecific
342
343
if ingressSpecParams .Path != "" {
343
344
path = ingressSpecParams .Path
344
345
}
@@ -359,6 +360,8 @@ func getNetworkingV1IngressSpec(ingressSpecParams IngressSpecParams) *networking
359
360
},
360
361
},
361
362
},
363
+ //Field is required to be set based on attempt to create the ingress
364
+ PathType : & pathTypeImplementationSpecific ,
362
365
},
363
366
},
364
367
},
You can’t perform that action at this time.
0 commit comments