Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for pol (0.03 sec)

  1. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    						Name:      pol[0].Name,
    						Namespace: pol[0].Namespace,
    					},
    					Spec: *((pol[0].Spec).(*auth.AuthorizationPolicy)), //nolint: govet
    				})
    			case gvk.PeerAuthentication:
    				o = convertPeerAuthentication(systemNS, &clientsecurityv1beta1.PeerAuthentication{
    					TypeMeta: metav1.TypeMeta{},
    					ObjectMeta: metav1.ObjectMeta{
    						Name:      pol[0].Name,
    						Namespace: pol[0].Namespace,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  2. pkg/kubelet/kuberuntime/kuberuntime_manager.go

    		cpuLimit:      currentCPULimit,
    		cpuRequest:    currentCPURequest,
    	}
    
    	resizePolicy := make(map[v1.ResourceName]v1.ResourceResizeRestartPolicy)
    	for _, pol := range container.ResizePolicy {
    		resizePolicy[pol.ResourceName] = pol.RestartPolicy
    	}
    	determineContainerResize := func(rName v1.ResourceName, specValue, statusValue int64) (resize, restart bool) {
    		if specValue == statusValue {
    			return false, false
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 02:01:31 UTC 2024
    - 64.7K bytes
    - Viewed (0)
Back to top