//go:build e2e // +build e2e package e2e import "mashibing.com/pkg/mashibing-deployment/test/e2e/update" var _ = fmw.Describe("Update msbdeployment mod ingress to Nodeport", update.UpdateI2NMsbDeployment) var _ = fmw.Describe("Update msbdeployment mod nodeport to Ingress", update.UpdateN2IMsbDeployment)