Documentation ¶
Overview ¶
Package grpc provides a gRPC implementation of the Envoy v2 xDS API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAPI ¶
func NewAPI(log logrus.FieldLogger, t *contour.Translator) *grpc.Server
NewAPI returns a *grpc.Server which responds to the Envoy v2 xDS gRPC API.
Types ¶
type CDS ¶
type CDS struct {
// contains filtered or unexported fields
}
CDS implements the CDS v2 gRPC API.
type EDS ¶
type EDS struct {
// contains filtered or unexported fields
}
EDS implements the EDS v2 gRPC API.
type LDS ¶
type LDS struct {
// contains filtered or unexported fields
}
LDS implements the LDS v2 gRPC API.
Click to show internal directories.
Click to hide internal directories.