package
0.0.0-20250305113347-723568176820
Repository: https://github.com/cilium/proxy.git
Documentation: pkg.go.dev
# Constants
No description provided by the author
No description provided by the author
[#not-implemented-hide:] QUIC implementation is not production ready yet.
100.
1,000,000.
10,000.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Empty - This code not part of the HTTP status code specification, but it is needed for proto `enum` type.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
Enum value maps for CodecClientType.
Enum value maps for CodecClientType.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Enum value maps for FractionalPercent_DenominatorType.
Enum value maps for FractionalPercent_DenominatorType.
Enum value maps for StatusCode.
Enum value maps for StatusCode.
# Structs
Specifies the double start and end of the range using half-open interval semantics [start, end).
DoubleRangeValidationError is the validation error returned by DoubleRange.Validate if the designated constraints aren't met.
A fractional percentage is used in cases in which for performance reasons performing floating point to integer conversions during randomness calculations is undesirable.
FractionalPercentValidationError is the validation error returned by FractionalPercent.Validate if the designated constraints aren't met.
Specifies the hash policy.
The source IP will be used to compute the hash used by hash-based load balancing algorithms.
No description provided by the author
HashPolicy_SourceIpValidationError is the validation error returned by HashPolicy_SourceIp.Validate if the designated constraints aren't met.
HashPolicyValidationError is the validation error returned by HashPolicy.Validate if the designated constraints aren't met.
HTTP status.
HttpStatusValidationError is the validation error returned by HttpStatus.Validate if the designated constraints aren't met.
Specifies the int32 start and end of the range using half-open interval semantics [start, end).
Int32RangeValidationError is the validation error returned by Int32Range.Validate if the designated constraints aren't met.
Specifies the int64 start and end of the range using half-open interval semantics [start, end).
Int64RangeValidationError is the validation error returned by Int64Range.Validate if the designated constraints aren't met.
Identifies a percentage, in the range [0.0, 100.0].
PercentValidationError is the validation error returned by Percent.Validate if the designated constraints aren't met.
Envoy uses SemVer (https://semver.org/).
SemanticVersionValidationError is the validation error returned by SemanticVersion.Validate if the designated constraints aren't met.
Configures a token bucket, typically used for rate limiting.
TokenBucketValidationError is the validation error returned by TokenBucket.Validate if the designated constraints aren't met.
# Type aliases
No description provided by the author
DoubleRangeMultiError is an error wrapping multiple validation errors returned by DoubleRange.ValidateAll() if the designated constraints aren't met.
Fraction percentages support several fixed denominator values.
FractionalPercentMultiError is an error wrapping multiple validation errors returned by FractionalPercent.ValidateAll() if the designated constraints aren't met.
HashPolicy_SourceIpMultiError is an error wrapping multiple validation errors returned by HashPolicy_SourceIp.ValidateAll() if the designated constraints aren't met.
HashPolicyMultiError is an error wrapping multiple validation errors returned by HashPolicy.ValidateAll() if the designated constraints aren't met.
HttpStatusMultiError is an error wrapping multiple validation errors returned by HttpStatus.ValidateAll() if the designated constraints aren't met.
Int32RangeMultiError is an error wrapping multiple validation errors returned by Int32Range.ValidateAll() if the designated constraints aren't met.
Int64RangeMultiError is an error wrapping multiple validation errors returned by Int64Range.ValidateAll() if the designated constraints aren't met.
PercentMultiError is an error wrapping multiple validation errors returned by Percent.ValidateAll() if the designated constraints aren't met.
SemanticVersionMultiError is an error wrapping multiple validation errors returned by SemanticVersion.ValidateAll() if the designated constraints aren't met.
HTTP response codes supported in Envoy.
TokenBucketMultiError is an error wrapping multiple validation errors returned by TokenBucket.ValidateAll() if the designated constraints aren't met.