Documentation
¶
Index ¶
- Constants
- func DNSClusterResource() *clusterv3.Cluster
- func DNSListenerResourceGroup(workloadID string, clusterName string, listenerAddr netip.AddrPort, ...) (xds.ResourceGroup, error)
- func OriginalDstClusterResource() *clusterv3.Cluster
- func WorkloadResources(workloadID string, httpListenerAddr netip.AddrPort, ...) (xds.ResourceGroup, error)
- type Config
- type Server
- type Service
Constants ¶
View Source
const ( DNSClusterName = "dns" OriginalDstClusterName = "public" TCPPort = 9111 HTTPPort = 9080 DNSPort = 9053 )
Variables ¶
This section is empty.
Functions ¶
func DNSClusterResource ¶
Types ¶
type Server ¶
type Server struct {
proxyv1alpha1.UnimplementedProxyServiceServer
// contains filtered or unexported fields
}
func (*Server) CreateListeners ¶
func (s *Server) CreateListeners( ctx context.Context, req *proxyv1alpha1.CreateListenersRequest, ) (*proxyv1alpha1.CreateListenersResponse, error)
func (*Server) DeleteListeners ¶
func (s *Server) DeleteListeners( ctx context.Context, req *proxyv1alpha1.DeleteListenersRequest, ) (*proxyv1alpha1.DeleteListenersResponse, error)
Click to show internal directories.
Click to hide internal directories.