diff --git a/pkg/models/applications/applications.go b/pkg/models/applications/applications.go index 6fca03dd146362b63a0345835e896004fd5bd47b..a800ffd9da42482880eccebd702cbf8ce83e5b05 100644 --- a/pkg/models/applications/applications.go +++ b/pkg/models/applications/applications.go @@ -40,8 +40,8 @@ import ( type Application struct { Name string `json:"name" description:"application name"` RepoName string `json:"repoName" description:"repo name"` - Runtime string `json:"namespace" description:"namespace"` - RuntimeId string `json:"runtime_id" description:"originates from OpenPitrix and represents k8s namespace, it's the value of the annotation in each namespace, e.g. openpitrix_runtime: runtime-xEg1LGZQYN93"` + Runtime string `json:"namespace" description:"namespace name"` + RuntimeId string `json:"runtime_id" description:"It is the application runtime in OpenPitrix and represents k8s namespace by annotating the namespace"` Version string `json:"version" description:"application version"` VersionId string `json:"version_id" description:"application version id"` Status string `json:"status" description:"application status"`