- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 18 for Loadbalancer (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/jcifs/internal/smb2/multichannel/ChannelLoadBalancerTest.java
ChannelInfo first = loadBalancer.selectChannel(readRequest); ChannelInfo second = loadBalancer.selectChannel(readRequest); assertEquals(first, second); } @Test void testStrategyChange() { assertEquals(LoadBalancingStrategy.ADAPTIVE, loadBalancer.getStrategy()); loadBalancer.setStrategy(LoadBalancingStrategy.ROUND_ROBIN);
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 23 05:11:12 GMT 2025 - 7.7K bytes - Click Count (0) -
helm/minio/values.yaml
loadBalancerIP: ~ externalIPs: [] annotations: {} ## service.loadBalancerSourceRanges Addresses that are allowed when service is LoadBalancer ## https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/#restrict-access-for-loadbalancer-service ## #loadBalancerSourceRanges: # - 10.10.10.0/24 loadBalancerSourceRanges: []Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 19.7K bytes - Click Count (1) -
src/test/java/jcifs/internal/smb2/multichannel/MultiChannelIntegrationTest.java
for (LoadBalancingStrategy strategy : strategies) { loadBalancer.setStrategy(strategy); assertEquals(strategy, loadBalancer.getStrategy()); } // Test channel selection with mock request when no channels availableCreated: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 21 11:13:46 GMT 2025 - 8.2K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/multichannel/ChannelManager.java
private final List<NetworkInterfaceInfo> localInterfaces; private final List<NetworkInterfaceInfo> remoteInterfaces; private final ScheduledExecutorService scheduler; private final ChannelLoadBalancer loadBalancer; private final ChannelFailover failover; private volatile boolean multiChannelEnabled; private final int maxChannels; private final AtomicInteger channelCounter; /**
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 21 11:13:46 GMT 2025 - 20K bytes - Click Count (0) -
helm/minio/templates/NOTES.txt
3. mc ls {{ template "minio.fullname" . }}_local {{- end }} {{- if eq .Values.service.type "LoadBalancer" }} MinIO can be accessed via port {{ .Values.service.port }} on an external IP address. Get the service external IP address by: kubectl get svc --namespace {{ .Release.Namespace }} -l app={{ template "minio.fullname" . }}Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 2.7K bytes - Click Count (0) -
docs/pt/docs/advanced/behind-a-proxy.md
service = "app" rule = "PathPrefix(`/api/v1`)" middlewares = ["api-stripprefix"] [http.services] [http.services.app] [http.services.app.loadBalancer] [[http.services.app.loadBalancer.servers]] url = "http://127.0.0.1:8000" ``` Esse arquivo configura o Traefik para usar o prefixo de path `/api/v1`.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 17.2K bytes - Click Count (0) -
docs/de/docs/advanced/behind-a-proxy.md
service = "app" rule = "PathPrefix(`/api/v1`)" middlewares = ["api-stripprefix"] [http.services] [http.services.app] [http.services.app.loadBalancer] [[http.services.app.loadBalancer.servers]] url = "http://127.0.0.1:8000" ``` Diese Datei konfiguriert Traefik, das PfadprÀfix `/api/v1` zu verwenden.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 18.6K bytes - Click Count (0) -
docs/en/docs/advanced/behind-a-proxy.md
service = "app" rule = "PathPrefix(`/api/v1`)" middlewares = ["api-stripprefix"] [http.services] [http.services.app] [http.services.app.loadBalancer] [[http.services.app.loadBalancer.servers]] url = "http://127.0.0.1:8000" ``` This file configures Traefik to use the path prefix `/api/v1`.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 16.4K bytes - Click Count (0) -
docs/smb3-features/03-multi-channel-design.md
private final List<NetworkInterfaceInfo> localInterfaces; private final List<NetworkInterfaceInfo> remoteInterfaces; private final ScheduledExecutorService scheduler; private final ChannelLoadBalancer loadBalancer; private final ChannelFailover failover; private volatile boolean multiChannelEnabled; private final int maxChannels; private final AtomicInteger channelCounter;
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 39.6K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.29.md
- Setting the `status.loadBalancer` of a Service whose `spec.type` is not `LoadBalancer` was previously allowed, but any update to the `metadata` or `spec` would wipe that field. Setting this field is no longer permitted unless `spec.type` is `LoadBalancer`. In the very unlikely event that this has unexpected impact, you can enable the `AllowServiceLBStatusOnNonLB` feature gate, which will...
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Wed Mar 12 00:36:01 GMT 2025 - 429.6K bytes - Click Count (1)