range.proto
Package: solo.io.envoy.type
Types:
Source File: github.com/solo-io/gloo/projects/gloo/api/external/envoy/type/range.proto
Int64Range
Specifies the int64 start and end of the range using half-open interval semantics [start, end).
"start": int
"end": int
Field | Type | Description |
---|---|---|
start |
int |
start of the range (inclusive). |
end |
int |
end of the range (exclusive). |
DoubleRange
Specifies the double start and end of the range using half-open interval semantics [start, end).
"start": float
"end": float
Field | Type | Description |
---|---|---|
start |
float |
start of the range (inclusive). |
end |
float |
end of the range (exclusive). |