Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 26 of 26 for swipe (0.04 sec)

  1. pilot/pkg/networking/core/listener_waypoint.go

    			// Ideally, if the weighted cluster overwrites authority, it has precedence. This mirrors behavior of headers,
    			// because for headers we append the weighted last which allows it to Set and wipe out previous Adds.
    			// However, Envoy behavior is different when we set at both cluster level and route level, and we want
    			// behavior to be consistent with a single cluster and multiple clusters.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  2. pkg/controller/volume/attachdetach/attach_detach_controller.go

    	if node == nil || !ok {
    		return
    	}
    	nodeName := types.NodeName(node.Name)
    	adc.nodeUpdate(logger, nil, obj)
    	// kubernetes/kubernetes/issues/37586
    	// This is to workaround the case when a node add causes to wipe out
    	// the attached volumes field. This function ensures that we sync with
    	// the actual status.
    	adc.actualStateOfWorld.SetNodeStatusUpdateNeeded(logger, nodeName)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/endpoints/discovery/aggregated/handler_test.go

    	masked := initialDocument.DeepCopy()
    	masked.Items[0].Versions[0].Freshness = apidiscoveryv2.DiscoveryFreshnessStale
    
    	require.Equal(t, masked.Items, maskedDocument.Items)
    
    	// Wipe out default group. The other versions from the other group should now
    	// appear since the group is not being overridden by defaults ource
    	defaultManager.RemoveGroup(apis.Items[0].Name)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 00:29:39 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  4. pilot/pkg/xds/eds_test.go

    		t.Fatal("Incremental push failed", err)
    	}
    	if !reflect.DeepEqual(upd, []string{v3.EndpointType}) {
    		t.Fatal("Expecting EDS only update, got", upd)
    	}
    	testTCPEndpoints("127.0.0.5", adsc, t)
    
    	// Wipe out all endpoints - expect full
    	s.MemRegistry.SetEndpoints(edsIncSvc, "", []*model.IstioEndpoint{})
    
    	if upd, err := adsc.Wait(15*time.Second, v3.EndpointType); err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 20:58:47 UTC 2024
    - 39.6K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/route/route.go

    			// Ideally, if the weighted cluster overwrites authority, it has precedence. This mirrors behavior of headers,
    			// because for headers we append the weighted last which allows it to Set and wipe out previous Adds.
    			// However, Envoy behavior is different when we set at both cluster level and route level, and we want
    			// behavior to be consistent with a single cluster and multiple clusters.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  6. 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 restore the previous...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
Back to top