镜像仓库凭证管理

修改描述

基本信息

Path: /v1/registries/{name}

Method: PUT

接口描述:

请求参数

Headers

参数名称参数值是否必须示例备注
Content-Typeapplication/json

路径参数

参数名称示例备注
name凭证名称

Body

名称类型是否必须默认值备注其他信息
descriptionstring非必须描述

返回数据

名称类型是否必须默认值备注其他信息
namestring非必须名称
namespacestring非必须命名空间
addressstring非必须镜像仓库地址
usernamestring非必须用户名
createTimestring非必须创建时间
updateTimestring非必须更新时间
descriptionstring非必须描述
versionstring非必须版本

创建凭证

基本信息

Path: /v1/registries

Method: POST

接口描述:

请求参数

Headers

参数名称参数值是否必须示例备注
Content-Typeapplication/json

Body

名称类型是否必须默认值备注其他信息
namestring非必须名称
descriptionstring非必须描述
addressstring非必须镜像仓库地址
usernamestring非必须用户名
passwordstring非必须密码

返回数据

名称类型是否必须默认值备注其他信息
namestring非必须名称
namespacestring非必须命名空间
addressstring非必须镜像仓库地址
usernamestring非必须用户名
createTimestring非必须创建时间
updateTimestring非必须更新时间
descriptionstring非必须描述
versionstring非必须版本

删除凭证

基本信息

Path: /v1/registries/{name}

Method: DELETE

接口描述:

请求参数

Headers

参数名称参数值是否必须示例备注
Content-Typeapplication/json

路径参数

参数名称示例备注
name凭证名称

返回数据

名称类型是否必须默认值备注其他信息
successboolean非必须删除成功标志

查询凭证

基本信息

Path: /v1/registries/{name}

Method: GET

接口描述:

请求参数

路径参数

参数名称示例备注
name凭证名称

返回数据

名称类型是否必须默认值备注其他信息
namestring非必须名称
namespacestring非必须命名空间
addressstring非必须镜像地址
usernamestring非必须用户名
createTimestring非必须创建时间
updateTimestring非必须更新时间
descriptionstring非必须描述
versionstring非必须版本

查询凭证关联的应用

基本信息

Path: /v1/registries/{name}/apps

Method: GET

接口描述:

请求参数

路径参数

参数名称示例备注
name凭证名称

返回数据

名称类型是否必须默认值备注其他信息
totalnumber非必须总数量
listOptionsobject非必须查询选项
├─ selectorstring非必须标签选择器
├─ fieldSelectorstring非必须字段选择器
├─ limitinteger非必须限制条数
├─ continuestring非必须
itemsobject []非必须应用列表

item 类型: object

├─ namestring非必须应用名称
├─ labelsobject非必须应用标签对
├─ keystring非必须键值对
├─ descriptionstring非必须应用描述
├─ namespacestring非必须应用命名空间
├─ createTimestring非必须创建时间
├─ versionstring非必须版本
├─ typestring非必须应用类型
├─ selectorstring非必须应用匹配节点标签

罗列凭证

基本信息

Path: /v1/registries

Method: GET

接口描述:

请求参数

Query

参数名称是否必须示例备注
fieldSelectormetadata.name=test字段选择器
selector标签选择器
limit限制条数
continue

返回数据

名称类型是否必须默认值备注其他信息
totalnumber非必须总数量
listOptionsobject非必须查询选项
├─ selectorstring非必须标签选择器
├─ fieldSelectorstring非必须字段选择器
├─ limitinteger非必须限制条数
├─ continuestring非必须
itemsobject []非必须列表

item 类型: object

├─ namestring非必须名称
├─ namespacestring非必须命名空间
├─ addressstring非必须镜像地址
├─ usernamestring非必须用户名
├─ createTimestring非必须创建时间
├─ updateTimestring非必须更新时间
├─ descriptionstring非必须描述
├─ versionstring非必须版本

重制密码

基本信息

Path: /v1/registries/{name}/refresh

Method: POST

接口描述:

请求参数

Headers

参数名称参数值是否必须示例备注
Content-Typeapplication/json

路径参数

参数名称示例备注
name凭证名称

Body

名称类型是否必须默认值备注其他信息
passwordstring非必须密码

返回数据

名称类型是否必须默认值备注其他信息
namestring非必须名称
namespacestring非必须命名空间
addressstring非必须镜像仓库地址
usernamestring非必须用户名
createTimestring非必须创建时间
updateTimestring非必须更新时间
descriptionstring非必须描述
versionstring非必须版本