ImageFsInfo
接口原型
rpc ImageFsInfo(ImageFsInfoRequest) returns (ImageFsInfoResponse) {}
接口描述
查询存储镜像的文件系统信息。
注意事项
查询到的为镜像元数据下的文件系统信息。
参数
返回值
repeated FilesystemUsage image_filesystems |
rpc ImageFsInfo(ImageFsInfoRequest) returns (ImageFsInfoResponse) {}
查询存储镜像的文件系统信息。
查询到的为镜像元数据下的文件系统信息。
repeated FilesystemUsage image_filesystems |
本文档使用 BookStack 构建