diff --git a/pkg/apis/operations/v1alpha2/register.go b/pkg/apis/operations/v1alpha2/register.go index 171f3db55..5b7611e05 100644 --- a/pkg/apis/operations/v1alpha2/register.go +++ b/pkg/apis/operations/v1alpha2/register.go @@ -52,7 +52,7 @@ func addWebService(c *restful.Container) error { Doc("Rerun job whether the job is complete or not"). Deprecate(). Param(webservice.PathParameter("job", "job name")). - Param(webservice.PathParameter("namespace", "the namespace where the job runs in")). + Param(webservice.PathParameter("namespace", "the name of the namespace where the job runs in")). Param(webservice.QueryParameter("action", "action must be \"rerun\"")). Returns(http.StatusOK, ok, errors.Error{}))