增加单一源保护全局策略
This commit is contained in:
@@ -282,6 +282,7 @@ export interface GatewayRunnerPolicy {
|
||||
failoverPolicy?: Record<string, unknown>;
|
||||
hardStopPolicy?: Record<string, unknown>;
|
||||
priorityDemotePolicy?: Record<string, unknown>;
|
||||
singleSourcePolicy?: Record<string, unknown>;
|
||||
metadata?: Record<string, unknown>;
|
||||
status: 'active' | 'disabled' | string;
|
||||
createdAt: string;
|
||||
@@ -295,6 +296,7 @@ export interface GatewayRunnerPolicyUpsertRequest {
|
||||
failoverPolicy?: Record<string, unknown>;
|
||||
hardStopPolicy?: Record<string, unknown>;
|
||||
priorityDemotePolicy?: Record<string, unknown>;
|
||||
singleSourcePolicy?: Record<string, unknown>;
|
||||
metadata?: Record<string, unknown>;
|
||||
status?: 'active' | 'disabled' | string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user