@controlplane/schema 1.0.1 → 1.0.3

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.
Files changed (76) hide show
  1. package/build/src/interfaces/accessreport.d.ts +18 -0
  2. package/build/src/interfaces/agent.d.ts +30 -0
  3. package/build/src/interfaces/auditctx.d.ts +17 -0
  4. package/build/src/interfaces/base.d.ts +37 -0
  5. package/build/src/interfaces/cloudaccount.d.ts +37 -0
  6. package/build/src/interfaces/command.d.ts +203 -0
  7. package/build/src/interfaces/config.d.ts +11 -0
  8. package/build/src/interfaces/containerstatus.d.ts +13 -0
  9. package/build/src/interfaces/cronjob.d.ts +20 -0
  10. package/build/src/interfaces/dbcluster.d.ts +42 -0
  11. package/build/src/interfaces/deployment.d.ts +33 -0
  12. package/build/src/interfaces/discovery.d.ts +22 -0
  13. package/build/src/interfaces/domain.d.ts +83 -0
  14. package/build/src/interfaces/env.d.ts +7 -0
  15. package/build/src/interfaces/envoy.d.ts +14 -0
  16. package/build/src/interfaces/envoy.js +3 -0
  17. package/build/src/interfaces/envoyAccessLog.d.ts +21 -0
  18. package/build/src/interfaces/envoyAccessLog.js +3 -0
  19. package/build/src/interfaces/envoyCluster.d.ts +64 -0
  20. package/build/src/interfaces/envoyCluster.js +3 -0
  21. package/build/src/interfaces/envoyCommon.d.ts +437 -0
  22. package/build/src/interfaces/envoyCommon.js +3 -0
  23. package/build/src/interfaces/envoyExcExtAuth.d.ts +12 -0
  24. package/build/src/interfaces/envoyExcExtAuth.js +3 -0
  25. package/build/src/interfaces/envoyHttp.d.ts +273 -0
  26. package/build/src/interfaces/envoyHttp.js +3 -0
  27. package/build/src/interfaces/envoyRateLimit.d.ts +45 -0
  28. package/build/src/interfaces/envoyRateLimit.js +3 -0
  29. package/build/src/interfaces/event.d.ts +25 -0
  30. package/build/src/interfaces/group.d.ts +20 -0
  31. package/build/src/interfaces/gvc.d.ts +57 -0
  32. package/build/src/interfaces/identity.d.ts +102 -0
  33. package/build/src/interfaces/image.d.ts +25 -0
  34. package/build/src/interfaces/links.d.ts +0 -0
  35. package/build/src/interfaces/location.d.ts +31 -0
  36. package/build/src/interfaces/memcache.d.ts +46 -0
  37. package/build/src/interfaces/mk8s.d.ts +99 -0
  38. package/build/src/interfaces/mk8sAddons.d.ts +69 -0
  39. package/build/src/interfaces/mk8sAws.d.ts +46 -0
  40. package/build/src/interfaces/mk8sCommon.d.ts +24 -0
  41. package/build/src/interfaces/mk8sEphemeral.d.ts +18 -0
  42. package/build/src/interfaces/mk8sEphemeral.js +3 -0
  43. package/build/src/interfaces/mk8sGeneric.d.ts +21 -0
  44. package/build/src/interfaces/mk8sHetzner.d.ts +42 -0
  45. package/build/src/interfaces/mk8sLambdalabs.d.ts +23 -0
  46. package/build/src/interfaces/mk8sLinode.d.ts +28 -0
  47. package/build/src/interfaces/mk8sOblivus.d.ts +13 -0
  48. package/build/src/interfaces/mk8sPaperspace.d.ts +24 -0
  49. package/build/src/interfaces/org.d.ts +78 -0
  50. package/build/src/interfaces/orgLogging.d.ts +68 -0
  51. package/build/src/interfaces/orgTracing.d.ts +4 -0
  52. package/build/src/interfaces/permissions.d.ts +14 -0
  53. package/build/src/interfaces/policy.d.ts +23 -0
  54. package/build/src/interfaces/policyMembership.d.ts +11 -0
  55. package/build/src/interfaces/port.d.ts +1 -0
  56. package/build/src/interfaces/port.js +3 -0
  57. package/build/src/interfaces/query.d.ts +27 -0
  58. package/build/src/interfaces/quota.d.ts +18 -0
  59. package/build/src/interfaces/resourcePolicy.d.ts +13 -0
  60. package/build/src/interfaces/secret.d.ts +58 -0
  61. package/build/src/interfaces/serviceaccount.d.ts +20 -0
  62. package/build/src/interfaces/spicedb.d.ts +26 -0
  63. package/build/src/interfaces/statefulSet.d.ts +5 -0
  64. package/build/src/interfaces/task.d.ts +19 -0
  65. package/build/src/interfaces/tenant.d.ts +20 -0
  66. package/build/src/interfaces/tracing.d.ts +24 -0
  67. package/build/src/interfaces/user.d.ts +24 -0
  68. package/build/src/interfaces/util.d.ts +0 -0
  69. package/build/src/interfaces/util.js +2 -0
  70. package/build/src/interfaces/volumeSet.d.ts +79 -0
  71. package/build/src/interfaces/volumeSpec.d.ts +5 -0
  72. package/build/src/interfaces/volumeSpec.js +3 -0
  73. package/build/src/interfaces/workload.d.ts +260 -0
  74. package/build/src/interfaces/workloadOptions.d.ts +18 -0
  75. package/build/src/interfaces/workloadOptions.js +3 -0
  76. package/package.json +2 -2
