Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 83 for Enforce (0.19 sec)

  1. pkg/scheduler/internal/queue/scheduling_queue.go

    		logger.V(6).Info("Worth requeuing because no failed plugins", "pod", klog.KObj(pInfo.Pod))
    		return queueAfterBackoff
    	}
    
    	if event.IsWildCard() {
    		// If the wildcard event is special one as someone wants to force all Pods to move to activeQ/backoffQ.
    		// We return queueAfterBackoff in this case, while resetting all blocked plugins.
    		logger.V(6).Info("Worth requeuing because the event is wildcard", "pod", klog.KObj(pInfo.Pod))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 61.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_whitebox_test.go

    			var w *watch.FakeWatcher
    			var err error
    			switch watchCalls {
    			case 0:
    				w = watch.NewFakeWithChanSize(10, false)
    				for i := 2; i < 8; i++ {
    					w.Add(makePod(i))
    				}
    				// Emit an error to force relisting.
    				w.Error(nil)
    				w.Stop()
    			case 1:
    				w = watch.NewFakeWithChanSize(10, false)
    				for i := 12; i < 18; i++ {
    					w.Add(makePod(i))
    				}
    				w.Stop()
    			default:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  3. cmd/object-handlers_test.go

    			accessKey:  credentials.AccessKey,
    			secretKey:  credentials.SecretKey,
    
    			expectedRespStatus: http.StatusNoContent,
    		},
    		// Test case - 3.
    		// Setting Invalid AccessKey to force signature check inside the handler to fail.
    		// Should return HTTP response status 403 forbidden.
    		{
    			bucketName: bucketName,
    			objectName: objectName,
    			accessKey:  "Invalid-AccessKey",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 161.9K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/listener_test.go

    	// if proxy is not using Iptables and cannot bind to privileged ports (1-1023).
    	//
    	// It is very common for the catch all egress listener to match services on ports 80 and 443.
    	// Therefore, the default behavior should not force users to start from looking for a workaround.
    	t.Run("implicit catch all egress listener", func(t *testing.T) {
    		testPrivilegedPorts(t, func(t *testing.T, proxy *model.Proxy, port uint32) []*listener.Listener {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  5. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.api.artifacts.ExternalDependency.getVersionConstraint()> does not have raw return type assignable to org.gradle.api.provider.Provider in (ExternalDependency.java:0)
    Method <org.gradle.api.artifacts.ExternalDependency.isForce()> does not have raw return type assignable to org.gradle.api.provider.Provider in (ExternalDependency.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/rewrite.go

    			// See issue 28445.
    			//   v1 = LOAD ...
    			//   v2 = VARDEF
    			//   v3 = LEAQ
    			//   v4 = CMPQ v1 v3
    			// We don't want to combine the CMPQ with the load, because
    			// that would force the CMPQ to schedule before the VARDEF, which
    			// in turn requires the LEAQ to schedule before the VARDEF.
    			return false
    		}
    		if v.Type.IsMemory() {
    			if memPreds == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
  7. cmd/xl-storage.go

    				removeAll(target)
    			}
    		}
    	}
    
    	return nil
    }
    
    // DeleteVersion - deletes FileInfo metadata for path at `xl.meta`. forceDelMarker
    // will force creating a new `xl.meta` to create a new delete marker
    func (s *xlStorage) DeleteVersion(ctx context.Context, volume, path string, fi FileInfo, forceDelMarker bool, opts DeleteOptions) (err error) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  8. src/cmd/go/alldocs.go

    //		Change to dir before running the command.
    //		Any files named on the command line are interpreted after
    //		changing directories.
    //		If used, this flag must be the first one in the command line.
    //	-a
    //		force rebuilding of packages that are already up-to-date.
    //	-n
    //		print the commands but do not run them.
    //	-p n
    //		the number of programs, such as build commands or
    //		test binaries, that can be run in parallel.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  9. cmd/object-handlers.go

    		return
    	}
    
    	rcfg, _ := globalBucketObjectLockSys.Get(bucket)
    	if rcfg.LockEnabled && opts.DeletePrefix {
    		apiErr := toAPIError(ctx, errInvalidArgument)
    		apiErr.Description = "force-delete is forbidden on Object Locking enabled buckets"
    		writeErrorResponse(ctx, w, apiErr, r.URL)
    		return
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
  10. src/cmd/link/internal/ld/data.go

    	if limit == 0 {
    		limit = 1 << 63 // unlimited
    	}
    	if *FlagDebugTextSize != 0 {
    		limit = uint64(*FlagDebugTextSize)
    	}
    	if *FlagDebugTramp > 1 {
    		limit = 1 // debug mode, force generating trampolines for everything
    	}
    
    	if ctxt.IsAIX() && ctxt.IsExternal() {
    		// On AIX, normally we won't generate direct calls to external symbols,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
Back to top