Files
kubevela/pkg/controller/common/error.go
2020-09-16 19:42:01 +08:00

8 lines
195 B
Go

package common
const (
ErrLocatingWorkload = "failed to locate the workload"
ErrLocatingService = "failed to locate any the services"
ErrCreatingService = "failed to create the services"
)