@@ -0,0 +1,64 @@
1
+ import { Struct } from './envoyCommon';
2
+ export interface Metadata {
3
+ filter_metadata?: {
4
+ [x: string]: Struct;
5
+ };
6
+ typed_filter_metadata?: {
7
+ [x: string]: any;
8
+ };
9
+ }
10
+ export interface Cluster {
11
+ name: string;
12
+ excludedWorkloads?: string[];
13
+ transport_socket_matches?: any;
14
+ alt_stat_name?: any;
15
+ type?: 'STATIC' | 'STRICT_DNS' | 'LOGICAL_DNS' | 'EDS' | 'ORIGINAL_DST';
16
+ cluster_type?: any;
17
+ eds_cluster_config?: any;
18
+ connect_timeout?: any;
19
+ per_connection_buffer_limit_bytes?: any;
20
+ lb_policy?: any;
21
+ load_assignment?: {
22
+ cluster_name: string;
23
+ endpoints?: any;
24
+ policy?: any;
25
+ };
26
+ health_checks?: any;
27
+ max_requests_per_connection?: any;
28
+ circuit_breakers?: any;
29
+ upstream_http_protocol_options?: any;
30
+ common_http_protocol_options?: any;
31
+ http_protocol_options?: any;
32
+ http2_protocol_options?: any;
33
+ typed_extension_protocol_options?: any;
34
+ dns_refresh_rate?: any;
35
+ dns_failure_refresh_rate?: any;
36
+ respect_dns_ttl?: any;
37
+ dns_lookup_family?: any;
38
+ dns_resolvers?: any;
39
+ use_tcp_for_dns_lookups?: any;
40
+ dns_resolution_config?: any;
41
+ typed_dns_resolver_config?: any;
42
+ wait_for_warm_on_init?: any;
43
+ outlier_detection?: any;
44
+ cleanup_interval?: any;
45
+ upstream_bind_config?: any;
46
+ lb_subset_config?: any;
47
+ ring_hash_lb_config?: any;
48
+ maglev_lb_config?: any;
49
+ least_request_lb_config?: any;
50
+ common_lb_config?: any;
51
+ transport_socket?: any;
52
+ metadata?: any;
53
+ protocol_selection?: any;
54
+ upstream_connection_options?: any;
55
+ close_connections_on_host_health_failure?: any;
56
+ ignore_health_on_host_removal?: any;
57
+ filters?: any;
58
+ load_balancing_policy?: any;
59
+ track_timeout_budgets?: any;
60
+ upstream_config?: any;
61
+ track_cluster_stats?: any;
62
+ preconnect_policy?: any;
63
+ connection_pool_per_downstream_connection?: any;
64
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ /* auto-generated */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,437 @@
1
+ export type UInt32 = number;
2
+ export type UInt64 = number;
3
+ export type Percent = number;
4
+ export interface FractionalPercent {
5
+ numerator?: number;
6
+ denominator?: number;
7
+ }
8
+ export interface IntRange {
9
+ start?: number;
10
+ end?: number;
11
+ }
12
+ export interface DoubleRange {
13
+ start?: number;
14
+ end?: number;
15
+ }
16
+ export interface RuntimeFractionalPercent {
17
+ default_value?: FractionalPercent;
18
+ runtime_key: string;
19
+ }
20
+ export interface RuntimeDouble {
21
+ default_value?: number;
22
+ runtime_key: string;
23
+ }
24
+ export interface RuntimeFeatureFlag {
25
+ default_value: boolean;
26
+ runtime_key: string;
27
+ }
28
+ export type HealthStatus = 'UNKNOWN' | 'HEALTHY' | 'UNHEALTHY' | 'DRAINING' | 'TIMEOUT' | 'DEGRADED';
29
+ export interface HealthStatusSet {
30
+ statuses?: HealthStatus[];
31
+ }
32
+ export type Port = number;
33
+ export interface Empty {
34
+ }
35
+ export type ListValue = any[];
36
+ export interface Struct {
37
+ [x: string]: any;
38
+ }
39
+ export type Priority = number;
40
+ export type ApiVersion = 'AUTO' | 'V2' | 'V3';
41
+ export type ApiType = 'DEPRECATED_AND_UNAVAILABLE_DO_NOT_USE' | 'REST' | 'GRPC' | 'DELTA_GRPC';
42
+ export type CodecClientType = 'HTTP1' | 'HTTP2';
43
+ export type RequestMethod = 'METHOD_UNSPECIFIED' | 'GET' | 'HEAD' | 'POST' | 'PUT' | 'DELETE' | 'CONNECT' | 'OPTIONS' | 'TRACE' | 'PATCH';
44
+ export type RoutingPriority = 'DEFAULT' | 'HIGH';
45
+ export type Duration = string | {
46
+ seconds?: number;
47
+ nanos?: number;
48
+ };
49
+ export type DurationRestricted = string;
50
+ export interface DataSource {
51
+ filename?: string;
52
+ inline_bytes?: any;
53
+ inline_string?: string;
54
+ environment_variable?: string;
55
+ }
56
+ export interface TypedExtensionConfig {
57
+ name: string;
58
+ typed_config?: any;
59
+ }
60
+ export interface RegexMatcher {
61
+ google_re2?: {
62
+ max_program_size?: number;
63
+ };
64
+ regex: string;
65
+ }
66
+ export interface StringMatcher {
67
+ exact?: string;
68
+ prefix?: string;
69
+ suffix?: string;
70
+ safe_regex?: RegexMatcher;
71
+ contains?: string;
72
+ ignore_case?: boolean;
73
+ }
74
+ export interface DoubleMatcher {
75
+ range?: DoubleRange;
76
+ exact?: number;
77
+ }
78
+ export interface ValueMatcher {
79
+ null_match?: any;
80
+ double_match?: DoubleMatcher;
81
+ string_match?: StringMatcher;
82
+ bool_match?: boolean;
83
+ present_match?: boolean;
84
+ }
85
+ export interface QueryParameterMatcher {
86
+ name: string;
87
+ string_match?: StringMatcher;
88
+ present_match?: boolean;
89
+ }
90
+ export interface MetadataMatcher {
91
+ filter: string;
92
+ path?: {
93
+ key: string;
94
+ }[];
95
+ value: {
96
+ null_match?: any;
97
+ double_match?: DoubleMatcher;
98
+ string_match?: StringMatcher;
99
+ bool_match?: boolean;
100
+ present_match?: boolean;
101
+ };
102
+ invert?: boolean;
103
+ }
104
+ export interface HeaderMatcher {
105
+ name: string;
106
+ safe_regex_match?: RegexMatcher;
107
+ range_match?: IntRange;
108
+ present_match?: boolean;
109
+ string_match?: StringMatcher;
110
+ invert_match?: boolean;
111
+ treat_missing_header_as_empty?: boolean;
112
+ }
113
+ export interface RouteMatch {
114
+ prefix?: string;
115
+ path?: string;
116
+ safe_regex?: RegexMatcher;
117
+ path_separated_prefix?: string;
118
+ path_match_policy?: TypedExtensionConfig;
119
+ case_sensitive?: boolean;
120
+ runtime_fraction?: RuntimeFractionalPercent;
121
+ headers?: HeaderMatcher[];
122
+ query_parameters?: QueryParameterMatcher[];
123
+ grpc?: {
124
+ presented?: boolean;
125
+ validated?: boolean;
126
+ };
127
+ tls_context?: {
128
+ presented?: boolean;
129
+ validated?: boolean;
130
+ };
131
+ dynamic_metadata?: MetadataMatcher[];
132
+ }
133
+ export interface RouteMatchRestricted {
134
+ prefix?: string;
135
+ }
136
+ export interface ListStringMatcher {
137
+ patterns?: StringMatcher[];
138
+ }
139
+ export interface TimeInterval {
140
+ base_interval: string | {
141
+ seconds?: number;
142
+ nanos?: number;
143
+ };
144
+ max_interval?: Duration;
145
+ }
146
+ export interface RetryPolicy {
147
+ retry_back_off?: TimeInterval;
148
+ num_retries?: number;
149
+ }
150
+ export type HeaderAppendAction = 'APPEND_IF_EXISTS_OR_ADD' | 'ADD_IF_ABSENT' | 'OVERWRITE_IF_EXISTS_OR_ADD' | 'OVERWRITE_IF_EXISTS';
151
+ export interface HeaderValue {
152
+ key: string;
153
+ value?: string;
154
+ raw_value?: any;
155
+ }
156
+ export interface HeaderValueOption {
157
+ header?: HeaderValue;
158
+ append?: boolean;
159
+ append_action?: HeaderAppendAction;
160
+ keep_empty_value?: boolean;
161
+ }
162
+ export interface GoogleCallCredentials {
163
+ access_token?: string;
164
+ google_compute_engine?: Empty;
165
+ google_refresh_token?: string;
166
+ service_account_jwt_access?: {
167
+ json_key?: string;
168
+ token_lifetime_seconds?: number;
169
+ };
170
+ google_iam?: {
171
+ authorization_token?: string;
172
+ authority_selector?: string;
173
+ };
174
+ from_plugin?: {
175
+ name?: string;
176
+ typed_config?: any;
177
+ };
178
+ sts_service?: {
179
+ token_exchange_service_uri?: string;
180
+ resource?: string;
181
+ audience?: string;
182
+ scope?: string;
183
+ requested_token_type?: string;
184
+ subject_token_path: string;
185
+ subject_token_type: string;
186
+ actor_token_path?: string;
187
+ actor_token_type?: string;
188
+ };
189
+ }
190
+ export interface GrpcService {
191
+ envoy_grpc?: {
192
+ cluster_name: string;
193
+ authority?: string;
194
+ retry_policy?: RetryPolicy;
195
+ };
196
+ google_grpc?: {
197
+ target_uri: string;
198
+ channel_credentials?: {
199
+ ssl_credentials?: {
200
+ root_certs?: DataSource;
201
+ private_key?: DataSource;
202
+ cert_chain?: DataSource;
203
+ };
204
+ google_default?: Empty;
205
+ };
206
+ call_credentials?: GoogleCallCredentials[];
207
+ stat_prefix: string;
208
+ credentials_factory_name?: string;
209
+ config?: Struct;
210
+ };
211
+ timeout?: string | {
212
+ seconds?: number;
213
+ nanos?: number;
214
+ };
215
+ initial_metadata?: HeaderValue[];
216
+ }
217
+ export interface Locality {
218
+ region?: string;
219
+ zone?: string;
220
+ sub_zone?: string;
221
+ }
222
+ export interface SocketAddress {
223
+ protocol?: 'TCP' | 'UDP';
224
+ address: string;
225
+ port_value?: number;
226
+ named_port?: string;
227
+ resolver_name?: any;
228
+ ipv4_compat?: boolean;
229
+ }
230
+ export interface SocketOption {
231
+ description?: string;
232
+ level?: number;
233
+ name?: number;
234
+ int_value?: number;
235
+ buf_value?: any;
236
+ state?: 'STATE_PREBIND' | 'STATE_BOUND' | 'STATE_LISTENING';
237
+ }
238
+ export interface SocketOptionsOverride {
239
+ socket_options?: SocketOption[];
240
+ }
241
+ export interface Pipe {
242
+ path: string;
243
+ mode?: number;
244
+ }
245
+ export interface EnvoyInternalAddress {
246
+ server_listener_name: string;
247
+ endpoint_id?: string;
248
+ }
249
+ export interface Address {
250
+ socket_address?: SocketAddress;
251
+ pipe?: Pipe;
252
+ envoy_internal_address?: EnvoyInternalAddress;
253
+ }
254
+ export interface AdditionalAddress {
255
+ address?: Address;
256
+ }
257
+ export interface ExtraSourceAddress {
258
+ address?: Address;
259
+ socket_options?: SocketOptionsOverride;
260
+ }
261
+ export interface DnsResolverOptions {
262
+ use_tcp_for_dns_lookups?: boolean;
263
+ no_default_search_domain?: boolean;
264
+ }
265
+ export interface DnsResolutionConfig {
266
+ resolvers?: Address[];
267
+ dns_resolver_options?: DnsResolverOptions;
268
+ }
269
+ export interface BindConfig {
270
+ source_address?: SocketAddress;
271
+ freebind?: boolean;
272
+ socket_options?: SocketOption[];
273
+ extra_source_addresses?: ExtraSourceAddress[];
274
+ additional_source_addresses?: SocketAddress[];
275
+ local_address_selector?: TypedExtensionConfig;
276
+ }
277
+ export interface TransportSocket {
278
+ name: string;
279
+ typed_config?: any;
280
+ }
281
+ export interface TransportSocketRestricted {
282
+ name: string;
283
+ }
284
+ export interface WatchedDirectory {
285
+ path: string;
286
+ }
287
+ export interface PathConfigSource {
288
+ path: string;
289
+ watched_directory?: WatchedDirectory;
290
+ }
291
+ export interface RateLimitSettings {
292
+ max_tokens?: UInt32;
293
+ fill_rate?: number;
294
+ }
295
+ export interface ApiConfigSource {
296
+ api_type?: ApiType;
297
+ transport_api_version?: ApiVersion;
298
+ cluster_names?: string[];
299
+ grpc_services?: GrpcService[];
300
+ refresh_delay?: Duration;
301
+ request_timeout?: Duration;
302
+ rate_limit_settings?: RateLimitSettings;
303
+ set_node_on_first_message_only?: boolean;
304
+ config_validators?: TypedExtensionConfig[];
305
+ }
306
+ export interface ConfigSource {
307
+ path?: string;
308
+ path_config_source?: PathConfigSource;
309
+ api_config_source?: ApiConfigSource;
310
+ initial_fetch_timeout?: Duration;
311
+ resource_api_version?: ApiVersion;
312
+ }
313
+ export interface HealthCheckTlsOptions {
314
+ alpn_protocols?: string[];
315
+ }
316
+ export interface HealthCheckPayload {
317
+ text?: string;
318
+ binary?: any;
319
+ }
320
+ export type StatusCode = 'Empty' | 'Continue' | 'OK' | 'Created' | 'Accepted' | 'NonAuthoritativeInformation' | 'NoContent' | 'ResetContent' | 'PartialContent' | 'MultiStatus' | 'AlradyReported' | 'IMUsed' | 'MultipleChoices' | 'MovedPermanently' | 'Found' | 'SeeOther' | 'NotModified' | 'UseProxy' | 'TemporaryRedirect' | 'PermanentRedirect' | 'BadRequest' | 'Unauthroized' | 'PaymentRequired' | 'Forbidden' | 'NotFound' | 'MethodNotAllowed' | 'NotAcceptable' | 'ProxyAuthenticationRequired' | 'RequestTimeout' | 'Conflict' | 'Gone' | 'LengthRequired' | 'PreconditionFailed' | 'PayloadTooLarge' | 'URITooLong' | 'UnsupportedMediaType' | 'RangeNotSatisfiable' | 'ExpectationFailed' | 'MisdirectedRequest' | 'UnprocessableEntity' | 'Locked' | 'FailedDependency' | 'UpgradeRequired' | 'PreconditionRequired' | 'TooManyRequests' | 'RequestHeaderFieldsTooLarge' | 'InternalServerError' | 'NotImplemented' | 'BadGateway' | 'ServiceUnavailable' | 'GatewayTimeout' | 'HTTPVersionNotSupported' | 'VariantAlsoNegotiates' | 'InsufficientStorage' | 'LoopDetected' | 'NotExtended' | 'NetworkAuthenticationRequired';
321
+ export interface HttpStatus {
322
+ code?: StatusCode;
323
+ }
324
+ export interface HttpHealthCheck {
325
+ host?: string;
326
+ path: string;
327
+ receive?: HealthCheckPayload[];
328
+ response_buffer_size?: UInt64;
329
+ request_headers_to_add?: HeaderValueOption[];
330
+ request_headers_to_remove?: string[];
331
+ expected_statuses?: IntRange[];
332
+ retriable_statuses?: IntRange[];
333
+ codec_client_type?: CodecClientType;
334
+ service_name_matcher?: StringMatcher;
335
+ method?: RequestMethod;
336
+ }
337
+ export interface KeepaliveSettings {
338
+ interval?: Duration;
339
+ timeout: string | {
340
+ seconds?: number;
341
+ nanos?: number;
342
+ };
343
+ interval_jitter?: Percent;
344
+ connection_idle_interval?: Duration;
345
+ }
346
+ export interface UpstreamHttpProtocolOptions {
347
+ auto_sni?: boolean;
348
+ auto_san_validation?: boolean;
349
+ override_auto_sni_header?: string;
350
+ }
351
+ export interface Http1ProtocolOptions {
352
+ allow_absolute_url?: boolean;
353
+ accept_http_10?: boolean;
354
+ default_host_for_http_10?: string;
355
+ header_key_format?: {
356
+ proper_case_words?: {
357
+ interval?: Duration;
358
+ timeout?: Duration;
359
+ interval_jitter?: Percent;
360
+ connection_idle_interval?: Duration;
361
+ };
362
+ stateful_formatter?: TypedExtensionConfig;
363
+ };
364
+ enable_trailers?: boolean;
365
+ allow_chunked_length?: boolean;
366
+ override_stream_error_on_invalid_http_message?: boolean;
367
+ send_fully_qualified_url?: boolean;
368
+ }
369
+ export interface HttpProtocolOptions {
370
+ idle_timeout?: Duration;
371
+ max_connection_duration?: Duration;
372
+ max_headers_count?: UInt32;
373
+ max_stream_duration?: Duration;
374
+ headers_with_underscores_action?: 'ALLOW' | 'REJECT_REQUEST' | 'DROP_HEADER';
375
+ }
376
+ export interface Http2ProtocolOptions {
377
+ hpack_table_size?: UInt32;
378
+ max_concurrent_streams?: UInt32;
379
+ initial_stream_window_size?: UInt32;
380
+ initial_connection_window_size?: UInt32;
381
+ allow_connect?: boolean;
382
+ max_outbound_frames?: UInt32;
383
+ max_outbound_control_frames?: UInt32;
384
+ max_consecutive_inbound_frames_with_empty_payload?: UInt32;
385
+ max_inbound_priority_frames_per_stream?: UInt32;
386
+ max_inbound_window_update_frames_per_data_frame_sent?: UInt32;
387
+ stream_error_on_invalid_http_messaging?: boolean;
388
+ override_stream_error_on_invalid_http_message?: boolean;
389
+ connection_keepalive?: KeepaliveSettings;
390
+ }
391
+ export interface TcpHealthCheck {
392
+ send?: HealthCheckPayload;
393
+ receive?: HealthCheckPayload[];
394
+ }
395
+ export interface TcpKeepalive {
396
+ keepalive_probes?: UInt32;
397
+ keepalive_time?: UInt32;
398
+ keepalive_interval?: UInt32;
399
+ }
400
+ export interface ExtensionConfigSource {
401
+ config_source?: ConfigSource;
402
+ default_config?: any;
403
+ apply_default_config_without_warming?: boolean;
404
+ type_urls?: string[];
405
+ }
406
+ export interface GrpcHealthCheck {
407
+ service_name?: string;
408
+ authority?: string;
409
+ initial_metadata?: HeaderValueOption[];
410
+ }
411
+ export interface CustomHealthCheck {
412
+ name: string;
413
+ typed_config?: any;
414
+ }
415
+ export interface HealthCheck {
416
+ timeout?: Duration;
417
+ interval?: Duration;
418
+ initial_jitter?: Duration;
419
+ interval_jitter?: Duration;
420
+ interval_jitter_percent?: UInt32;
421
+ unhealthy_threshold?: UInt32;
422
+ healthy_threshold?: UInt32;
423
+ reuse_connection?: boolean;
424
+ http_health_check?: HttpHealthCheck;
425
+ tcp_health_check?: TcpHealthCheck;
426
+ grpc_health_check?: GrpcHealthCheck;
427
+ custom_health_check?: CustomHealthCheck;
428
+ no_traffic_interval?: Duration;
429
+ no_traffic_healthy_interval?: Duration;
430
+ unhealthy_interval?: Duration;
431
+ healthy_edge_interval?: Duration;
432
+ event_log_path?: string;
433
+ event_logger?: TypedExtensionConfig[];
434
+ always_log_health_check_failures?: boolean;
435
+ tls_options?: HealthCheckTlsOptions;
436
+ transport_socket_match_criteria?: Struct;
437
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ /* auto-generated */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,12 @@
1
+ import { RouteMatch } from './envoyCommon';
2
+ import { Port } from './port';
3
+ export interface ExcExtAuth {
4
+ match?: RouteMatch;
5
+ port?: Port;
6
+ svcPort?: Port;
7
+ }
8
+ export interface ExcludedRateLimit {
9
+ match?: RouteMatch;
10
+ port?: Port;
11
+ svcPort?: Port;
12
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ /* auto-generated */
3
+ Object.defineProperty(exports, "__esModule", { value: true });