Navigation :
DestinationSpec
Package: gloo.solo.io
Types:
Source File: github.com/solo-io/gloo/projects/gloo/api/v1/destination_spec.proto
DestinationSpec
Configuration for Destinations that are tied to the UpstreamSpec or ServiceSpec on that destination
"aws": .aws.options.gloo.solo.io.DestinationSpec
"azure": .azure.options.gloo.solo.io.DestinationSpec
"rest": .rest.options.gloo.solo.io.DestinationSpec
"grpc": .grpc.options.gloo.solo.io.DestinationSpec
Field |
Type |
Description |
aws |
.aws.options.gloo.solo.io.DestinationSpec |
Only one of aws , azure , rest , or grpc can be set. |
azure |
.azure.options.gloo.solo.io.DestinationSpec |
Only one of azure , aws , rest , or grpc can be set. |
rest |
.rest.options.gloo.solo.io.DestinationSpec |
Only one of rest , aws , azure , or grpc can be set. |
grpc |
.grpc.options.gloo.solo.io.DestinationSpec |
Only one of grpc , aws , azure , or rest can be set. |