mirror of https://github.com/grpc/grpc-node.git
Move the generated files to .ts instead of .d.ts
This commit is contained in:
parent
dbef861948
commit
0c41a4e039
|
@ -28,8 +28,6 @@ import { AsyncDataSource as _envoy_api_v2_core_AsyncDataSource, AsyncDataSource_
|
|||
import { TransportSocket as _envoy_api_v2_core_TransportSocket, TransportSocket__Output as _envoy_api_v2_core_TransportSocket__Output } from './envoy/api/v2/core/TransportSocket';
|
||||
import { RuntimeFractionalPercent as _envoy_api_v2_core_RuntimeFractionalPercent, RuntimeFractionalPercent__Output as _envoy_api_v2_core_RuntimeFractionalPercent__Output } from './envoy/api/v2/core/RuntimeFractionalPercent';
|
||||
import { ControlPlane as _envoy_api_v2_core_ControlPlane, ControlPlane__Output as _envoy_api_v2_core_ControlPlane__Output } from './envoy/api/v2/core/ControlPlane';
|
||||
import { BackoffStrategy as _envoy_api_v2_core_BackoffStrategy, BackoffStrategy__Output as _envoy_api_v2_core_BackoffStrategy__Output } from './envoy/api/v2/core/BackoffStrategy';
|
||||
import { HttpUri as _envoy_api_v2_core_HttpUri, HttpUri__Output as _envoy_api_v2_core_HttpUri__Output } from './envoy/api/v2/core/HttpUri';
|
||||
import { Pipe as _envoy_api_v2_core_Pipe, Pipe__Output as _envoy_api_v2_core_Pipe__Output } from './envoy/api/v2/core/Pipe';
|
||||
import { SocketAddress as _envoy_api_v2_core_SocketAddress, SocketAddress__Output as _envoy_api_v2_core_SocketAddress__Output } from './envoy/api/v2/core/SocketAddress';
|
||||
import { TcpKeepalive as _envoy_api_v2_core_TcpKeepalive, TcpKeepalive__Output as _envoy_api_v2_core_TcpKeepalive__Output } from './envoy/api/v2/core/TcpKeepalive';
|
||||
|
@ -37,6 +35,8 @@ import { BindConfig as _envoy_api_v2_core_BindConfig, BindConfig__Output as _env
|
|||
import { Address as _envoy_api_v2_core_Address, Address__Output as _envoy_api_v2_core_Address__Output } from './envoy/api/v2/core/Address';
|
||||
import { CidrRange as _envoy_api_v2_core_CidrRange, CidrRange__Output as _envoy_api_v2_core_CidrRange__Output } from './envoy/api/v2/core/CidrRange';
|
||||
import { SocketOption as _envoy_api_v2_core_SocketOption, SocketOption__Output as _envoy_api_v2_core_SocketOption__Output } from './envoy/api/v2/core/SocketOption';
|
||||
import { HttpUri as _envoy_api_v2_core_HttpUri, HttpUri__Output as _envoy_api_v2_core_HttpUri__Output } from './envoy/api/v2/core/HttpUri';
|
||||
import { BackoffStrategy as _envoy_api_v2_core_BackoffStrategy, BackoffStrategy__Output as _envoy_api_v2_core_BackoffStrategy__Output } from './envoy/api/v2/core/BackoffStrategy';
|
||||
import { Percent as _envoy_type_Percent, Percent__Output as _envoy_type_Percent__Output } from './envoy/type/Percent';
|
||||
import { FractionalPercent as _envoy_type_FractionalPercent, FractionalPercent__Output as _envoy_type_FractionalPercent__Output } from './envoy/type/FractionalPercent';
|
||||
import { SemanticVersion as _envoy_type_SemanticVersion, SemanticVersion__Output as _envoy_type_SemanticVersion__Output } from './envoy/type/SemanticVersion';
|
||||
|
@ -171,10 +171,6 @@ export namespace messages {
|
|||
export type RuntimeFractionalPercent__Output = _envoy_api_v2_core_RuntimeFractionalPercent__Output;
|
||||
export type ControlPlane = _envoy_api_v2_core_ControlPlane;
|
||||
export type ControlPlane__Output = _envoy_api_v2_core_ControlPlane__Output;
|
||||
export type BackoffStrategy = _envoy_api_v2_core_BackoffStrategy;
|
||||
export type BackoffStrategy__Output = _envoy_api_v2_core_BackoffStrategy__Output;
|
||||
export type HttpUri = _envoy_api_v2_core_HttpUri;
|
||||
export type HttpUri__Output = _envoy_api_v2_core_HttpUri__Output;
|
||||
export type Pipe = _envoy_api_v2_core_Pipe;
|
||||
export type Pipe__Output = _envoy_api_v2_core_Pipe__Output;
|
||||
export type SocketAddress = _envoy_api_v2_core_SocketAddress;
|
||||
|
@ -189,6 +185,10 @@ export namespace messages {
|
|||
export type CidrRange__Output = _envoy_api_v2_core_CidrRange__Output;
|
||||
export type SocketOption = _envoy_api_v2_core_SocketOption;
|
||||
export type SocketOption__Output = _envoy_api_v2_core_SocketOption__Output;
|
||||
export type HttpUri = _envoy_api_v2_core_HttpUri;
|
||||
export type HttpUri__Output = _envoy_api_v2_core_HttpUri__Output;
|
||||
export type BackoffStrategy = _envoy_api_v2_core_BackoffStrategy;
|
||||
export type BackoffStrategy__Output = _envoy_api_v2_core_BackoffStrategy__Output;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -415,10 +415,6 @@ export namespace ClientInterfaces {
|
|||
}
|
||||
export namespace ControlPlane {
|
||||
}
|
||||
export namespace BackoffStrategy {
|
||||
}
|
||||
export namespace HttpUri {
|
||||
}
|
||||
export namespace Pipe {
|
||||
}
|
||||
export namespace SocketAddress {
|
||||
|
@ -433,6 +429,10 @@ export namespace ClientInterfaces {
|
|||
}
|
||||
export namespace SocketOption {
|
||||
}
|
||||
export namespace HttpUri {
|
||||
}
|
||||
export namespace BackoffStrategy {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -639,8 +639,6 @@ export interface ProtoGrpcType {
|
|||
TransportSocket: MessageTypeDefinition
|
||||
RuntimeFractionalPercent: MessageTypeDefinition
|
||||
ControlPlane: MessageTypeDefinition
|
||||
BackoffStrategy: MessageTypeDefinition
|
||||
HttpUri: MessageTypeDefinition
|
||||
Pipe: MessageTypeDefinition
|
||||
SocketAddress: MessageTypeDefinition
|
||||
TcpKeepalive: MessageTypeDefinition
|
||||
|
@ -648,6 +646,8 @@ export interface ProtoGrpcType {
|
|||
Address: MessageTypeDefinition
|
||||
CidrRange: MessageTypeDefinition
|
||||
SocketOption: MessageTypeDefinition
|
||||
HttpUri: MessageTypeDefinition
|
||||
BackoffStrategy: MessageTypeDefinition
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -802,10 +802,6 @@ export namespace ServiceHandlers {
|
|||
}
|
||||
export namespace ControlPlane {
|
||||
}
|
||||
export namespace BackoffStrategy {
|
||||
}
|
||||
export namespace HttpUri {
|
||||
}
|
||||
export namespace Pipe {
|
||||
}
|
||||
export namespace SocketAddress {
|
||||
|
@ -820,6 +816,10 @@ export namespace ServiceHandlers {
|
|||
}
|
||||
export namespace SocketOption {
|
||||
}
|
||||
export namespace HttpUri {
|
||||
}
|
||||
export namespace BackoffStrategy {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -5,6 +5,9 @@ import { Cluster as _envoy_api_v2_Cluster, Cluster__Output as _envoy_api_v2_Clus
|
|||
import { LoadBalancingPolicy as _envoy_api_v2_LoadBalancingPolicy, LoadBalancingPolicy__Output as _envoy_api_v2_LoadBalancingPolicy__Output } from './envoy/api/v2/LoadBalancingPolicy';
|
||||
import { UpstreamBindConfig as _envoy_api_v2_UpstreamBindConfig, UpstreamBindConfig__Output as _envoy_api_v2_UpstreamBindConfig__Output } from './envoy/api/v2/UpstreamBindConfig';
|
||||
import { UpstreamConnectionOptions as _envoy_api_v2_UpstreamConnectionOptions, UpstreamConnectionOptions__Output as _envoy_api_v2_UpstreamConnectionOptions__Output } from './envoy/api/v2/UpstreamConnectionOptions';
|
||||
import { Filter as _envoy_api_v2_cluster_Filter, Filter__Output as _envoy_api_v2_cluster_Filter__Output } from './envoy/api/v2/cluster/Filter';
|
||||
import { CircuitBreakers as _envoy_api_v2_cluster_CircuitBreakers, CircuitBreakers__Output as _envoy_api_v2_cluster_CircuitBreakers__Output } from './envoy/api/v2/cluster/CircuitBreakers';
|
||||
import { OutlierDetection as _envoy_api_v2_cluster_OutlierDetection, OutlierDetection__Output as _envoy_api_v2_cluster_OutlierDetection__Output } from './envoy/api/v2/cluster/OutlierDetection';
|
||||
import { UpstreamTlsContext as _envoy_api_v2_auth_UpstreamTlsContext, UpstreamTlsContext__Output as _envoy_api_v2_auth_UpstreamTlsContext__Output } from './envoy/api/v2/auth/UpstreamTlsContext';
|
||||
import { DownstreamTlsContext as _envoy_api_v2_auth_DownstreamTlsContext, DownstreamTlsContext__Output as _envoy_api_v2_auth_DownstreamTlsContext__Output } from './envoy/api/v2/auth/DownstreamTlsContext';
|
||||
import { CommonTlsContext as _envoy_api_v2_auth_CommonTlsContext, CommonTlsContext__Output as _envoy_api_v2_auth_CommonTlsContext__Output } from './envoy/api/v2/auth/CommonTlsContext';
|
||||
|
@ -16,6 +19,26 @@ import { PrivateKeyProvider as _envoy_api_v2_auth_PrivateKeyProvider, PrivateKey
|
|||
import { TlsCertificate as _envoy_api_v2_auth_TlsCertificate, TlsCertificate__Output as _envoy_api_v2_auth_TlsCertificate__Output } from './envoy/api/v2/auth/TlsCertificate';
|
||||
import { TlsSessionTicketKeys as _envoy_api_v2_auth_TlsSessionTicketKeys, TlsSessionTicketKeys__Output as _envoy_api_v2_auth_TlsSessionTicketKeys__Output } from './envoy/api/v2/auth/TlsSessionTicketKeys';
|
||||
import { CertificateValidationContext as _envoy_api_v2_auth_CertificateValidationContext, CertificateValidationContext__Output as _envoy_api_v2_auth_CertificateValidationContext__Output } from './envoy/api/v2/auth/CertificateValidationContext';
|
||||
import { TcpProtocolOptions as _envoy_api_v2_core_TcpProtocolOptions, TcpProtocolOptions__Output as _envoy_api_v2_core_TcpProtocolOptions__Output } from './envoy/api/v2/core/TcpProtocolOptions';
|
||||
import { UpstreamHttpProtocolOptions as _envoy_api_v2_core_UpstreamHttpProtocolOptions, UpstreamHttpProtocolOptions__Output as _envoy_api_v2_core_UpstreamHttpProtocolOptions__Output } from './envoy/api/v2/core/UpstreamHttpProtocolOptions';
|
||||
import { HttpProtocolOptions as _envoy_api_v2_core_HttpProtocolOptions, HttpProtocolOptions__Output as _envoy_api_v2_core_HttpProtocolOptions__Output } from './envoy/api/v2/core/HttpProtocolOptions';
|
||||
import { Http1ProtocolOptions as _envoy_api_v2_core_Http1ProtocolOptions, Http1ProtocolOptions__Output as _envoy_api_v2_core_Http1ProtocolOptions__Output } from './envoy/api/v2/core/Http1ProtocolOptions';
|
||||
import { Http2ProtocolOptions as _envoy_api_v2_core_Http2ProtocolOptions, Http2ProtocolOptions__Output as _envoy_api_v2_core_Http2ProtocolOptions__Output } from './envoy/api/v2/core/Http2ProtocolOptions';
|
||||
import { GrpcProtocolOptions as _envoy_api_v2_core_GrpcProtocolOptions, GrpcProtocolOptions__Output as _envoy_api_v2_core_GrpcProtocolOptions__Output } from './envoy/api/v2/core/GrpcProtocolOptions';
|
||||
import { HealthStatus as _envoy_api_v2_core_HealthStatus } from './envoy/api/v2/core/HealthStatus';
|
||||
import { HealthCheck as _envoy_api_v2_core_HealthCheck, HealthCheck__Output as _envoy_api_v2_core_HealthCheck__Output } from './envoy/api/v2/core/HealthCheck';
|
||||
import { Pipe as _envoy_api_v2_core_Pipe, Pipe__Output as _envoy_api_v2_core_Pipe__Output } from './envoy/api/v2/core/Pipe';
|
||||
import { SocketAddress as _envoy_api_v2_core_SocketAddress, SocketAddress__Output as _envoy_api_v2_core_SocketAddress__Output } from './envoy/api/v2/core/SocketAddress';
|
||||
import { TcpKeepalive as _envoy_api_v2_core_TcpKeepalive, TcpKeepalive__Output as _envoy_api_v2_core_TcpKeepalive__Output } from './envoy/api/v2/core/TcpKeepalive';
|
||||
import { BindConfig as _envoy_api_v2_core_BindConfig, BindConfig__Output as _envoy_api_v2_core_BindConfig__Output } from './envoy/api/v2/core/BindConfig';
|
||||
import { Address as _envoy_api_v2_core_Address, Address__Output as _envoy_api_v2_core_Address__Output } from './envoy/api/v2/core/Address';
|
||||
import { CidrRange as _envoy_api_v2_core_CidrRange, CidrRange__Output as _envoy_api_v2_core_CidrRange__Output } from './envoy/api/v2/core/CidrRange';
|
||||
import { ApiVersion as _envoy_api_v2_core_ApiVersion } from './envoy/api/v2/core/ApiVersion';
|
||||
import { ApiConfigSource as _envoy_api_v2_core_ApiConfigSource, ApiConfigSource__Output as _envoy_api_v2_core_ApiConfigSource__Output } from './envoy/api/v2/core/ApiConfigSource';
|
||||
import { AggregatedConfigSource as _envoy_api_v2_core_AggregatedConfigSource, AggregatedConfigSource__Output as _envoy_api_v2_core_AggregatedConfigSource__Output } from './envoy/api/v2/core/AggregatedConfigSource';
|
||||
import { SelfConfigSource as _envoy_api_v2_core_SelfConfigSource, SelfConfigSource__Output as _envoy_api_v2_core_SelfConfigSource__Output } from './envoy/api/v2/core/SelfConfigSource';
|
||||
import { RateLimitSettings as _envoy_api_v2_core_RateLimitSettings, RateLimitSettings__Output as _envoy_api_v2_core_RateLimitSettings__Output } from './envoy/api/v2/core/RateLimitSettings';
|
||||
import { ConfigSource as _envoy_api_v2_core_ConfigSource, ConfigSource__Output as _envoy_api_v2_core_ConfigSource__Output } from './envoy/api/v2/core/ConfigSource';
|
||||
import { RoutingPriority as _envoy_api_v2_core_RoutingPriority } from './envoy/api/v2/core/RoutingPriority';
|
||||
import { RequestMethod as _envoy_api_v2_core_RequestMethod } from './envoy/api/v2/core/RequestMethod';
|
||||
import { TrafficDirection as _envoy_api_v2_core_TrafficDirection } from './envoy/api/v2/core/TrafficDirection';
|
||||
|
@ -37,49 +60,26 @@ import { AsyncDataSource as _envoy_api_v2_core_AsyncDataSource, AsyncDataSource_
|
|||
import { TransportSocket as _envoy_api_v2_core_TransportSocket, TransportSocket__Output as _envoy_api_v2_core_TransportSocket__Output } from './envoy/api/v2/core/TransportSocket';
|
||||
import { RuntimeFractionalPercent as _envoy_api_v2_core_RuntimeFractionalPercent, RuntimeFractionalPercent__Output as _envoy_api_v2_core_RuntimeFractionalPercent__Output } from './envoy/api/v2/core/RuntimeFractionalPercent';
|
||||
import { ControlPlane as _envoy_api_v2_core_ControlPlane, ControlPlane__Output as _envoy_api_v2_core_ControlPlane__Output } from './envoy/api/v2/core/ControlPlane';
|
||||
import { HealthStatus as _envoy_api_v2_core_HealthStatus } from './envoy/api/v2/core/HealthStatus';
|
||||
import { HealthCheck as _envoy_api_v2_core_HealthCheck, HealthCheck__Output as _envoy_api_v2_core_HealthCheck__Output } from './envoy/api/v2/core/HealthCheck';
|
||||
import { Pipe as _envoy_api_v2_core_Pipe, Pipe__Output as _envoy_api_v2_core_Pipe__Output } from './envoy/api/v2/core/Pipe';
|
||||
import { SocketAddress as _envoy_api_v2_core_SocketAddress, SocketAddress__Output as _envoy_api_v2_core_SocketAddress__Output } from './envoy/api/v2/core/SocketAddress';
|
||||
import { TcpKeepalive as _envoy_api_v2_core_TcpKeepalive, TcpKeepalive__Output as _envoy_api_v2_core_TcpKeepalive__Output } from './envoy/api/v2/core/TcpKeepalive';
|
||||
import { BindConfig as _envoy_api_v2_core_BindConfig, BindConfig__Output as _envoy_api_v2_core_BindConfig__Output } from './envoy/api/v2/core/BindConfig';
|
||||
import { Address as _envoy_api_v2_core_Address, Address__Output as _envoy_api_v2_core_Address__Output } from './envoy/api/v2/core/Address';
|
||||
import { CidrRange as _envoy_api_v2_core_CidrRange, CidrRange__Output as _envoy_api_v2_core_CidrRange__Output } from './envoy/api/v2/core/CidrRange';
|
||||
import { ApiVersion as _envoy_api_v2_core_ApiVersion } from './envoy/api/v2/core/ApiVersion';
|
||||
import { ApiConfigSource as _envoy_api_v2_core_ApiConfigSource, ApiConfigSource__Output as _envoy_api_v2_core_ApiConfigSource__Output } from './envoy/api/v2/core/ApiConfigSource';
|
||||
import { AggregatedConfigSource as _envoy_api_v2_core_AggregatedConfigSource, AggregatedConfigSource__Output as _envoy_api_v2_core_AggregatedConfigSource__Output } from './envoy/api/v2/core/AggregatedConfigSource';
|
||||
import { SelfConfigSource as _envoy_api_v2_core_SelfConfigSource, SelfConfigSource__Output as _envoy_api_v2_core_SelfConfigSource__Output } from './envoy/api/v2/core/SelfConfigSource';
|
||||
import { RateLimitSettings as _envoy_api_v2_core_RateLimitSettings, RateLimitSettings__Output as _envoy_api_v2_core_RateLimitSettings__Output } from './envoy/api/v2/core/RateLimitSettings';
|
||||
import { ConfigSource as _envoy_api_v2_core_ConfigSource, ConfigSource__Output as _envoy_api_v2_core_ConfigSource__Output } from './envoy/api/v2/core/ConfigSource';
|
||||
import { TcpProtocolOptions as _envoy_api_v2_core_TcpProtocolOptions, TcpProtocolOptions__Output as _envoy_api_v2_core_TcpProtocolOptions__Output } from './envoy/api/v2/core/TcpProtocolOptions';
|
||||
import { UpstreamHttpProtocolOptions as _envoy_api_v2_core_UpstreamHttpProtocolOptions, UpstreamHttpProtocolOptions__Output as _envoy_api_v2_core_UpstreamHttpProtocolOptions__Output } from './envoy/api/v2/core/UpstreamHttpProtocolOptions';
|
||||
import { HttpProtocolOptions as _envoy_api_v2_core_HttpProtocolOptions, HttpProtocolOptions__Output as _envoy_api_v2_core_HttpProtocolOptions__Output } from './envoy/api/v2/core/HttpProtocolOptions';
|
||||
import { Http1ProtocolOptions as _envoy_api_v2_core_Http1ProtocolOptions, Http1ProtocolOptions__Output as _envoy_api_v2_core_Http1ProtocolOptions__Output } from './envoy/api/v2/core/Http1ProtocolOptions';
|
||||
import { Http2ProtocolOptions as _envoy_api_v2_core_Http2ProtocolOptions, Http2ProtocolOptions__Output as _envoy_api_v2_core_Http2ProtocolOptions__Output } from './envoy/api/v2/core/Http2ProtocolOptions';
|
||||
import { GrpcProtocolOptions as _envoy_api_v2_core_GrpcProtocolOptions, GrpcProtocolOptions__Output as _envoy_api_v2_core_GrpcProtocolOptions__Output } from './envoy/api/v2/core/GrpcProtocolOptions';
|
||||
import { SocketOption as _envoy_api_v2_core_SocketOption, SocketOption__Output as _envoy_api_v2_core_SocketOption__Output } from './envoy/api/v2/core/SocketOption';
|
||||
import { HttpUri as _envoy_api_v2_core_HttpUri, HttpUri__Output as _envoy_api_v2_core_HttpUri__Output } from './envoy/api/v2/core/HttpUri';
|
||||
import { BackoffStrategy as _envoy_api_v2_core_BackoffStrategy, BackoffStrategy__Output as _envoy_api_v2_core_BackoffStrategy__Output } from './envoy/api/v2/core/BackoffStrategy';
|
||||
import { EventServiceConfig as _envoy_api_v2_core_EventServiceConfig, EventServiceConfig__Output as _envoy_api_v2_core_EventServiceConfig__Output } from './envoy/api/v2/core/EventServiceConfig';
|
||||
import { GrpcService as _envoy_api_v2_core_GrpcService, GrpcService__Output as _envoy_api_v2_core_GrpcService__Output } from './envoy/api/v2/core/GrpcService';
|
||||
import { CircuitBreakers as _envoy_api_v2_cluster_CircuitBreakers, CircuitBreakers__Output as _envoy_api_v2_cluster_CircuitBreakers__Output } from './envoy/api/v2/cluster/CircuitBreakers';
|
||||
import { Filter as _envoy_api_v2_cluster_Filter, Filter__Output as _envoy_api_v2_cluster_Filter__Output } from './envoy/api/v2/cluster/Filter';
|
||||
import { OutlierDetection as _envoy_api_v2_cluster_OutlierDetection, OutlierDetection__Output as _envoy_api_v2_cluster_OutlierDetection__Output } from './envoy/api/v2/cluster/OutlierDetection';
|
||||
import { HttpUri as _envoy_api_v2_core_HttpUri, HttpUri__Output as _envoy_api_v2_core_HttpUri__Output } from './envoy/api/v2/core/HttpUri';
|
||||
import { BackoffStrategy as _envoy_api_v2_core_BackoffStrategy, BackoffStrategy__Output as _envoy_api_v2_core_BackoffStrategy__Output } from './envoy/api/v2/core/BackoffStrategy';
|
||||
import { SocketOption as _envoy_api_v2_core_SocketOption, SocketOption__Output as _envoy_api_v2_core_SocketOption__Output } from './envoy/api/v2/core/SocketOption';
|
||||
import { ClusterLoadAssignment as _envoy_api_v2_ClusterLoadAssignment, ClusterLoadAssignment__Output as _envoy_api_v2_ClusterLoadAssignment__Output } from './envoy/api/v2/ClusterLoadAssignment';
|
||||
import { Endpoint as _envoy_api_v2_endpoint_Endpoint, Endpoint__Output as _envoy_api_v2_endpoint_Endpoint__Output } from './envoy/api/v2/endpoint/Endpoint';
|
||||
import { LbEndpoint as _envoy_api_v2_endpoint_LbEndpoint, LbEndpoint__Output as _envoy_api_v2_endpoint_LbEndpoint__Output } from './envoy/api/v2/endpoint/LbEndpoint';
|
||||
import { LocalityLbEndpoints as _envoy_api_v2_endpoint_LocalityLbEndpoints, LocalityLbEndpoints__Output as _envoy_api_v2_endpoint_LocalityLbEndpoints__Output } from './envoy/api/v2/endpoint/LocalityLbEndpoints';
|
||||
import { Percent as _envoy_type_Percent, Percent__Output as _envoy_type_Percent__Output } from './envoy/type/Percent';
|
||||
import { FractionalPercent as _envoy_type_FractionalPercent, FractionalPercent__Output as _envoy_type_FractionalPercent__Output } from './envoy/type/FractionalPercent';
|
||||
import { SemanticVersion as _envoy_type_SemanticVersion, SemanticVersion__Output as _envoy_type_SemanticVersion__Output } from './envoy/type/SemanticVersion';
|
||||
import { Int64Range as _envoy_type_Int64Range, Int64Range__Output as _envoy_type_Int64Range__Output } from './envoy/type/Int64Range';
|
||||
import { Int32Range as _envoy_type_Int32Range, Int32Range__Output as _envoy_type_Int32Range__Output } from './envoy/type/Int32Range';
|
||||
import { DoubleRange as _envoy_type_DoubleRange, DoubleRange__Output as _envoy_type_DoubleRange__Output } from './envoy/type/DoubleRange';
|
||||
import { StringMatcher as _envoy_type_matcher_StringMatcher, StringMatcher__Output as _envoy_type_matcher_StringMatcher__Output } from './envoy/type/matcher/StringMatcher';
|
||||
import { ListStringMatcher as _envoy_type_matcher_ListStringMatcher, ListStringMatcher__Output as _envoy_type_matcher_ListStringMatcher__Output } from './envoy/type/matcher/ListStringMatcher';
|
||||
import { RegexMatcher as _envoy_type_matcher_RegexMatcher, RegexMatcher__Output as _envoy_type_matcher_RegexMatcher__Output } from './envoy/type/matcher/RegexMatcher';
|
||||
import { RegexMatchAndSubstitute as _envoy_type_matcher_RegexMatchAndSubstitute, RegexMatchAndSubstitute__Output as _envoy_type_matcher_RegexMatchAndSubstitute__Output } from './envoy/type/matcher/RegexMatchAndSubstitute';
|
||||
import { Int64Range as _envoy_type_Int64Range, Int64Range__Output as _envoy_type_Int64Range__Output } from './envoy/type/Int64Range';
|
||||
import { Int32Range as _envoy_type_Int32Range, Int32Range__Output as _envoy_type_Int32Range__Output } from './envoy/type/Int32Range';
|
||||
import { DoubleRange as _envoy_type_DoubleRange, DoubleRange__Output as _envoy_type_DoubleRange__Output } from './envoy/type/DoubleRange';
|
||||
import { CodecClientType as _envoy_type_CodecClientType } from './envoy/type/CodecClientType';
|
||||
import { SemanticVersion as _envoy_type_SemanticVersion, SemanticVersion__Output as _envoy_type_SemanticVersion__Output } from './envoy/type/SemanticVersion';
|
||||
import { MigrateAnnotation as _udpa_annotations_MigrateAnnotation, MigrateAnnotation__Output as _udpa_annotations_MigrateAnnotation__Output } from './udpa/annotations/MigrateAnnotation';
|
||||
import { FieldMigrateAnnotation as _udpa_annotations_FieldMigrateAnnotation, FieldMigrateAnnotation__Output as _udpa_annotations_FieldMigrateAnnotation__Output } from './udpa/annotations/FieldMigrateAnnotation';
|
||||
import { FileMigrateAnnotation as _udpa_annotations_FileMigrateAnnotation, FileMigrateAnnotation__Output as _udpa_annotations_FileMigrateAnnotation__Output } from './udpa/annotations/FileMigrateAnnotation';
|
||||
|
@ -162,6 +162,14 @@ export namespace messages {
|
|||
export type UpstreamBindConfig__Output = _envoy_api_v2_UpstreamBindConfig__Output;
|
||||
export type UpstreamConnectionOptions = _envoy_api_v2_UpstreamConnectionOptions;
|
||||
export type UpstreamConnectionOptions__Output = _envoy_api_v2_UpstreamConnectionOptions__Output;
|
||||
export namespace cluster {
|
||||
export type Filter = _envoy_api_v2_cluster_Filter;
|
||||
export type Filter__Output = _envoy_api_v2_cluster_Filter__Output;
|
||||
export type CircuitBreakers = _envoy_api_v2_cluster_CircuitBreakers;
|
||||
export type CircuitBreakers__Output = _envoy_api_v2_cluster_CircuitBreakers__Output;
|
||||
export type OutlierDetection = _envoy_api_v2_cluster_OutlierDetection;
|
||||
export type OutlierDetection__Output = _envoy_api_v2_cluster_OutlierDetection__Output;
|
||||
}
|
||||
export namespace auth {
|
||||
export type UpstreamTlsContext = _envoy_api_v2_auth_UpstreamTlsContext;
|
||||
export type UpstreamTlsContext__Output = _envoy_api_v2_auth_UpstreamTlsContext__Output;
|
||||
|
@ -187,6 +195,44 @@ export namespace messages {
|
|||
export type CertificateValidationContext__Output = _envoy_api_v2_auth_CertificateValidationContext__Output;
|
||||
}
|
||||
export namespace core {
|
||||
export type TcpProtocolOptions = _envoy_api_v2_core_TcpProtocolOptions;
|
||||
export type TcpProtocolOptions__Output = _envoy_api_v2_core_TcpProtocolOptions__Output;
|
||||
export type UpstreamHttpProtocolOptions = _envoy_api_v2_core_UpstreamHttpProtocolOptions;
|
||||
export type UpstreamHttpProtocolOptions__Output = _envoy_api_v2_core_UpstreamHttpProtocolOptions__Output;
|
||||
export type HttpProtocolOptions = _envoy_api_v2_core_HttpProtocolOptions;
|
||||
export type HttpProtocolOptions__Output = _envoy_api_v2_core_HttpProtocolOptions__Output;
|
||||
export type Http1ProtocolOptions = _envoy_api_v2_core_Http1ProtocolOptions;
|
||||
export type Http1ProtocolOptions__Output = _envoy_api_v2_core_Http1ProtocolOptions__Output;
|
||||
export type Http2ProtocolOptions = _envoy_api_v2_core_Http2ProtocolOptions;
|
||||
export type Http2ProtocolOptions__Output = _envoy_api_v2_core_Http2ProtocolOptions__Output;
|
||||
export type GrpcProtocolOptions = _envoy_api_v2_core_GrpcProtocolOptions;
|
||||
export type GrpcProtocolOptions__Output = _envoy_api_v2_core_GrpcProtocolOptions__Output;
|
||||
export type HealthStatus = _envoy_api_v2_core_HealthStatus;
|
||||
export type HealthCheck = _envoy_api_v2_core_HealthCheck;
|
||||
export type HealthCheck__Output = _envoy_api_v2_core_HealthCheck__Output;
|
||||
export type Pipe = _envoy_api_v2_core_Pipe;
|
||||
export type Pipe__Output = _envoy_api_v2_core_Pipe__Output;
|
||||
export type SocketAddress = _envoy_api_v2_core_SocketAddress;
|
||||
export type SocketAddress__Output = _envoy_api_v2_core_SocketAddress__Output;
|
||||
export type TcpKeepalive = _envoy_api_v2_core_TcpKeepalive;
|
||||
export type TcpKeepalive__Output = _envoy_api_v2_core_TcpKeepalive__Output;
|
||||
export type BindConfig = _envoy_api_v2_core_BindConfig;
|
||||
export type BindConfig__Output = _envoy_api_v2_core_BindConfig__Output;
|
||||
export type Address = _envoy_api_v2_core_Address;
|
||||
export type Address__Output = _envoy_api_v2_core_Address__Output;
|
||||
export type CidrRange = _envoy_api_v2_core_CidrRange;
|
||||
export type CidrRange__Output = _envoy_api_v2_core_CidrRange__Output;
|
||||
export type ApiVersion = _envoy_api_v2_core_ApiVersion;
|
||||
export type ApiConfigSource = _envoy_api_v2_core_ApiConfigSource;
|
||||
export type ApiConfigSource__Output = _envoy_api_v2_core_ApiConfigSource__Output;
|
||||
export type AggregatedConfigSource = _envoy_api_v2_core_AggregatedConfigSource;
|
||||
export type AggregatedConfigSource__Output = _envoy_api_v2_core_AggregatedConfigSource__Output;
|
||||
export type SelfConfigSource = _envoy_api_v2_core_SelfConfigSource;
|
||||
export type SelfConfigSource__Output = _envoy_api_v2_core_SelfConfigSource__Output;
|
||||
export type RateLimitSettings = _envoy_api_v2_core_RateLimitSettings;
|
||||
export type RateLimitSettings__Output = _envoy_api_v2_core_RateLimitSettings__Output;
|
||||
export type ConfigSource = _envoy_api_v2_core_ConfigSource;
|
||||
export type ConfigSource__Output = _envoy_api_v2_core_ConfigSource__Output;
|
||||
export type RoutingPriority = _envoy_api_v2_core_RoutingPriority;
|
||||
export type RequestMethod = _envoy_api_v2_core_RequestMethod;
|
||||
export type TrafficDirection = _envoy_api_v2_core_TrafficDirection;
|
||||
|
@ -226,62 +272,16 @@ export namespace messages {
|
|||
export type RuntimeFractionalPercent__Output = _envoy_api_v2_core_RuntimeFractionalPercent__Output;
|
||||
export type ControlPlane = _envoy_api_v2_core_ControlPlane;
|
||||
export type ControlPlane__Output = _envoy_api_v2_core_ControlPlane__Output;
|
||||
export type HealthStatus = _envoy_api_v2_core_HealthStatus;
|
||||
export type HealthCheck = _envoy_api_v2_core_HealthCheck;
|
||||
export type HealthCheck__Output = _envoy_api_v2_core_HealthCheck__Output;
|
||||
export type Pipe = _envoy_api_v2_core_Pipe;
|
||||
export type Pipe__Output = _envoy_api_v2_core_Pipe__Output;
|
||||
export type SocketAddress = _envoy_api_v2_core_SocketAddress;
|
||||
export type SocketAddress__Output = _envoy_api_v2_core_SocketAddress__Output;
|
||||
export type TcpKeepalive = _envoy_api_v2_core_TcpKeepalive;
|
||||
export type TcpKeepalive__Output = _envoy_api_v2_core_TcpKeepalive__Output;
|
||||
export type BindConfig = _envoy_api_v2_core_BindConfig;
|
||||
export type BindConfig__Output = _envoy_api_v2_core_BindConfig__Output;
|
||||
export type Address = _envoy_api_v2_core_Address;
|
||||
export type Address__Output = _envoy_api_v2_core_Address__Output;
|
||||
export type CidrRange = _envoy_api_v2_core_CidrRange;
|
||||
export type CidrRange__Output = _envoy_api_v2_core_CidrRange__Output;
|
||||
export type ApiVersion = _envoy_api_v2_core_ApiVersion;
|
||||
export type ApiConfigSource = _envoy_api_v2_core_ApiConfigSource;
|
||||
export type ApiConfigSource__Output = _envoy_api_v2_core_ApiConfigSource__Output;
|
||||
export type AggregatedConfigSource = _envoy_api_v2_core_AggregatedConfigSource;
|
||||
export type AggregatedConfigSource__Output = _envoy_api_v2_core_AggregatedConfigSource__Output;
|
||||
export type SelfConfigSource = _envoy_api_v2_core_SelfConfigSource;
|
||||
export type SelfConfigSource__Output = _envoy_api_v2_core_SelfConfigSource__Output;
|
||||
export type RateLimitSettings = _envoy_api_v2_core_RateLimitSettings;
|
||||
export type RateLimitSettings__Output = _envoy_api_v2_core_RateLimitSettings__Output;
|
||||
export type ConfigSource = _envoy_api_v2_core_ConfigSource;
|
||||
export type ConfigSource__Output = _envoy_api_v2_core_ConfigSource__Output;
|
||||
export type TcpProtocolOptions = _envoy_api_v2_core_TcpProtocolOptions;
|
||||
export type TcpProtocolOptions__Output = _envoy_api_v2_core_TcpProtocolOptions__Output;
|
||||
export type UpstreamHttpProtocolOptions = _envoy_api_v2_core_UpstreamHttpProtocolOptions;
|
||||
export type UpstreamHttpProtocolOptions__Output = _envoy_api_v2_core_UpstreamHttpProtocolOptions__Output;
|
||||
export type HttpProtocolOptions = _envoy_api_v2_core_HttpProtocolOptions;
|
||||
export type HttpProtocolOptions__Output = _envoy_api_v2_core_HttpProtocolOptions__Output;
|
||||
export type Http1ProtocolOptions = _envoy_api_v2_core_Http1ProtocolOptions;
|
||||
export type Http1ProtocolOptions__Output = _envoy_api_v2_core_Http1ProtocolOptions__Output;
|
||||
export type Http2ProtocolOptions = _envoy_api_v2_core_Http2ProtocolOptions;
|
||||
export type Http2ProtocolOptions__Output = _envoy_api_v2_core_Http2ProtocolOptions__Output;
|
||||
export type GrpcProtocolOptions = _envoy_api_v2_core_GrpcProtocolOptions;
|
||||
export type GrpcProtocolOptions__Output = _envoy_api_v2_core_GrpcProtocolOptions__Output;
|
||||
export type SocketOption = _envoy_api_v2_core_SocketOption;
|
||||
export type SocketOption__Output = _envoy_api_v2_core_SocketOption__Output;
|
||||
export type HttpUri = _envoy_api_v2_core_HttpUri;
|
||||
export type HttpUri__Output = _envoy_api_v2_core_HttpUri__Output;
|
||||
export type BackoffStrategy = _envoy_api_v2_core_BackoffStrategy;
|
||||
export type BackoffStrategy__Output = _envoy_api_v2_core_BackoffStrategy__Output;
|
||||
export type EventServiceConfig = _envoy_api_v2_core_EventServiceConfig;
|
||||
export type EventServiceConfig__Output = _envoy_api_v2_core_EventServiceConfig__Output;
|
||||
export type GrpcService = _envoy_api_v2_core_GrpcService;
|
||||
export type GrpcService__Output = _envoy_api_v2_core_GrpcService__Output;
|
||||
}
|
||||
export namespace cluster {
|
||||
export type CircuitBreakers = _envoy_api_v2_cluster_CircuitBreakers;
|
||||
export type CircuitBreakers__Output = _envoy_api_v2_cluster_CircuitBreakers__Output;
|
||||
export type Filter = _envoy_api_v2_cluster_Filter;
|
||||
export type Filter__Output = _envoy_api_v2_cluster_Filter__Output;
|
||||
export type OutlierDetection = _envoy_api_v2_cluster_OutlierDetection;
|
||||
export type OutlierDetection__Output = _envoy_api_v2_cluster_OutlierDetection__Output;
|
||||
export type HttpUri = _envoy_api_v2_core_HttpUri;
|
||||
export type HttpUri__Output = _envoy_api_v2_core_HttpUri__Output;
|
||||
export type BackoffStrategy = _envoy_api_v2_core_BackoffStrategy;
|
||||
export type BackoffStrategy__Output = _envoy_api_v2_core_BackoffStrategy__Output;
|
||||
export type SocketOption = _envoy_api_v2_core_SocketOption;
|
||||
export type SocketOption__Output = _envoy_api_v2_core_SocketOption__Output;
|
||||
}
|
||||
export type ClusterLoadAssignment = _envoy_api_v2_ClusterLoadAssignment;
|
||||
export type ClusterLoadAssignment__Output = _envoy_api_v2_ClusterLoadAssignment__Output;
|
||||
|
@ -295,19 +295,13 @@ export namespace messages {
|
|||
}
|
||||
}
|
||||
}
|
||||
export namespace annotations {
|
||||
}
|
||||
export namespace type {
|
||||
export type Percent = _envoy_type_Percent;
|
||||
export type Percent__Output = _envoy_type_Percent__Output;
|
||||
export type FractionalPercent = _envoy_type_FractionalPercent;
|
||||
export type FractionalPercent__Output = _envoy_type_FractionalPercent__Output;
|
||||
export type SemanticVersion = _envoy_type_SemanticVersion;
|
||||
export type SemanticVersion__Output = _envoy_type_SemanticVersion__Output;
|
||||
export type Int64Range = _envoy_type_Int64Range;
|
||||
export type Int64Range__Output = _envoy_type_Int64Range__Output;
|
||||
export type Int32Range = _envoy_type_Int32Range;
|
||||
export type Int32Range__Output = _envoy_type_Int32Range__Output;
|
||||
export type DoubleRange = _envoy_type_DoubleRange;
|
||||
export type DoubleRange__Output = _envoy_type_DoubleRange__Output;
|
||||
export namespace matcher {
|
||||
export type StringMatcher = _envoy_type_matcher_StringMatcher;
|
||||
export type StringMatcher__Output = _envoy_type_matcher_StringMatcher__Output;
|
||||
|
@ -318,9 +312,15 @@ export namespace messages {
|
|||
export type RegexMatchAndSubstitute = _envoy_type_matcher_RegexMatchAndSubstitute;
|
||||
export type RegexMatchAndSubstitute__Output = _envoy_type_matcher_RegexMatchAndSubstitute__Output;
|
||||
}
|
||||
export type Int64Range = _envoy_type_Int64Range;
|
||||
export type Int64Range__Output = _envoy_type_Int64Range__Output;
|
||||
export type Int32Range = _envoy_type_Int32Range;
|
||||
export type Int32Range__Output = _envoy_type_Int32Range__Output;
|
||||
export type DoubleRange = _envoy_type_DoubleRange;
|
||||
export type DoubleRange__Output = _envoy_type_DoubleRange__Output;
|
||||
export type CodecClientType = _envoy_type_CodecClientType;
|
||||
}
|
||||
export namespace annotations {
|
||||
export type SemanticVersion = _envoy_type_SemanticVersion;
|
||||
export type SemanticVersion__Output = _envoy_type_SemanticVersion__Output;
|
||||
}
|
||||
}
|
||||
export namespace udpa {
|
||||
|
@ -512,6 +512,18 @@ export namespace ClientInterfaces {
|
|||
}
|
||||
export namespace UpstreamConnectionOptions {
|
||||
}
|
||||
export namespace cluster {
|
||||
export namespace Filter {
|
||||
}
|
||||
export namespace CircuitBreakers {
|
||||
export namespace Thresholds {
|
||||
export namespace RetryBudget {
|
||||
}
|
||||
}
|
||||
}
|
||||
export namespace OutlierDetection {
|
||||
}
|
||||
}
|
||||
export namespace auth {
|
||||
export namespace UpstreamTlsContext {
|
||||
}
|
||||
|
@ -539,41 +551,23 @@ export namespace ClientInterfaces {
|
|||
}
|
||||
}
|
||||
export namespace core {
|
||||
export namespace Locality {
|
||||
export namespace TcpProtocolOptions {
|
||||
}
|
||||
export namespace BuildVersion {
|
||||
export namespace UpstreamHttpProtocolOptions {
|
||||
}
|
||||
export namespace Extension {
|
||||
export namespace HttpProtocolOptions {
|
||||
}
|
||||
export namespace Node {
|
||||
export namespace Http1ProtocolOptions {
|
||||
export namespace HeaderKeyFormat {
|
||||
export namespace ProperCaseWords {
|
||||
}
|
||||
}
|
||||
}
|
||||
export namespace Metadata {
|
||||
export namespace Http2ProtocolOptions {
|
||||
export namespace SettingsParameter {
|
||||
}
|
||||
}
|
||||
export namespace RuntimeUInt32 {
|
||||
}
|
||||
export namespace RuntimeDouble {
|
||||
}
|
||||
export namespace RuntimeFeatureFlag {
|
||||
}
|
||||
export namespace HeaderValue {
|
||||
}
|
||||
export namespace HeaderValueOption {
|
||||
}
|
||||
export namespace HeaderMap {
|
||||
}
|
||||
export namespace DataSource {
|
||||
}
|
||||
export namespace RetryPolicy {
|
||||
}
|
||||
export namespace RemoteDataSource {
|
||||
}
|
||||
export namespace AsyncDataSource {
|
||||
}
|
||||
export namespace TransportSocket {
|
||||
}
|
||||
export namespace RuntimeFractionalPercent {
|
||||
}
|
||||
export namespace ControlPlane {
|
||||
export namespace GrpcProtocolOptions {
|
||||
}
|
||||
export namespace HealthCheck {
|
||||
export namespace Payload {
|
||||
|
@ -613,29 +607,41 @@ export namespace ClientInterfaces {
|
|||
}
|
||||
export namespace ConfigSource {
|
||||
}
|
||||
export namespace TcpProtocolOptions {
|
||||
export namespace Locality {
|
||||
}
|
||||
export namespace UpstreamHttpProtocolOptions {
|
||||
export namespace BuildVersion {
|
||||
}
|
||||
export namespace HttpProtocolOptions {
|
||||
export namespace Extension {
|
||||
}
|
||||
export namespace Http1ProtocolOptions {
|
||||
export namespace HeaderKeyFormat {
|
||||
export namespace ProperCaseWords {
|
||||
}
|
||||
}
|
||||
export namespace Node {
|
||||
}
|
||||
export namespace Http2ProtocolOptions {
|
||||
export namespace SettingsParameter {
|
||||
}
|
||||
export namespace Metadata {
|
||||
}
|
||||
export namespace GrpcProtocolOptions {
|
||||
export namespace RuntimeUInt32 {
|
||||
}
|
||||
export namespace SocketOption {
|
||||
export namespace RuntimeDouble {
|
||||
}
|
||||
export namespace HttpUri {
|
||||
export namespace RuntimeFeatureFlag {
|
||||
}
|
||||
export namespace BackoffStrategy {
|
||||
export namespace HeaderValue {
|
||||
}
|
||||
export namespace HeaderValueOption {
|
||||
}
|
||||
export namespace HeaderMap {
|
||||
}
|
||||
export namespace DataSource {
|
||||
}
|
||||
export namespace RetryPolicy {
|
||||
}
|
||||
export namespace RemoteDataSource {
|
||||
}
|
||||
export namespace AsyncDataSource {
|
||||
}
|
||||
export namespace TransportSocket {
|
||||
}
|
||||
export namespace RuntimeFractionalPercent {
|
||||
}
|
||||
export namespace ControlPlane {
|
||||
}
|
||||
export namespace EventServiceConfig {
|
||||
}
|
||||
|
@ -661,17 +667,11 @@ export namespace ClientInterfaces {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
export namespace cluster {
|
||||
export namespace CircuitBreakers {
|
||||
export namespace Thresholds {
|
||||
export namespace RetryBudget {
|
||||
}
|
||||
}
|
||||
export namespace HttpUri {
|
||||
}
|
||||
export namespace Filter {
|
||||
export namespace BackoffStrategy {
|
||||
}
|
||||
export namespace OutlierDetection {
|
||||
export namespace SocketOption {
|
||||
}
|
||||
}
|
||||
export namespace ClusterLoadAssignment {
|
||||
|
@ -692,19 +692,13 @@ export namespace ClientInterfaces {
|
|||
}
|
||||
}
|
||||
}
|
||||
export namespace annotations {
|
||||
}
|
||||
export namespace type {
|
||||
export namespace Percent {
|
||||
}
|
||||
export namespace FractionalPercent {
|
||||
}
|
||||
export namespace SemanticVersion {
|
||||
}
|
||||
export namespace Int64Range {
|
||||
}
|
||||
export namespace Int32Range {
|
||||
}
|
||||
export namespace DoubleRange {
|
||||
}
|
||||
export namespace matcher {
|
||||
export namespace StringMatcher {
|
||||
}
|
||||
|
@ -717,8 +711,14 @@ export namespace ClientInterfaces {
|
|||
export namespace RegexMatchAndSubstitute {
|
||||
}
|
||||
}
|
||||
}
|
||||
export namespace annotations {
|
||||
export namespace Int64Range {
|
||||
}
|
||||
export namespace Int32Range {
|
||||
}
|
||||
export namespace DoubleRange {
|
||||
}
|
||||
export namespace SemanticVersion {
|
||||
}
|
||||
}
|
||||
}
|
||||
export namespace udpa {
|
||||
|
@ -890,6 +890,11 @@ export interface ProtoGrpcType {
|
|||
LoadBalancingPolicy: MessageTypeDefinition
|
||||
UpstreamBindConfig: MessageTypeDefinition
|
||||
UpstreamConnectionOptions: MessageTypeDefinition
|
||||
cluster: {
|
||||
Filter: MessageTypeDefinition
|
||||
CircuitBreakers: MessageTypeDefinition
|
||||
OutlierDetection: MessageTypeDefinition
|
||||
}
|
||||
auth: {
|
||||
UpstreamTlsContext: MessageTypeDefinition
|
||||
DownstreamTlsContext: MessageTypeDefinition
|
||||
|
@ -904,6 +909,26 @@ export interface ProtoGrpcType {
|
|||
CertificateValidationContext: MessageTypeDefinition
|
||||
}
|
||||
core: {
|
||||
TcpProtocolOptions: MessageTypeDefinition
|
||||
UpstreamHttpProtocolOptions: MessageTypeDefinition
|
||||
HttpProtocolOptions: MessageTypeDefinition
|
||||
Http1ProtocolOptions: MessageTypeDefinition
|
||||
Http2ProtocolOptions: MessageTypeDefinition
|
||||
GrpcProtocolOptions: MessageTypeDefinition
|
||||
HealthStatus: EnumTypeDefinition
|
||||
HealthCheck: MessageTypeDefinition
|
||||
Pipe: MessageTypeDefinition
|
||||
SocketAddress: MessageTypeDefinition
|
||||
TcpKeepalive: MessageTypeDefinition
|
||||
BindConfig: MessageTypeDefinition
|
||||
Address: MessageTypeDefinition
|
||||
CidrRange: MessageTypeDefinition
|
||||
ApiVersion: EnumTypeDefinition
|
||||
ApiConfigSource: MessageTypeDefinition
|
||||
AggregatedConfigSource: MessageTypeDefinition
|
||||
SelfConfigSource: MessageTypeDefinition
|
||||
RateLimitSettings: MessageTypeDefinition
|
||||
ConfigSource: MessageTypeDefinition
|
||||
RoutingPriority: EnumTypeDefinition
|
||||
RequestMethod: EnumTypeDefinition
|
||||
TrafficDirection: EnumTypeDefinition
|
||||
|
@ -925,36 +950,11 @@ export interface ProtoGrpcType {
|
|||
TransportSocket: MessageTypeDefinition
|
||||
RuntimeFractionalPercent: MessageTypeDefinition
|
||||
ControlPlane: MessageTypeDefinition
|
||||
HealthStatus: EnumTypeDefinition
|
||||
HealthCheck: MessageTypeDefinition
|
||||
Pipe: MessageTypeDefinition
|
||||
SocketAddress: MessageTypeDefinition
|
||||
TcpKeepalive: MessageTypeDefinition
|
||||
BindConfig: MessageTypeDefinition
|
||||
Address: MessageTypeDefinition
|
||||
CidrRange: MessageTypeDefinition
|
||||
ApiVersion: EnumTypeDefinition
|
||||
ApiConfigSource: MessageTypeDefinition
|
||||
AggregatedConfigSource: MessageTypeDefinition
|
||||
SelfConfigSource: MessageTypeDefinition
|
||||
RateLimitSettings: MessageTypeDefinition
|
||||
ConfigSource: MessageTypeDefinition
|
||||
TcpProtocolOptions: MessageTypeDefinition
|
||||
UpstreamHttpProtocolOptions: MessageTypeDefinition
|
||||
HttpProtocolOptions: MessageTypeDefinition
|
||||
Http1ProtocolOptions: MessageTypeDefinition
|
||||
Http2ProtocolOptions: MessageTypeDefinition
|
||||
GrpcProtocolOptions: MessageTypeDefinition
|
||||
SocketOption: MessageTypeDefinition
|
||||
HttpUri: MessageTypeDefinition
|
||||
BackoffStrategy: MessageTypeDefinition
|
||||
EventServiceConfig: MessageTypeDefinition
|
||||
GrpcService: MessageTypeDefinition
|
||||
}
|
||||
cluster: {
|
||||
CircuitBreakers: MessageTypeDefinition
|
||||
Filter: MessageTypeDefinition
|
||||
OutlierDetection: MessageTypeDefinition
|
||||
HttpUri: MessageTypeDefinition
|
||||
BackoffStrategy: MessageTypeDefinition
|
||||
SocketOption: MessageTypeDefinition
|
||||
}
|
||||
ClusterLoadAssignment: MessageTypeDefinition
|
||||
endpoint: {
|
||||
|
@ -964,22 +964,22 @@ export interface ProtoGrpcType {
|
|||
}
|
||||
}
|
||||
}
|
||||
annotations: {
|
||||
}
|
||||
type: {
|
||||
Percent: MessageTypeDefinition
|
||||
FractionalPercent: MessageTypeDefinition
|
||||
SemanticVersion: MessageTypeDefinition
|
||||
Int64Range: MessageTypeDefinition
|
||||
Int32Range: MessageTypeDefinition
|
||||
DoubleRange: MessageTypeDefinition
|
||||
matcher: {
|
||||
StringMatcher: MessageTypeDefinition
|
||||
ListStringMatcher: MessageTypeDefinition
|
||||
RegexMatcher: MessageTypeDefinition
|
||||
RegexMatchAndSubstitute: MessageTypeDefinition
|
||||
}
|
||||
Int64Range: MessageTypeDefinition
|
||||
Int32Range: MessageTypeDefinition
|
||||
DoubleRange: MessageTypeDefinition
|
||||
CodecClientType: EnumTypeDefinition
|
||||
}
|
||||
annotations: {
|
||||
SemanticVersion: MessageTypeDefinition
|
||||
}
|
||||
}
|
||||
udpa: {
|
||||
|
@ -1105,6 +1105,18 @@ export namespace ServiceHandlers {
|
|||
}
|
||||
export namespace UpstreamConnectionOptions {
|
||||
}
|
||||
export namespace cluster {
|
||||
export namespace Filter {
|
||||
}
|
||||
export namespace CircuitBreakers {
|
||||
export namespace Thresholds {
|
||||
export namespace RetryBudget {
|
||||
}
|
||||
}
|
||||
}
|
||||
export namespace OutlierDetection {
|
||||
}
|
||||
}
|
||||
export namespace auth {
|
||||
export namespace UpstreamTlsContext {
|
||||
}
|
||||
|
@ -1132,41 +1144,23 @@ export namespace ServiceHandlers {
|
|||
}
|
||||
}
|
||||
export namespace core {
|
||||
export namespace Locality {
|
||||
export namespace TcpProtocolOptions {
|
||||
}
|
||||
export namespace BuildVersion {
|
||||
export namespace UpstreamHttpProtocolOptions {
|
||||
}
|
||||
export namespace Extension {
|
||||
export namespace HttpProtocolOptions {
|
||||
}
|
||||
export namespace Node {
|
||||
export namespace Http1ProtocolOptions {
|
||||
export namespace HeaderKeyFormat {
|
||||
export namespace ProperCaseWords {
|
||||
}
|
||||
}
|
||||
}
|
||||
export namespace Metadata {
|
||||
export namespace Http2ProtocolOptions {
|
||||
export namespace SettingsParameter {
|
||||
}
|
||||
}
|
||||
export namespace RuntimeUInt32 {
|
||||
}
|
||||
export namespace RuntimeDouble {
|
||||
}
|
||||
export namespace RuntimeFeatureFlag {
|
||||
}
|
||||
export namespace HeaderValue {
|
||||
}
|
||||
export namespace HeaderValueOption {
|
||||
}
|
||||
export namespace HeaderMap {
|
||||
}
|
||||
export namespace DataSource {
|
||||
}
|
||||
export namespace RetryPolicy {
|
||||
}
|
||||
export namespace RemoteDataSource {
|
||||
}
|
||||
export namespace AsyncDataSource {
|
||||
}
|
||||
export namespace TransportSocket {
|
||||
}
|
||||
export namespace RuntimeFractionalPercent {
|
||||
}
|
||||
export namespace ControlPlane {
|
||||
export namespace GrpcProtocolOptions {
|
||||
}
|
||||
export namespace HealthCheck {
|
||||
export namespace Payload {
|
||||
|
@ -1206,29 +1200,41 @@ export namespace ServiceHandlers {
|
|||
}
|
||||
export namespace ConfigSource {
|
||||
}
|
||||
export namespace TcpProtocolOptions {
|
||||
export namespace Locality {
|
||||
}
|
||||
export namespace UpstreamHttpProtocolOptions {
|
||||
export namespace BuildVersion {
|
||||
}
|
||||
export namespace HttpProtocolOptions {
|
||||
export namespace Extension {
|
||||
}
|
||||
export namespace Http1ProtocolOptions {
|
||||
export namespace HeaderKeyFormat {
|
||||
export namespace ProperCaseWords {
|
||||
}
|
||||
}
|
||||
export namespace Node {
|
||||
}
|
||||
export namespace Http2ProtocolOptions {
|
||||
export namespace SettingsParameter {
|
||||
}
|
||||
export namespace Metadata {
|
||||
}
|
||||
export namespace GrpcProtocolOptions {
|
||||
export namespace RuntimeUInt32 {
|
||||
}
|
||||
export namespace SocketOption {
|
||||
export namespace RuntimeDouble {
|
||||
}
|
||||
export namespace HttpUri {
|
||||
export namespace RuntimeFeatureFlag {
|
||||
}
|
||||
export namespace BackoffStrategy {
|
||||
export namespace HeaderValue {
|
||||
}
|
||||
export namespace HeaderValueOption {
|
||||
}
|
||||
export namespace HeaderMap {
|
||||
}
|
||||
export namespace DataSource {
|
||||
}
|
||||
export namespace RetryPolicy {
|
||||
}
|
||||
export namespace RemoteDataSource {
|
||||
}
|
||||
export namespace AsyncDataSource {
|
||||
}
|
||||
export namespace TransportSocket {
|
||||
}
|
||||
export namespace RuntimeFractionalPercent {
|
||||
}
|
||||
export namespace ControlPlane {
|
||||
}
|
||||
export namespace EventServiceConfig {
|
||||
}
|
||||
|
@ -1254,17 +1260,11 @@ export namespace ServiceHandlers {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
export namespace cluster {
|
||||
export namespace CircuitBreakers {
|
||||
export namespace Thresholds {
|
||||
export namespace RetryBudget {
|
||||
}
|
||||
}
|
||||
export namespace HttpUri {
|
||||
}
|
||||
export namespace Filter {
|
||||
export namespace BackoffStrategy {
|
||||
}
|
||||
export namespace OutlierDetection {
|
||||
export namespace SocketOption {
|
||||
}
|
||||
}
|
||||
export namespace ClusterLoadAssignment {
|
||||
|
@ -1285,19 +1285,13 @@ export namespace ServiceHandlers {
|
|||
}
|
||||
}
|
||||
}
|
||||
export namespace annotations {
|
||||
}
|
||||
export namespace type {
|
||||
export namespace Percent {
|
||||
}
|
||||
export namespace FractionalPercent {
|
||||
}
|
||||
export namespace SemanticVersion {
|
||||
}
|
||||
export namespace Int64Range {
|
||||
}
|
||||
export namespace Int32Range {
|
||||
}
|
||||
export namespace DoubleRange {
|
||||
}
|
||||
export namespace matcher {
|
||||
export namespace StringMatcher {
|
||||
}
|
||||
|
@ -1310,8 +1304,14 @@ export namespace ServiceHandlers {
|
|||
export namespace RegexMatchAndSubstitute {
|
||||
}
|
||||
}
|
||||
}
|
||||
export namespace annotations {
|
||||
export namespace Int64Range {
|
||||
}
|
||||
export namespace Int32Range {
|
||||
}
|
||||
export namespace DoubleRange {
|
||||
}
|
||||
export namespace SemanticVersion {
|
||||
}
|
||||
}
|
||||
}
|
||||
export namespace udpa {
|
|
@ -5,12 +5,8 @@ import { ClusterLoadAssignment as _envoy_api_v2_ClusterLoadAssignment, ClusterLo
|
|||
import { Endpoint as _envoy_api_v2_endpoint_Endpoint, Endpoint__Output as _envoy_api_v2_endpoint_Endpoint__Output } from './envoy/api/v2/endpoint/Endpoint';
|
||||
import { LbEndpoint as _envoy_api_v2_endpoint_LbEndpoint, LbEndpoint__Output as _envoy_api_v2_endpoint_LbEndpoint__Output } from './envoy/api/v2/endpoint/LbEndpoint';
|
||||
import { LocalityLbEndpoints as _envoy_api_v2_endpoint_LocalityLbEndpoints, LocalityLbEndpoints__Output as _envoy_api_v2_endpoint_LocalityLbEndpoints__Output } from './envoy/api/v2/endpoint/LocalityLbEndpoints';
|
||||
import { Pipe as _envoy_api_v2_core_Pipe, Pipe__Output as _envoy_api_v2_core_Pipe__Output } from './envoy/api/v2/core/Pipe';
|
||||
import { SocketAddress as _envoy_api_v2_core_SocketAddress, SocketAddress__Output as _envoy_api_v2_core_SocketAddress__Output } from './envoy/api/v2/core/SocketAddress';
|
||||
import { TcpKeepalive as _envoy_api_v2_core_TcpKeepalive, TcpKeepalive__Output as _envoy_api_v2_core_TcpKeepalive__Output } from './envoy/api/v2/core/TcpKeepalive';
|
||||
import { BindConfig as _envoy_api_v2_core_BindConfig, BindConfig__Output as _envoy_api_v2_core_BindConfig__Output } from './envoy/api/v2/core/BindConfig';
|
||||
import { Address as _envoy_api_v2_core_Address, Address__Output as _envoy_api_v2_core_Address__Output } from './envoy/api/v2/core/Address';
|
||||
import { CidrRange as _envoy_api_v2_core_CidrRange, CidrRange__Output as _envoy_api_v2_core_CidrRange__Output } from './envoy/api/v2/core/CidrRange';
|
||||
import { HealthStatus as _envoy_api_v2_core_HealthStatus } from './envoy/api/v2/core/HealthStatus';
|
||||
import { HealthCheck as _envoy_api_v2_core_HealthCheck, HealthCheck__Output as _envoy_api_v2_core_HealthCheck__Output } from './envoy/api/v2/core/HealthCheck';
|
||||
import { RoutingPriority as _envoy_api_v2_core_RoutingPriority } from './envoy/api/v2/core/RoutingPriority';
|
||||
import { RequestMethod as _envoy_api_v2_core_RequestMethod } from './envoy/api/v2/core/RequestMethod';
|
||||
import { TrafficDirection as _envoy_api_v2_core_TrafficDirection } from './envoy/api/v2/core/TrafficDirection';
|
||||
|
@ -32,17 +28,21 @@ import { AsyncDataSource as _envoy_api_v2_core_AsyncDataSource, AsyncDataSource_
|
|||
import { TransportSocket as _envoy_api_v2_core_TransportSocket, TransportSocket__Output as _envoy_api_v2_core_TransportSocket__Output } from './envoy/api/v2/core/TransportSocket';
|
||||
import { RuntimeFractionalPercent as _envoy_api_v2_core_RuntimeFractionalPercent, RuntimeFractionalPercent__Output as _envoy_api_v2_core_RuntimeFractionalPercent__Output } from './envoy/api/v2/core/RuntimeFractionalPercent';
|
||||
import { ControlPlane as _envoy_api_v2_core_ControlPlane, ControlPlane__Output as _envoy_api_v2_core_ControlPlane__Output } from './envoy/api/v2/core/ControlPlane';
|
||||
import { HealthStatus as _envoy_api_v2_core_HealthStatus } from './envoy/api/v2/core/HealthStatus';
|
||||
import { HealthCheck as _envoy_api_v2_core_HealthCheck, HealthCheck__Output as _envoy_api_v2_core_HealthCheck__Output } from './envoy/api/v2/core/HealthCheck';
|
||||
import { SocketOption as _envoy_api_v2_core_SocketOption, SocketOption__Output as _envoy_api_v2_core_SocketOption__Output } from './envoy/api/v2/core/SocketOption';
|
||||
import { HttpUri as _envoy_api_v2_core_HttpUri, HttpUri__Output as _envoy_api_v2_core_HttpUri__Output } from './envoy/api/v2/core/HttpUri';
|
||||
import { Pipe as _envoy_api_v2_core_Pipe, Pipe__Output as _envoy_api_v2_core_Pipe__Output } from './envoy/api/v2/core/Pipe';
|
||||
import { SocketAddress as _envoy_api_v2_core_SocketAddress, SocketAddress__Output as _envoy_api_v2_core_SocketAddress__Output } from './envoy/api/v2/core/SocketAddress';
|
||||
import { TcpKeepalive as _envoy_api_v2_core_TcpKeepalive, TcpKeepalive__Output as _envoy_api_v2_core_TcpKeepalive__Output } from './envoy/api/v2/core/TcpKeepalive';
|
||||
import { BindConfig as _envoy_api_v2_core_BindConfig, BindConfig__Output as _envoy_api_v2_core_BindConfig__Output } from './envoy/api/v2/core/BindConfig';
|
||||
import { Address as _envoy_api_v2_core_Address, Address__Output as _envoy_api_v2_core_Address__Output } from './envoy/api/v2/core/Address';
|
||||
import { CidrRange as _envoy_api_v2_core_CidrRange, CidrRange__Output as _envoy_api_v2_core_CidrRange__Output } from './envoy/api/v2/core/CidrRange';
|
||||
import { EventServiceConfig as _envoy_api_v2_core_EventServiceConfig, EventServiceConfig__Output as _envoy_api_v2_core_EventServiceConfig__Output } from './envoy/api/v2/core/EventServiceConfig';
|
||||
import { BackoffStrategy as _envoy_api_v2_core_BackoffStrategy, BackoffStrategy__Output as _envoy_api_v2_core_BackoffStrategy__Output } from './envoy/api/v2/core/BackoffStrategy';
|
||||
import { HttpUri as _envoy_api_v2_core_HttpUri, HttpUri__Output as _envoy_api_v2_core_HttpUri__Output } from './envoy/api/v2/core/HttpUri';
|
||||
import { SocketOption as _envoy_api_v2_core_SocketOption, SocketOption__Output as _envoy_api_v2_core_SocketOption__Output } from './envoy/api/v2/core/SocketOption';
|
||||
import { GrpcService as _envoy_api_v2_core_GrpcService, GrpcService__Output as _envoy_api_v2_core_GrpcService__Output } from './envoy/api/v2/core/GrpcService';
|
||||
import { Percent as _envoy_type_Percent, Percent__Output as _envoy_type_Percent__Output } from './envoy/type/Percent';
|
||||
import { FractionalPercent as _envoy_type_FractionalPercent, FractionalPercent__Output as _envoy_type_FractionalPercent__Output } from './envoy/type/FractionalPercent';
|
||||
import { SemanticVersion as _envoy_type_SemanticVersion, SemanticVersion__Output as _envoy_type_SemanticVersion__Output } from './envoy/type/SemanticVersion';
|
||||
import { CodecClientType as _envoy_type_CodecClientType } from './envoy/type/CodecClientType';
|
||||
import { SemanticVersion as _envoy_type_SemanticVersion, SemanticVersion__Output as _envoy_type_SemanticVersion__Output } from './envoy/type/SemanticVersion';
|
||||
import { StringMatcher as _envoy_type_matcher_StringMatcher, StringMatcher__Output as _envoy_type_matcher_StringMatcher__Output } from './envoy/type/matcher/StringMatcher';
|
||||
import { ListStringMatcher as _envoy_type_matcher_ListStringMatcher, ListStringMatcher__Output as _envoy_type_matcher_ListStringMatcher__Output } from './envoy/type/matcher/ListStringMatcher';
|
||||
import { RegexMatcher as _envoy_type_matcher_RegexMatcher, RegexMatcher__Output as _envoy_type_matcher_RegexMatcher__Output } from './envoy/type/matcher/RegexMatcher';
|
||||
|
@ -135,18 +135,9 @@ export namespace messages {
|
|||
export type LocalityLbEndpoints__Output = _envoy_api_v2_endpoint_LocalityLbEndpoints__Output;
|
||||
}
|
||||
export namespace core {
|
||||
export type Pipe = _envoy_api_v2_core_Pipe;
|
||||
export type Pipe__Output = _envoy_api_v2_core_Pipe__Output;
|
||||
export type SocketAddress = _envoy_api_v2_core_SocketAddress;
|
||||
export type SocketAddress__Output = _envoy_api_v2_core_SocketAddress__Output;
|
||||
export type TcpKeepalive = _envoy_api_v2_core_TcpKeepalive;
|
||||
export type TcpKeepalive__Output = _envoy_api_v2_core_TcpKeepalive__Output;
|
||||
export type BindConfig = _envoy_api_v2_core_BindConfig;
|
||||
export type BindConfig__Output = _envoy_api_v2_core_BindConfig__Output;
|
||||
export type Address = _envoy_api_v2_core_Address;
|
||||
export type Address__Output = _envoy_api_v2_core_Address__Output;
|
||||
export type CidrRange = _envoy_api_v2_core_CidrRange;
|
||||
export type CidrRange__Output = _envoy_api_v2_core_CidrRange__Output;
|
||||
export type HealthStatus = _envoy_api_v2_core_HealthStatus;
|
||||
export type HealthCheck = _envoy_api_v2_core_HealthCheck;
|
||||
export type HealthCheck__Output = _envoy_api_v2_core_HealthCheck__Output;
|
||||
export type RoutingPriority = _envoy_api_v2_core_RoutingPriority;
|
||||
export type RequestMethod = _envoy_api_v2_core_RequestMethod;
|
||||
export type TrafficDirection = _envoy_api_v2_core_TrafficDirection;
|
||||
|
@ -186,17 +177,26 @@ export namespace messages {
|
|||
export type RuntimeFractionalPercent__Output = _envoy_api_v2_core_RuntimeFractionalPercent__Output;
|
||||
export type ControlPlane = _envoy_api_v2_core_ControlPlane;
|
||||
export type ControlPlane__Output = _envoy_api_v2_core_ControlPlane__Output;
|
||||
export type HealthStatus = _envoy_api_v2_core_HealthStatus;
|
||||
export type HealthCheck = _envoy_api_v2_core_HealthCheck;
|
||||
export type HealthCheck__Output = _envoy_api_v2_core_HealthCheck__Output;
|
||||
export type SocketOption = _envoy_api_v2_core_SocketOption;
|
||||
export type SocketOption__Output = _envoy_api_v2_core_SocketOption__Output;
|
||||
export type HttpUri = _envoy_api_v2_core_HttpUri;
|
||||
export type HttpUri__Output = _envoy_api_v2_core_HttpUri__Output;
|
||||
export type Pipe = _envoy_api_v2_core_Pipe;
|
||||
export type Pipe__Output = _envoy_api_v2_core_Pipe__Output;
|
||||
export type SocketAddress = _envoy_api_v2_core_SocketAddress;
|
||||
export type SocketAddress__Output = _envoy_api_v2_core_SocketAddress__Output;
|
||||
export type TcpKeepalive = _envoy_api_v2_core_TcpKeepalive;
|
||||
export type TcpKeepalive__Output = _envoy_api_v2_core_TcpKeepalive__Output;
|
||||
export type BindConfig = _envoy_api_v2_core_BindConfig;
|
||||
export type BindConfig__Output = _envoy_api_v2_core_BindConfig__Output;
|
||||
export type Address = _envoy_api_v2_core_Address;
|
||||
export type Address__Output = _envoy_api_v2_core_Address__Output;
|
||||
export type CidrRange = _envoy_api_v2_core_CidrRange;
|
||||
export type CidrRange__Output = _envoy_api_v2_core_CidrRange__Output;
|
||||
export type EventServiceConfig = _envoy_api_v2_core_EventServiceConfig;
|
||||
export type EventServiceConfig__Output = _envoy_api_v2_core_EventServiceConfig__Output;
|
||||
export type BackoffStrategy = _envoy_api_v2_core_BackoffStrategy;
|
||||
export type BackoffStrategy__Output = _envoy_api_v2_core_BackoffStrategy__Output;
|
||||
export type HttpUri = _envoy_api_v2_core_HttpUri;
|
||||
export type HttpUri__Output = _envoy_api_v2_core_HttpUri__Output;
|
||||
export type SocketOption = _envoy_api_v2_core_SocketOption;
|
||||
export type SocketOption__Output = _envoy_api_v2_core_SocketOption__Output;
|
||||
export type GrpcService = _envoy_api_v2_core_GrpcService;
|
||||
export type GrpcService__Output = _envoy_api_v2_core_GrpcService__Output;
|
||||
}
|
||||
|
@ -207,9 +207,9 @@ export namespace messages {
|
|||
export type Percent__Output = _envoy_type_Percent__Output;
|
||||
export type FractionalPercent = _envoy_type_FractionalPercent;
|
||||
export type FractionalPercent__Output = _envoy_type_FractionalPercent__Output;
|
||||
export type CodecClientType = _envoy_type_CodecClientType;
|
||||
export type SemanticVersion = _envoy_type_SemanticVersion;
|
||||
export type SemanticVersion__Output = _envoy_type_SemanticVersion__Output;
|
||||
export type CodecClientType = _envoy_type_CodecClientType;
|
||||
export namespace matcher {
|
||||
export type StringMatcher = _envoy_type_matcher_StringMatcher;
|
||||
export type StringMatcher__Output = _envoy_type_matcher_StringMatcher__Output;
|
||||
|
@ -400,17 +400,21 @@ export namespace ClientInterfaces {
|
|||
}
|
||||
}
|
||||
export namespace core {
|
||||
export namespace Pipe {
|
||||
}
|
||||
export namespace SocketAddress {
|
||||
}
|
||||
export namespace TcpKeepalive {
|
||||
}
|
||||
export namespace BindConfig {
|
||||
}
|
||||
export namespace Address {
|
||||
}
|
||||
export namespace CidrRange {
|
||||
export namespace HealthCheck {
|
||||
export namespace Payload {
|
||||
}
|
||||
export namespace HttpHealthCheck {
|
||||
}
|
||||
export namespace TcpHealthCheck {
|
||||
}
|
||||
export namespace RedisHealthCheck {
|
||||
}
|
||||
export namespace GrpcHealthCheck {
|
||||
}
|
||||
export namespace CustomHealthCheck {
|
||||
}
|
||||
export namespace TlsOptions {
|
||||
}
|
||||
}
|
||||
export namespace Locality {
|
||||
}
|
||||
|
@ -448,30 +452,26 @@ export namespace ClientInterfaces {
|
|||
}
|
||||
export namespace ControlPlane {
|
||||
}
|
||||
export namespace HealthCheck {
|
||||
export namespace Payload {
|
||||
}
|
||||
export namespace HttpHealthCheck {
|
||||
}
|
||||
export namespace TcpHealthCheck {
|
||||
}
|
||||
export namespace RedisHealthCheck {
|
||||
}
|
||||
export namespace GrpcHealthCheck {
|
||||
}
|
||||
export namespace CustomHealthCheck {
|
||||
}
|
||||
export namespace TlsOptions {
|
||||
}
|
||||
export namespace Pipe {
|
||||
}
|
||||
export namespace SocketOption {
|
||||
export namespace SocketAddress {
|
||||
}
|
||||
export namespace HttpUri {
|
||||
export namespace TcpKeepalive {
|
||||
}
|
||||
export namespace BindConfig {
|
||||
}
|
||||
export namespace Address {
|
||||
}
|
||||
export namespace CidrRange {
|
||||
}
|
||||
export namespace EventServiceConfig {
|
||||
}
|
||||
export namespace BackoffStrategy {
|
||||
}
|
||||
export namespace HttpUri {
|
||||
}
|
||||
export namespace SocketOption {
|
||||
}
|
||||
export namespace GrpcService {
|
||||
export namespace EnvoyGrpc {
|
||||
}
|
||||
|
@ -698,12 +698,8 @@ export interface ProtoGrpcType {
|
|||
LocalityLbEndpoints: MessageTypeDefinition
|
||||
}
|
||||
core: {
|
||||
Pipe: MessageTypeDefinition
|
||||
SocketAddress: MessageTypeDefinition
|
||||
TcpKeepalive: MessageTypeDefinition
|
||||
BindConfig: MessageTypeDefinition
|
||||
Address: MessageTypeDefinition
|
||||
CidrRange: MessageTypeDefinition
|
||||
HealthStatus: EnumTypeDefinition
|
||||
HealthCheck: MessageTypeDefinition
|
||||
RoutingPriority: EnumTypeDefinition
|
||||
RequestMethod: EnumTypeDefinition
|
||||
TrafficDirection: EnumTypeDefinition
|
||||
|
@ -725,12 +721,16 @@ export interface ProtoGrpcType {
|
|||
TransportSocket: MessageTypeDefinition
|
||||
RuntimeFractionalPercent: MessageTypeDefinition
|
||||
ControlPlane: MessageTypeDefinition
|
||||
HealthStatus: EnumTypeDefinition
|
||||
HealthCheck: MessageTypeDefinition
|
||||
SocketOption: MessageTypeDefinition
|
||||
HttpUri: MessageTypeDefinition
|
||||
Pipe: MessageTypeDefinition
|
||||
SocketAddress: MessageTypeDefinition
|
||||
TcpKeepalive: MessageTypeDefinition
|
||||
BindConfig: MessageTypeDefinition
|
||||
Address: MessageTypeDefinition
|
||||
CidrRange: MessageTypeDefinition
|
||||
EventServiceConfig: MessageTypeDefinition
|
||||
BackoffStrategy: MessageTypeDefinition
|
||||
HttpUri: MessageTypeDefinition
|
||||
SocketOption: MessageTypeDefinition
|
||||
GrpcService: MessageTypeDefinition
|
||||
}
|
||||
}
|
||||
|
@ -738,8 +738,8 @@ export interface ProtoGrpcType {
|
|||
type: {
|
||||
Percent: MessageTypeDefinition
|
||||
FractionalPercent: MessageTypeDefinition
|
||||
SemanticVersion: MessageTypeDefinition
|
||||
CodecClientType: EnumTypeDefinition
|
||||
SemanticVersion: MessageTypeDefinition
|
||||
matcher: {
|
||||
StringMatcher: MessageTypeDefinition
|
||||
ListStringMatcher: MessageTypeDefinition
|
||||
|
@ -857,17 +857,21 @@ export namespace ServiceHandlers {
|
|||
}
|
||||
}
|
||||
export namespace core {
|
||||
export namespace Pipe {
|
||||
}
|
||||
export namespace SocketAddress {
|
||||
}
|
||||
export namespace TcpKeepalive {
|
||||
}
|
||||
export namespace BindConfig {
|
||||
}
|
||||
export namespace Address {
|
||||
}
|
||||
export namespace CidrRange {
|
||||
export namespace HealthCheck {
|
||||
export namespace Payload {
|
||||
}
|
||||
export namespace HttpHealthCheck {
|
||||
}
|
||||
export namespace TcpHealthCheck {
|
||||
}
|
||||
export namespace RedisHealthCheck {
|
||||
}
|
||||
export namespace GrpcHealthCheck {
|
||||
}
|
||||
export namespace CustomHealthCheck {
|
||||
}
|
||||
export namespace TlsOptions {
|
||||
}
|
||||
}
|
||||
export namespace Locality {
|
||||
}
|
||||
|
@ -905,30 +909,26 @@ export namespace ServiceHandlers {
|
|||
}
|
||||
export namespace ControlPlane {
|
||||
}
|
||||
export namespace HealthCheck {
|
||||
export namespace Payload {
|
||||
}
|
||||
export namespace HttpHealthCheck {
|
||||
}
|
||||
export namespace TcpHealthCheck {
|
||||
}
|
||||
export namespace RedisHealthCheck {
|
||||
}
|
||||
export namespace GrpcHealthCheck {
|
||||
}
|
||||
export namespace CustomHealthCheck {
|
||||
}
|
||||
export namespace TlsOptions {
|
||||
}
|
||||
export namespace Pipe {
|
||||
}
|
||||
export namespace SocketOption {
|
||||
export namespace SocketAddress {
|
||||
}
|
||||
export namespace HttpUri {
|
||||
export namespace TcpKeepalive {
|
||||
}
|
||||
export namespace BindConfig {
|
||||
}
|
||||
export namespace Address {
|
||||
}
|
||||
export namespace CidrRange {
|
||||
}
|
||||
export namespace EventServiceConfig {
|
||||
}
|
||||
export namespace BackoffStrategy {
|
||||
}
|
||||
export namespace HttpUri {
|
||||
}
|
||||
export namespace SocketOption {
|
||||
}
|
||||
export namespace GrpcService {
|
||||
export namespace EnvoyGrpc {
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue