Navigation :
Installation
Tutorial
APIs
- aws.proto
- azure.proto
- circuit_breaker.proto
- connection.proto
- consul.proto
- descriptor.proto
- destination_rule.proto
- duration.proto
- extensions.proto
- fault.proto
- gateway.proto
- glooshot.proto
- glooshot.solo.io.project
- gogo.proto
- grpc.proto
- grpc_web.proto
- hcm.proto
- ingress.proto
- install.proto
- kubernetes.proto
- load_balancer.proto
- mesh.proto
- metadata.proto
- parameters.proto
- plugins.proto
- policy.proto
- prefix_rewrite.proto
- proxy.proto
- rbac.proto
- ref.proto
- rest.proto
- retries.proto
- routing.proto
- security.proto
- selector.proto
- service_spec.proto
- sidecar.proto
- solo-kit.proto
- ssl.proto
- static.proto
- status.proto
- struct.proto
- subset.proto
- subset_spec.proto
- timestamp.proto
- transformation.proto
- virtual_service.proto
- wrappers.proto
azure.proto
Package: azure.plugins.gloo.solo.io
Types:
UpstreamSpec
Upstream Spec for Azure Functions Upstreams
Azure Upstreams represent a collection of Azure Functions for a particular Azure Account
within a particular Function App
"functionAppName" : string
"secretRef" : .core.solo.io.ResourceRef
"functions" : [] azure.plugins.gloo.solo.io.UpstreamSpec.FunctionSpec
FunctionSpec
Function Spec for Functions on Azure Functions Upstreams
The Function Spec contains data necessary for Gloo to invoke Azure functions
"functionName" : string
"authLevel" : .azure.plugins.gloo.solo.io.UpstreamSpec.FunctionSpec.AuthLevel
AuthLevel
Name
Description
Anonymous
Function
Admin
DestinationSpec
Field
Type
Description
Default
functionName
string
The Function Name of the FunctionSpec to be invoked.