Navigation :
Get started
Concepts
Set up and manage Gloo Mesh
Process and route traffic
Control traffic with policies
Monitor health
Ambient mesh (experimental)
Gloo GraphQL module
Reference
-
API reference
-- AccessLogging
-- AccessLogPolicy
-- AccessPolicy
-- ApiDoc
-- ApprovalState
-- AuthConfig
-- CaOptions
-- Clientmode
-- ClientTlsPolicy
-- CloudProvider
-- CloudProviderOptions
-- CloudResources
-- ConnectionPolicy
-- Core
-- CorsPolicy
-- CsrfPolicy
-- Cue
-- Dashboard
-- DlpPolicy
-- EnforcementLayers
-- ExtAuthPolicy
-- ExtAuthServer
-- ExternalEndpoint
-- ExternalService
-- FailoverPolicy
-- FaultInjectionPolicy
-- GatewayLifecycleManager
-- GraphQLAllowedQueryPolicy
-- GraphQLPersistedQueryCachePolicy
-- GraphQLResolverMap
-- GraphQLSchema
-- GraphQLStitchedSchema
-- HeaderManipulation
-- HttpBufferPolicy
-- HttpMatchers
-- IstioLifecycleManager
-- IstioOperator
-- JwtPolicy
-- K8SReports
-- Keepalive
-- KubernetesCluster
-- Locality
-- Metrics
-- MirrorPolicy
-- OutlierDetectionPolicy
-- Phase
-- Port
-- Portal
-- PortalGroup
-- ProxyProtocolPolicy
-- Ratelimit
-- RatelimitClientConfig
-- RatelimitPolicy
-- RatelimitServerConfig
-- RatelimitServerSettings
-- Ref
-- References
-- RetryTimeoutPolicy
-- RootTrustPolicy
-- RouteTable
-- Selectors
-- SoloKit
-- Status
-- StatusNew
-- 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
- Scalability testing
Troubleshoot issues
Get help and support
StatusNew
Proto : status_new.proto
Package : common.gloo.solo.io
Types :
State
Field
Description
observedGeneration
(int64
) The most recent generation observed in the the object's metadata. If the observedGeneration
does not match metadata.generation
, Gloo Mesh has not processed the most recent version of this object.
approval
(ApprovalState
) Whether the resource has been accepted as valid and processed in the Gloo Mesh config translation.
message
(string
) Additional information about the current state of the resource.
Status
Field
Description
state
(State
)
workspaceConditions
(repeated Status.WorkspaceConditionsEntry
) A map of ApprovalState to the number of workspaces in this condition, e.g., “Accepted” -> 2 “Pending” -> 1
Status.WorkspaceConditionsEntry
Field
Description
key
(string
)
value
(uint32
)