Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type XDSServer ¶
type XDSServer struct {
// contains filtered or unexported fields
}
XDSServer manages the Envoy configuration via xDS protocol using go-control-plane
func NewXDSServer ¶
NewXDSServer creates a new xDS server with go-control-plane
func (*XDSServer) RemoveProxyConfig ¶
RemoveProxyConfig removes the xDS configuration for a specific proxy
func (*XDSServer) UpdateProxyConfig ¶
func (xs *XDSServer) UpdateProxyConfig(ctx context.Context, proxy *hostedclusterv1alpha1.ProxyServer) error
UpdateProxyConfig updates the xDS configuration for a specific proxy
Click to show internal directories.
Click to hide internal directories.