Navigation :
Get started
Concepts
Set up and manage Gloo Mesh
Process and route traffic
Control traffic with policies
Monitor health
Alpha: Ambient mesh
Gloo GraphQL module
Reference
-
API reference
-- AccessLogPolicy
-- AccessPolicy
-- ActiveHealthCheckPolicy
-- ApiDoc
-- ApiSchemaDiscovery
-- ApprovalState
-- AuthConfig
-- CaOptions
-- Clientmode
-- ClientTlsPolicy
-- CloudProvider
-- CloudProviderOptions
-- CloudResources
-- ConnectionPolicy
-- Core
-- CorsPolicy
-- CsrfPolicy
-- Cue
-- Dashboard
-- DlpPolicy
-- EnforcementLayers
-- ExtAuthPolicy
-- ExtAuthServer
-- ExternalEndpoint
-- ExternalService
-- ExternalWorkload
-- FailoverPolicy
-- FaultInjectionPolicy
-- GatewayLifecycleManager
-- GraphQLAllowedQueryPolicy
-- GraphQLPersistedQueryCachePolicy
-- GraphQLResolverMap
-- GraphQLSchema
-- GraphQLStitchedSchema
-- HeaderManipulation
-- HttpBufferPolicy
-- HttpMatchers
-- InternalAdmin
-- IstioLifecycleManager
-- IstioOperator
-- JwtPolicy
-- K8SReports
-- Keepalive
-- KubernetesCluster
-- ListenerConnectionPolicy
-- LoadBalancerPolicy
-- Locality
-- MirrorPolicy
-- OutlierDetectionPolicy
-- Phase
-- Port
-- Portal
-- PortalGroup
-- ProxyProtocolPolicy
-- Ratelimit
-- RatelimitClientConfig
-- RatelimitPolicy
-- RatelimitServerConfig
-- RatelimitServerSettings
-- Ref
-- References
-- RetryTimeoutPolicy
-- RootTrustPolicy
-- RouteTable
-- Selectors
-- SoloKit
-- Status
-- StringMatch
-- TcpMatchers
-- TlsMatchers
-- TransformationPolicy
-- TrimProxyConfigPolicy
-- VaultCa
-- VirtualDestination
-- VirtualGateway
-- WafPolicy
-- WasmDeploymentPolicy
-- WaypointLifecycleManager
-- Workspace
-- WorkspaceSettings
-
CLI reference
-
Helm value reference
-
Version reference
-
Changelog
-
Security and CVE report
- Gloo Mesh scalability
Troubleshoot issues
Get help and support
CloudResources
Proto : cloud_resources.proto
Package : infrastructure.gloo.solo.io
Types :
CloudResourcesSpec
CloudResources are units of functionality that back a referenced CloudProvider resource. These bits of functionality
can be referenced in the route table to route to the corresponding backend service.
Field
Description
provider
(string
) The name of the cloud provider that this configuration references. Must live in the same namespace as the CloudResources.
aws
(CloudResourcesSpec.AWSResources
) AWSResources discovered resources from AWS
CloudResourcesSpec.AWSResources
AWSResources discovered resources from AWS
CloudResourcesSpec.AWSResources.Lambda
Each Lambda Function contains data necessary for Gloo Mesh to invoke those functions:
Field
Description
lambdaFunctionName
(string
) The Name of the Lambda Function as it appears in the AWS Lambda Portal
qualifier
(string
) The Qualifier for the Lambda Function. Qualifiers act as a kind of version for Lambda Functions. See https://docs.aws.amazon.com/lambda/latest/dg/API_Invoke.html for more info.