ingress.proto
Package: supergloo.solo.io
Types:
- MeshIngress Top-Level Resource
- GlooMeshIngress
Source File: github.com/solo-io/supergloo/api/v1/ingress.proto
MeshIngress
MeshIngress represents a managed ingress (edge router) which can proxy connections for services in Mesh managed by SuperGloo. SuperGloo will perform additional configuration, if necessary, to enable proxying services which are using mTLS for communication.
"status": .core.solo.io.Status
"metadata": .core.solo.io.Metadata
"gloo": .supergloo.solo.io.GlooMeshIngress
"installationNamespace": string
"meshes": []core.solo.io.ResourceRef
Field | Type | Description | Default |
---|---|---|---|
status |
.core.solo.io.Status | Status indicates the validation status of this resource. Status is read-only by clients, and set by supergloo during validation | |
metadata |
.core.solo.io.Metadata | Metadata contains the object metadata for this resource | |
gloo |
.supergloo.solo.io.GlooMeshIngress | ||
installationNamespace |
string |
where the ingress has been installed | |
meshes |
[]core.solo.io.ResourceRef | reference to the Mesh(s) that this ingress is acting upon enable the ingress to route to services within these mTLS-enabled meshes |
GlooMeshIngress
Mesh ingress object for gloo
Field | Type | Description | Default |
---|