Navigation :
Ingress
Package: ingress.solo.io
Types:
Source File: github.com/solo-io/gloo/projects/ingress/api/v1/ingress.proto
Ingress
A simple wrapper for a Kubernetes Ingress Object.
"kubeIngressSpec": .google.protobuf.Any
"kubeIngressStatus": .google.protobuf.Any
"metadata": .core.solo.io.Metadata
Field |
Type |
Description |
kubeIngressSpec |
.google.protobuf.Any |
a raw byte representation of the kubernetes ingress this resource wraps. |
kubeIngressStatus |
.google.protobuf.Any |
a raw byte representation of the ingress status of the kubernetes ingress object. |
metadata |
.core.solo.io.Metadata |
Metadata contains the object metadata for this resource. |