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