Navigation :
Getting Started
What is Gloo Gateway?
Setup
Guides
Operations
Reference
-
Open Source Attribution
-
API Reference
-- address.proto
-- advanced_http.proto
-- als.proto
-- annotations.proto
-- any.proto
-- api.proto
-- artifact.proto
-- aws.proto
-- aws_ec2.proto
-- azure.proto
-- base.proto
-- caching.proto
-- circuit_breaker.proto
-- cluster.proto
-- connection.proto
-- connection_limit.proto
-- consul.proto
-- core.proto
-- cors.proto
-- deprecation.proto
-- descriptor.proto
-- discovery.proto
-- dlp.proto
-- duration.proto
-- dynamic_forward_proxy.proto
-- empty.proto
-- endpoint.proto
-- envoy.glooe.solo.io.project
-- envoy_glooe_solo_io.project
-- ext.proto
-- extauth.proto
-- extensions.proto
-- external_options.proto
-- extproc.proto
-- failover.proto
-- failover.proto
-- fault.proto
-- field_mask.proto
-- gateway.proto
-- gateway.solo.io.project
-- gateway_solo_io.project
-- gcp.proto
-- gloo.solo.io.project
-- gloo_solo_io.project
-- gloo_validation.proto
-- glooe.solo.io.project
-- glooe_solo_io.project
-- graphql.proto
-- graphql.proto
-- grpc.proto
-- grpc_json.proto
-- grpc_web.proto
-- hcm.proto
-- header_validation.proto
-- headers.proto
-- healthcheck.proto
-- http.proto
-- http_gateway.proto
-- http_uri.proto
-- ingress.proto
-- instance.proto
-- jwt.proto
-- kubernetes.proto
-- lbhash.proto
-- load_balancer.proto
-- local_ratelimit.proto
-- matchable_http_gateway.proto
-- matchable_tcp_gateway.proto
-- matchers.proto
-- metadata.proto
-- metrics.proto
-- options.proto
-- parameters.proto
-- percent.proto
-- pipe.proto
-- placement.proto
-- protocol.proto
-- protocol_upgrade.proto
-- proxy.proto
-- proxy_endpoint.proto
-- proxy_protocol.proto
-- proxy_protocol.proto
-- query_options.proto
-- ratelimit.proto
-- ratelimit.proto
-- ratelimit.proto
-- rbac.proto
-- ref.proto
-- rest.proto
-- retries.proto
-- route.proto
-- route_table.proto
-- router.proto
-- secret.proto
-- selectors.proto
-- semantic_version.proto
-- service.proto
-- service_spec.proto
-- settings.proto
-- shadowing.proto
-- snap.proto
-- socket_option.proto
-- solo-discovery-service.proto
-- solo-kit.proto
-- source_context.proto
-- ssl.proto
-- ssl.proto
-- stages.proto
-- stateful_session.proto
-- statefulsession.proto
-- statefulsession.proto
-- static.proto
-- stats.proto
-- status.proto
-- status.proto
-- struct.proto
-- subset.proto
-- subset_spec.proto
-- tap.proto
-- tap.proto
-- tcp.proto
-- timestamp.proto
-- trace.proto
-- tracing.proto
-- transformation.proto
-- type.proto
-- upstream.proto
-- version.proto
-- virtual_service.proto
-- waf.proto
-- wasm.proto
-- wrappers.proto
-
Command Line Reference
-
Changelog
-
Helm Chart Values
-
Security Updates
- Security Posture
- Gloo Gateway Port Reference
- Release Support
-
Cheatsheets
Contribution Guide
Get help and support
placement.proto
Package: core.fed.solo.io
Types:
Object Metadata to be written with the resource into the remote cluster
"annotations": map<string, string>
"labels": map<string, string>
"name": string
Field
Type
Description
annotations
map<string, string>
labels
map<string, string>
name
string
PlacementStatus
"clusters": map<string, .core.fed.solo.io.PlacementStatus.Cluster>
"state": .core.fed.solo.io.PlacementStatus.State
"message": string
"observedGeneration": int
"writtenBy": string
Field
Type
Description
clusters
map<string, .core.fed.solo.io.PlacementStatus.Cluster>
map containing the name of the cluster, with the associated Cluster namespaces.
state
.core.fed.solo.io.PlacementStatus.State
message
string
observedGeneration
int
metadata.Generation of the resource which has been processed.
writtenBy
string
A field indicating the entity responsible for writing this status. This is useful for determining if the pod has been restarted since the resource was processed. Typically this value will be set to metadata.name of the pod.
Namespace
"state": .core.fed.solo.io.PlacementStatus.State
"message": string
Cluster
"namespaces": map<string, .core.fed.solo.io.PlacementStatus.Namespace>
Field
Type
Description
namespaces
map<string, .core.fed.solo.io.PlacementStatus.Namespace>
map containing the name of the namespace, with the associated status.
State
Name
Description
UNKNOWN
UNKNOWN indicates that the system does not know the placement status of the resource.
PLACED
PLACED indicates that the resource has been placed as specified.
FAILED
FAILED indicates that the resource could not be placed in a specified destination.
STALE
STALE indicates that the resource continues to be present in a destination that is no longer specified.
INVALID
INVALID indicates that the resource cannot be placed as specified because one or more destinations do not exist.
PENDING
PENDING indicates that the resource is waiting to be processed.