Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 52 of 52 for Reflection (0.1 sec)

  1. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    			continue
    		}
    
    		// Must be delayed allocation with control plane controller.
    		numDelayedAllocationPending++
    
    		// Did the driver provide information that steered node
    		// selection towards a node that it can support?
    		if statusForClaim(state.podSchedulingState.schedulingCtx, pod.Spec.ResourceClaims[index].Name) != nil {
    			numClaimsWithStatusInfo++
    		}
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  2. pilot/pkg/model/push_context.go

    		return proxy.SidecarScope.servicesByHostname[hostname]
    	}
    
    	// SidecarScope shouldn't be null here. If it is, we can't disambiguate the hostname to use for a namespace,
    	// so the selection must be undefined.
    	for _, service := range ps.ServiceIndex.HostnameAndNamespace[hostname] {
    		return service
    	}
    
    	// No service found
    	return nil
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
Back to top