Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CONFIG_MANAGE_CONFIG_DEL = apis.ApiSpec{ Path: "/api/configmanage/configs", BackendPath: "/api/config", Host: "cmdb.marathon.l4lb.thisdcos.directory:9093", Scheme: "http", Method: "DELETE", CheckLogin: true, Doc: "summary: 删除指定命名空间下的某个配置", }
View Source
var CONFIG_MANAGE_CONFIG_EXPORT = apis.ApiSpec{ Path: "/api/config/actions/export", BackendPath: "/api/config/actions/export", Host: "cmdb.marathon.l4lb.thisdcos.directory:9093", Scheme: "http", Method: "GET", CheckLogin: true, Doc: "导出配置", }
View Source
var CONFIG_MANAGE_CONFIG_GET = apis.ApiSpec{ Path: "/api/configmanage/configs", BackendPath: "/api/config", Host: "cmdb.marathon.l4lb.thisdcos.directory:9093", Scheme: "http", Method: "GET", CheckLogin: true, Doc: "summary: 获取指定命名空间的所有配置", }
View Source
var CONFIG_MANAGE_CONFIG_IMPORT = apis.ApiSpec{ Path: "/api/config/actions/import", BackendPath: "/api/config/actions/import", Host: "cmdb.marathon.l4lb.thisdcos.directory:9093", Scheme: "http", Method: "POST", CheckLogin: true, Doc: "导入配置", }
View Source
var CONFIG_MANAGE_CONFIG_POST = apis.ApiSpec{ Path: "/api/configmanage/configs", BackendPath: "/api/config", Host: "cmdb.marathon.l4lb.thisdcos.directory:9093", Scheme: "http", Method: "POST", CheckLogin: true, Doc: "summary: 新增指定命名空间下的一个或多个配置", }
View Source
var CONFIG_MANAGE_CONFIG_PUT = apis.ApiSpec{ Path: "/api/configmanage/configs", BackendPath: "/api/config", Host: "cmdb.marathon.l4lb.thisdcos.directory:9093", Scheme: "http", Method: "PUT", CheckLogin: true, Doc: "summary: 修改指定命名空间下的一个或多个配置", }
View Source
var CONFIG_MANAGE_DEPLOY_CONFIG_GET = apis.ApiSpec{ Path: "/api/configmanage/configs/deployment", BackendPath: "/api/config/deployment", Host: "cmdb.marathon.l4lb.thisdcos.directory:9093", Scheme: "http", Method: "GET", CheckLogin: true, Doc: "summary: 获取指定命名空间的所有部署配置", }
View Source
var CONFIG_MANAGE_MULTI_NS_CONFIG_GET = apis.ApiSpec{ Path: "/api/configmanage/multinamespace/configs", BackendPath: "/api/config/actions/list-multinamespace-configs", Host: "cmdb.marathon.l4lb.thisdcos.directory:9093", Scheme: "http", Method: "POST", CheckLogin: true, Doc: "summary: 获取多个命名空间的所有配置", }
View Source
var CONFIG_MANAGE_NAMESPACE_DEL = apis.ApiSpec{ Path: "/api/configmanage/namespace", BackendPath: "/api/config/namespace", Host: "cmdb.marathon.l4lb.thisdcos.directory:9093", Scheme: "http", Method: "DELETE", CheckLogin: true, Doc: "summary: 删除一个配置的命名空间", }
View Source
var CONFIG_MANAGE_NAMESPACE_FIX = apis.ApiSpec{ Path: "/api/config/namespace/fix-namespace-data-err", BackendPath: "/api/config/namespace/fix-namespace-data-err", Host: "cmdb.marathon.l4lb.thisdcos.directory:9093", Scheme: "http", Method: "GET", CheckLogin: true, Doc: "summary: 修复namespace数据缺少", }
View Source
var CONFIG_MANAGE_NAMESPACE_POST = apis.ApiSpec{ Path: "/api/configmanage/namespace", BackendPath: "/api/config/namespace", Host: "cmdb.marathon.l4lb.thisdcos.directory:9093", Scheme: "http", Method: "POST", CheckLogin: true, Doc: "summary: 新增一个配置的命名空间", }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files ¶
- config_manage_config_del.go
- config_manage_config_export.go
- config_manage_config_get.go
- config_manage_config_import.go
- config_manage_config_post.go
- config_manage_config_put.go
- config_manage_deploy_config_get.go
- config_manage_mutins_config_get.go
- config_manage_namespace_del.go
- config_manage_namespace_fix.go
- config_manage_namespace_post.go
Click to show internal directories.
Click to hide internal directories.