Home
last modified time | relevance | path

Searched defs:PushContext (Results 1 – 25 of 145) sorted by relevance

123456

/dports/sysutils/istio/istio-1.6.7/pilot/pkg/model/
H A Dpush_context.go55 type PushContext struct { struct
56 proxyStatusMutex sync.RWMutex
64 Mutex sync.Mutex `json:"-"`
77 publicServices []*Service
83 QuotaSpec []Config `json:"-"`
100 clusterLocalHosts host.Names
108 allGateways []Config
125 ServiceDiscovery `json:"-"`
128 IstioConfigStore `json:"-"`
133 initDone bool
[all …]
H A Dsidecar.go142 func DefaultSidecarScopeForNamespace(ps *PushContext, configNamespace string) *SidecarScope {
203 func ConvertToSidecarScope(ps *PushContext, sidecarConfig *Config, configNamespace string) *Sidecar…
340 func convertIstioListenerToWrapper(ps *PushContext, configNamespace string,
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/networking/core/v1alpha3/
H A Dnetworkfilter.go51 func buildInboundNetworkFilters(push *model.PushContext, node *model.Proxy, instance *model.Service…
68 func setAccessLog(push *model.PushContext, config *tcp_proxy.TcpProxy) {
80 func setAccessLogAndBuildTCPFilter(push *model.PushContext, config *tcp_proxy.TcpProxy) *listener.F…
92 func buildOutboundNetworkFiltersWithSingleDestination(push *model.PushContext, node *model.Proxy,
113 push *model.PushContext, port *model.Port, configMeta model.ConfigMeta) []*listener.Filter {
185 routes []*networking.RouteDestination, push *model.PushContext,
235 func buildOutboundAutoPassthroughFilterStack(push *model.PushContext, node *model.Proxy, port *mode…
H A Dgateway.go49 push *model.PushContext,
199 …iggen *ConfigGeneratorImpl) buildGatewayHTTPRouteConfig(node *model.Proxy, push *model.PushContext,
505 node *model.Proxy, push *model.PushContext, server *networking.Server,
550 func buildGatewayNetworkFiltersFromTCPRoutes(node *model.Proxy, push *model.PushContext, server *ne…
592 func buildGatewayNetworkFiltersFromTLSRoutes(node *model.Proxy, push *model.PushContext, server *ne…
H A Dlistener_builder.go184 func NewListenerBuilder(node *model.Proxy, push *model.PushContext) *ListenerBuilder {
403 node *model.Proxy, push *model.PushContext) ([]*listener.FilterChain, bool) {
501 node *model.Proxy, push *model.PushContext) []*listener.FilterChain {
602 func buildOutboundCatchAllNetworkFiltersOnly(push *model.PushContext, node *model.Proxy) []*listene…
640 node *model.Proxy, push *model.PushContext) []*listener.FilterChain {
H A Dhttproute.go46 func (configgen *ConfigGeneratorImpl) BuildHTTPRoutes(node *model.Proxy, push *model.PushContext,
87 …node *model.Proxy, push *model.PushContext, instance *model.ServiceInstance, clusterName string) *…
132 …onfigGeneratorImpl) buildSidecarOutboundHTTPRouteConfig(node *model.Proxy, push *model.PushContext,
219 … *ConfigGeneratorImpl) buildSidecarOutboundVirtualHosts(node *model.Proxy, push *model.PushContext,
H A Dtls.go96 func buildSidecarOutboundTLSFilterChainOpts(node *model.Proxy, push *model.PushContext, destination…
206 func buildSidecarOutboundTCPFilterChainOpts(node *model.Proxy, push *model.PushContext, destination…
313 func buildSidecarOutboundTCPTLSFilterChainOpts(node *model.Proxy, push *model.PushContext,
H A Dcluster.go96 func (configgen *ConfigGeneratorImpl) BuildClusters(proxy *model.Proxy, push *model.PushContext) []…
154 … *ConfigGeneratorImpl) buildOutboundClusters(proxy *model.Proxy, push *model.PushContext) []*apiv2…
215 …gGeneratorImpl) buildOutboundSniDnatClusters(proxy *model.Proxy, push *model.PushContext) []*apiv2…
247 func buildLocalityLbEndpoints(proxy *model.Proxy, push *model.PushContext, proxyNetworkView map[str…
332push *model.PushContext, instances []*model.ServiceInstance, managementPorts []*model.Port) []*api…
733 func applyConnectionPool(push *model.PushContext, cluster *apiv2.Cluster, settings *networking.Conn…
785 func applyTCPKeepalive(push *model.PushContext, cluster *apiv2.Cluster, settings *networking.Connec…
H A Dlistener.go445 push *model.PushContext) []*xdsapi.Listener {
460 func (configgen *ConfigGeneratorImpl) buildSidecarListeners(push *model.PushContext, builder *Liste…
478 push *model.PushContext) []*xdsapi.Listener {
906 push *model.PushContext) []*xdsapi.Listener {
1136 push *model.PushContext) *xdsapi.Listener {
1727 push *model.PushContext,
1790 func buildSidecarInboundMgmtListeners(node *model.Proxy, push *model.PushContext, managementPorts m…
H A Dcluster_builder.go44 func NewClusterBuilder(proxy *model.Proxy, push *model.PushContext) *ClusterBuilder {
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/proxy/envoy/v2/
H A Deds.go71 func buildEnvoyLbEndpoint(e *model.IstioEndpoint, push *model.PushContext) *endpoint.LbEndpoint {
102 func (s *DiscoveryServer) UpdateServiceShards(push *model.PushContext) error {
316 …(s *DiscoveryServer) loadAssignmentsForClusterIsolated(proxy *model.Proxy, push *model.PushContext,
376 …clusterName string, proxy *model.Proxy, push *model.PushContext, edsUpdatedServices map[string]str…
420 func (s *DiscoveryServer) pushEds(push *model.PushContext, con *XdsConnection, version string, edsU…
467 func getDestinationRule(push *model.PushContext, proxy *model.Proxy, hostname host.Name, clusterPor…
484 func getOutlierDetectionAndLoadBalancerSettings(push *model.PushContext, proxy *model.Proxy, cluste…
540 push *model.PushContext) []*endpoint.LocalityLbEndpoints {
H A Dcds.go49 func (s *DiscoveryServer) pushCds(con *XdsConnection, push *model.PushContext, version string) erro…
H A Dlds.go26 func (s *DiscoveryServer) pushLds(con *XdsConnection, push *model.PushContext, version string) erro…
H A Drds.go28 func (s *DiscoveryServer) pushRoute(con *XdsConnection, push *model.PushContext, version string) er…
H A Dep_filters.go32 func EndpointsByNetworkFilter(push *model.PushContext, proxyNetwork string, endpoints []*endpoint.L…
H A Dgen2.go128 func (s *DiscoveryServer) pushGeneratorV2(con *XdsConnection, push *model.PushContext, currentVersi…
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/networking/core/
H A Dconfiggen.go31 BuildListeners(node *model.Proxy, push *model.PushContext) []*v2.Listener
34 BuildClusters(node *model.Proxy, push *model.PushContext) []*v2.Cluster
37 …BuildHTTPRoutes(node *model.Proxy, push *model.PushContext, routeNames []string) []*v2.RouteConfig…
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/networking/core/v1alpha3/route/
H A Droute.go101 push *model.PushContext,
203 push *model.PushContext,
279 push *model.PushContext,
345 func translateRoute(push *model.PushContext, node *model.Proxy, in *networking.HTTPRoute,
978 func getHashPolicyByService(node *model.Proxy, push *model.PushContext, svc *model.Service, port *m…
999 func getHashPolicy(push *model.PushContext, node *model.Proxy, dst *networking.HTTPRouteDestination,
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/security/authn/factory/
H A Dfactory.go26 func NewPolicyApplier(push *model.PushContext,
/dports/misc/usd/USD-21.11/pxr/base/tf/
H A DpyWrapContext.h54 void PushContext(std::string const &ctx) { in PushContext() function
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/networking/core/v1alpha3/envoyfilter/
H A Dcluster_patch.go33 push *model.PushContext,
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/config/
H A Dactivationcontext.cpp22 void ActivationContext::PushContext(const ActivationContext::Ptr& context) in PushContext() function in ActivationContext
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/
H A DOperationContextScope.cs63 void PushContext(OperationContext context) in PushContext() method in System.ServiceModel.OperationContextScope
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Util/
H A DWebTrace.cs47 static public void PushContext (string context) in PushContext() method in System.Web.Util.WebTrace
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Semantics/
H A Dcheck-acc-structure.h150 void PushContext(const parser::CharBlock &source, llvm::acc::Directive dir) { in PushContext() function

123456