Get desktop application:
View/edit binary Protocol Buffers messages
Used in: Endpoint
string target = 1
optional int64 weight = 2
optional HealthCheck health_check = 3
bool tls = 4
string tls_config_name = 5
map<string, string> metadata = 6
Used in: Retry, middleware.circuitbreaker.v1.CircuitBreaker
oneof condition
string by_status_code = 1
Used in: Condition
string name = 1
string value = 2
Used in: Gateway, PriorityConfig, middleware.circuitbreaker.v1.BackupService
string path = 1
string method = 2
string description = 3
repeated Middleware middlewares = 6
repeated Backend backends = 7
optional Retry retry = 8
map<string, string> metadata = 9
string host = 10
string name = 1
string version = 2
repeated string hosts = 3
repeated Endpoint endpoints = 4
repeated Middleware middlewares = 5
map<string, TLS> tls_store = 6
Used in: Backend
(message has no fields)
Used in: Endpoint, Gateway
string name = 1
bool required = 3
string name = 1
string version = 2
repeated Endpoint endpoints = 3
Used in: Endpoint
UNSPECIFIED = 0
HTTP = 1
GRPC = 2
Used in: Endpoint
uint32 attempts = 1
repeated Condition conditions = 3
repeated string priorities = 4
Used in: Gateway
bool insecure = 1
string cacert = 2
string cert = 3
string key = 4
string server_name = 5