Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 151 for oldR (0.09 sec)

  1. pkg/apis/certificates/validation/validation_test.go

    			Certificate: []byte(`new - no PEM blocks`),
    		}},
    		oldCSR: &capi.CertificateSigningRequest{Status: capi.CertificateSigningRequestStatus{
    			Certificate: []byte(`old - no PEM blocks`),
    		}},
    		want: certificateValidationOptions{
    			allowArbitraryCertificate: true,
    		},
    	}, {
    		name:   "compatible update, existing unknown usages",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 61K bytes
    - Viewed (0)
  2. pkg/apis/batch/validation/validation.go

    		oldTemplate = oldSpec.Template.DeepCopy() // +k8s:verify-mutation:reason=clone
    		switch {
    		case template.Spec.Affinity == nil && oldTemplate.Spec.Affinity != nil:
    			// allow the Affinity field to be cleared if the old template had no affinity directives other than NodeAffinity
    			oldTemplate.Spec.Affinity.NodeAffinity = nil // +k8s:verify-mutation:reason=clone
    			if (*oldTemplate.Spec.Affinity) == (api.Affinity{}) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 16:43:24 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go

    				expressions.messageExpressions.Insert(v.Rule)
    			}
    		}
    		return false
    	})
    }
    
    // findVersionsWithUnchangedSchemas finds each version that is in the new CRD object and differs from that of the old CRD object.
    // It returns a set of the names of mutated versions.
    // This function does not check for duplicated versions, top-level version not in versions, or coexistence of
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 82.6K bytes
    - Viewed (0)
  4. pkg/scheduler/internal/queue/scheduling_queue.go

    	pInfo.Timestamp = p.clock.Now()
    
    	// When the queueing hint is enabled, they are used differently.
    	// But, we use all of them as UnschedulablePlugins when the queueing hint isn't enabled so that we don't break the old behaviour.
    	rejectorPlugins := pInfo.UnschedulablePlugins.Union(pInfo.PendingPlugins)
    
    	// If a move request has been received, move it to the BackoffQ, otherwise move
    	// it to unschedulablePods.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 61.4K bytes
    - Viewed (0)
  5. src/runtime/mheap.go

    	// allArenas is the arenaIndex of every mapped arena. This can
    	// be used to iterate through the address space.
    	//
    	// Access is protected by mheap_.lock. However, since this is
    	// append-only and old backing arrays are never freed, it is
    	// safe to acquire mheap_.lock, copy the slice header, and
    	// then release mheap_.lock.
    	allArenas []arenaIdx
    
    	// sweepArenas is a snapshot of allArenas taken at the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
  6. pkg/scheduler/framework/plugins/noderesources/fit_test.go

    		oldObj, newObj                  interface{}
    		enableInPlacePodVerticalScaling bool
    		expectedHint                    framework.QueueingHint
    		expectedErr                     bool
    	}{
    		"backoff-wrong-old-object": {
    			pod:                             &v1.Pod{},
    			oldObj:                          "not-a-pod",
    			enableInPlacePodVerticalScaling: true,
    			expectedHint:                    framework.Queue,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 57.4K bytes
    - Viewed (0)
  7. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/GradleResolveVisitor.java

            inPropertyExpression = ipe;
    
            boolean spreadSafe = pe.isSpreadSafe();
            PropertyExpression old = pe;
            pe = new PropertyExpression(objectExpression, property, pe.isSafe());
            pe.setSpreadSafe(spreadSafe);
            pe.setSourcePosition(old);
    
            String className = lookupClassName(pe);
            if (className != null) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/lib.go

    var (
    	dynlib          []string
    	ldflag          []string
    	havedynamic     int
    	Funcalign       int
    	iscgo           bool
    	elfglobalsymndx int
    	interpreter     string
    
    	debug_s bool // backup old value of debug['s']
    	HEADR   int32
    
    	nerrors  int
    	liveness int64 // size of liveness data (funcdata), printed if -v
    
    	// See -strictdups command line flag.
    	checkStrictDups   int // 0=off 1=warning 2=error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    ==== Upgrade to Kotlin 1.9.23
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/syscall_linux.go

    //go:linkname syscall_prlimit syscall.prlimit
    func syscall_prlimit(pid, resource int, newlimit, old *syscall.Rlimit) error
    
    func Prlimit(pid, resource int, newlimit, old *Rlimit) error {
    	// Just call the syscall version, because as of Go 1.21
    	// it will affect starting a new process.
    	return syscall_prlimit(pid, resource, (*syscall.Rlimit)(newlimit), (*syscall.Rlimit)(old))
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 77.5K bytes
    - Viewed (0)
Back to top