Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 1,315 for _obj (0.05 sec)

  1. pkg/proxy/apis/config/fuzzer/fuzzer.go

    	return []interface{}{
    		func(obj *kubeproxyconfig.KubeProxyConfiguration, c fuzz.Continue) {
    			c.FuzzNoCustom(obj)
    			obj.BindAddress = fmt.Sprintf("%d.%d.%d.%d", c.Intn(256), c.Intn(256), c.Intn(256), c.Intn(256))
    			obj.ClientConnection.ContentType = c.RandString()
    			obj.Conntrack.MaxPerCore = ptr.To(c.Int31())
    			obj.Conntrack.Min = ptr.To(c.Int31())
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:33:53 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/podtopologyspread/plugin_test.go

    				Obj(),
    			newNode:      st.MakeNode().Name("node-a").Label("foo", "bar").Obj(),
    			expectedHint: framework.QueueSkip,
    		},
    		{
    			name: "create node with related labels",
    			pod: st.MakePod().Name("p").SpreadConstraint(1, "zone", v1.DoNotSchedule, fooSelector, nil, nil, nil, nil).
    				Obj(),
    			newNode:      st.MakeNode().Name("node-a").Label("zone", "zone1").Obj(),
    			expectedHint: framework.Queue,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Dec 17 06:30:53 UTC 2023
    - 13K bytes
    - Viewed (0)
  3. pkg/controller/apis/config/v1alpha1/defaults.go

    }
    
    func SetDefaults_KubeControllerManagerConfiguration(obj *kubectrlmgrconfigv1alpha1.KubeControllerManagerConfiguration) {
    	// These defaults override the recommended defaults from the componentbaseconfigv1alpha1 package that are applied automatically
    	// These client-connection defaults are specific to the kube-controller-manager
    	if obj.Generic.ClientConnection.QPS == 0.0 {
    		obj.Generic.ClientConnection.QPS = 20.0
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 04 07:55:11 UTC 2023
    - 8.6K bytes
    - Viewed (0)
  4. pkg/printers/internalversion/printers.go

    		timeZone = *obj.Spec.TimeZone
    	}
    
    	row.Cells = append(row.Cells, obj.Name, obj.Spec.Schedule, timeZone, printBoolPtr(obj.Spec.Suspend), int64(len(obj.Status.Active)), lastScheduleTime, translateTimestampSince(obj.CreationTimestamp))
    	if options.Wide {
    		names, images := layoutContainerCells(obj.Spec.JobTemplate.Spec.Template.Spec.Containers)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  5. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/instantiation/generator/AsmBackedClassGeneratorInjectDecoratedTest.groovy

            }
    
            when:
            def obj = create(AbstractClassRealizingTwoTypeParameters, services)
    
            then:
            obj.thing == 12
            obj.getThing() == 12
            obj.getProperty("thing") == 12
            obj.getOtherThing() == ["Hello", "Number"]
            obj.doSomething() == "Hello Number 12"
    
            def returnType = obj.getClass().getDeclaredMethod("getThing").genericReturnType
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  6. pkg/util/async/bounded_frequency_runner_test.go

    func waitForRun(name string, t *testing.T, timer *fakeTimer, obj *receiver) {
    	waitForReset(name, t, timer, obj, true, maxInterval)
    }
    
    func waitForRunWithRetry(name string, t *testing.T, timer *fakeTimer, obj *receiver, expectNext time.Duration) {
    	// It will first get reset as with a normal run, and then get set again
    	waitForRun(name, t, timer, obj)
    	waitForReset(name, t, timer, obj, false, expectNext)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 15 09:36:26 UTC 2022
    - 12.5K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/x86/asm_test.go

    		{&obj.Addr{Type: obj.TYPE_TEXTSIZE}, Ytextsize},
    
    		{&obj.Addr{Type: obj.TYPE_INDIR, Name: obj.NAME_EXTERN}, Yindir},
    		{&obj.Addr{Type: obj.TYPE_INDIR, Name: obj.NAME_GOTREF}, Yindir},
    
    		{&obj.Addr{Type: obj.TYPE_ADDR, Name: obj.NAME_AUTO}, Yiauto},
    		{&obj.Addr{Type: obj.TYPE_ADDR, Name: obj.NAME_PARAM}, Yiauto},
    		{&obj.Addr{Type: obj.TYPE_ADDR, Name: obj.NAME_EXTERN}, Yiauto},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jul 28 19:39:51 UTC 2023
    - 9.2K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/x86/ssa.go

    			c := s.Prog(x86.AXORL)
    			c.From.Type = obj.TYPE_REG
    			c.From.Reg = x86.REG_DX
    			c.To.Type = obj.TYPE_REG
    			c.To.Reg = x86.REG_DX
    		}
    
    		p := s.Prog(v.Op.Asm())
    		p.From.Type = obj.TYPE_REG
    		p.From.Reg = x
    
    		// signed division, rest of the check for -1 case
    		if j != nil {
    			j2 := s.Prog(obj.AJMP)
    			j2.To.Type = obj.TYPE_BRANCH
    
    			var n *obj.Prog
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 01:26:58 UTC 2023
    - 26.7K bytes
    - Viewed (0)
  9. pkg/controller/volume/protectionutil/utils_test.go

    		{
    			name:      "pv lacks delete time and finalizer",
    			obj:       pv(),
    			finalizer: util.PVProtectionFinalizer,
    			result:    false,
    		},
    		{
    			name:      "pvc lacks delete time and finalizer",
    			obj:       pvc(),
    			finalizer: util.PVCProtectionFinalizer,
    
    			result: false,
    		},
    	}
    	for _, test := range tests {
    		if test.result != IsDeletionCandidate(test.obj, test.finalizer) {
    			t.Error(test.name)
    		}
    	}
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 17 14:24:42 UTC 2019
    - 5.8K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/types2/decl.go

    		// order code.
    		switch obj := obj.(type) {
    		case *Const:
    			if !check.validCycle(obj) || obj.typ == nil {
    				obj.typ = Typ[Invalid]
    			}
    
    		case *Var:
    			if !check.validCycle(obj) || obj.typ == nil {
    				obj.typ = Typ[Invalid]
    			}
    
    		case *TypeName:
    			if !check.validCycle(obj) {
    				// break cycle
    				// (without this, calling underlying()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 29.6K bytes
    - Viewed (0)
Back to top