@daocloud-proto/skoala 0.45.0-2 → 0.45.0-6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
import * as SkoalaApiGeneralV1alpha1Common from "../../general/v1alpha1/common.pb"
|
|
8
8
|
import * as SkoalaApiGeneralV1alpha1Resource from "../../general/v1alpha1/resource.pb"
|
|
9
9
|
import * as SkoalaApiGeneralV1alpha1Service from "../../general/v1alpha1/service.pb"
|
|
10
|
+
import * as SkoalaApiHostedV1alpha2Ratelimit_rule from "./ratelimit_rule.pb"
|
|
10
11
|
|
|
11
12
|
type Absent<T, K extends keyof T> = { [k in Exclude<keyof T, K>]?: undefined };
|
|
12
13
|
type OneOf<T> =
|
|
@@ -347,6 +348,7 @@ export type RatelimitDeployConfig = {
|
|
|
347
348
|
config?: RatelimitDeployConfigRatelimitConfig[]
|
|
348
349
|
labels?: {[key: string]: string}
|
|
349
350
|
annotations?: {[key: string]: string}
|
|
351
|
+
ratelimitRuleConfig?: SkoalaApiHostedV1alpha2Ratelimit_rule.RatelimitRuleConfig[]
|
|
350
352
|
}
|
|
351
353
|
|
|
352
354
|
export type Telemetry = {
|