mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-02 03:20:25 +08:00
缓存策略可以使用存储类型筛选
This commit is contained in:
@@ -84,6 +84,7 @@ message DeleteHTTPCachePolicyRequest {
|
||||
message CountAllEnabledHTTPCachePoliciesRequest {
|
||||
string keyword = 1;
|
||||
int64 nodeClusterId = 2;
|
||||
string type = 3;
|
||||
}
|
||||
|
||||
// 列出单页的缓存策略
|
||||
@@ -92,6 +93,7 @@ message ListEnabledHTTPCachePoliciesRequest {
|
||||
int64 size = 2;
|
||||
string keyword = 3;
|
||||
int64 nodeClusterId = 4;
|
||||
string type = 5;
|
||||
}
|
||||
|
||||
message ListEnabledHTTPCachePoliciesResponse {
|
||||
|
||||
Reference in New Issue
Block a user