Update applications.go
This commit is contained in:
@@ -40,8 +40,8 @@ import (
|
|||||||
type Application struct {
|
type Application struct {
|
||||||
Name string `json:"name" description:"application name"`
|
Name string `json:"name" description:"application name"`
|
||||||
RepoName string `json:"repoName" description:"repo name"`
|
RepoName string `json:"repoName" description:"repo name"`
|
||||||
Runtime string `json:"namespace" description:"namespace"`
|
Runtime string `json:"namespace" description:"namespace name"`
|
||||||
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"`
|
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"`
|
Version string `json:"version" description:"application version"`
|
||||||
VersionId string `json:"version_id" description:"application version id"`
|
VersionId string `json:"version_id" description:"application version id"`
|
||||||
Status string `json:"status" description:"application status"`
|
Status string `json:"status" description:"application status"`
|
||||||
|
|||||||
Reference in New Issue
Block a user