Files
kubevela/pkg/controller/common/error.go
2020-11-02 15:50:20 +08:00

10 lines
241 B
Go

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