Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 1,571 for updatePod (0.37 sec)

  1. src/encoding/xml/atom_test.go

    	Link:    []Link{{Href: "http://example.org/"}},
    	Updated: ParseTime("2003-12-13T18:30:02Z"),
    	Author:  Person{Name: "John Doe"},
    	ID:      "urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6",
    
    	Entry: []Entry{
    		{
    			Title:   "Atom-Powered Robots Run Amok",
    			Link:    []Link{{Href: "http://example.org/2003/12/13/atom03"}},
    			ID:      "urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a",
    			Updated: ParseTime("2003-12-13T18:30:02Z"),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 24 00:55:59 UTC 2017
    - 1.6K bytes
    - Viewed (0)
  2. pkg/util/async/bounded_frequency_runner_test.go

    	waitForRun("fifth run", t, timer, obj)
    
    	// Clean up.
    	stop <- struct{}{}
    	// a message is sent to time.updated in func Stop() at the end of the child goroutine
    	// to terminate the child, a receive on time.updated is needed here
    	<-timer.updated
    }
    
    func Test_BoundedFrequencyRunnerBurst(t *testing.T) {
    	obj := &receiver{}
    	timer := newFakeTimer()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 15 09:36:26 UTC 2022
    - 12.5K bytes
    - Viewed (0)
  3. pkg/registry/rbac/role/policybased/storage_test.go

    					return
    				}
    				if fakeStorage.updated != 0 {
    					t.Errorf("unexpected calls to underlying storage.Update: %d", fakeStorage.updated)
    					return
    				}
    			}
    
    			if tc.expectAuthz != (authzCalled > 0) {
    				t.Fatalf("expected authz=%v, saw %d calls", tc.expectAuthz, authzCalled)
    			}
    		})
    	}
    }
    
    type fakeStorage struct {
    	updated int
    	created int
    	rest.StandardStorage
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 09 13:47:19 UTC 2021
    - 6.3K bytes
    - Viewed (0)
  4. tests/integration/pilot/webhook_test.go

    					}
    					if err := verifyValidatingWebhookConfiguration(got); err != nil {
    						return err
    					}
    
    					updated := got.DeepCopyObject().(*kubeApiAdmission.ValidatingWebhookConfiguration)
    					updated.Webhooks[0].ClientConfig.CABundle = nil
    					ignore := kubeApiAdmission.Ignore // can't take the address of a constant
    					updated.Webhooks[0].FailurePolicy = &ignore
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 01 13:31:34 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  5. platforms/core-execution/persistent-cache/src/test/groovy/org/gradle/cache/internal/DefaultFileLockManagerWithNewProtocolTest.groovy

        @Override
        protected DefaultLockOptions options() {
            return DefaultLockOptions.mode(FileLockManager.LockMode.OnDemand)
        }
    
        def "a lock has been updated when never written to"() {
            given:
            def lock = createLock(Shared)
            def state = lock.state
            lock.close()
    
            when:
            lock = createLock(lockMode)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 15:52:52 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  6. pkg/registry/core/service/ipallocator/controller/repair_test.go

    		t.Fatal(err)
    	}
    	if !ipregistry.updateCalled || ipregistry.updated == nil || ipregistry.updated.Range != cidr.String() || ipregistry.updated != ipregistry.item {
    		t.Errorf("unexpected ipregistry: %#v", ipregistry)
    	}
    	if !secondaryIPRegistry.updateCalled || secondaryIPRegistry.updated == nil || secondaryIPRegistry.updated.Range != secondaryCIDR.String() || secondaryIPRegistry.updated != secondaryIPRegistry.item {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Sep 30 15:46:06 UTC 2023
    - 21.1K bytes
    - Viewed (0)
  7. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/isolated/IsolatedProjectsToolingApiGradleLifecycleIntegrationTest.groovy

            file("a/build.gradle") << """
                myExtension.message = "updated message for :a"
            """
    
            withIsolatedProjects()
            def model5 = runBuildAction(new FetchCustomModelForEachProject())
    
            then:
            model5.size() == 2
            model5[0].message == "updated message for root"
            model5[1].message == "updated message for :a"
    
            and:
            fixture.assertStateUpdated {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  8. pkg/registry/rbac/clusterrole/policybased/storage_test.go

    					return
    				}
    				if fakeStorage.updated != 0 {
    					t.Errorf("unexpected calls to underlying storage.Update: %d", fakeStorage.updated)
    					return
    				}
    			}
    
    			if tc.expectAuthz != (authzCalled > 0) {
    				t.Fatalf("expected authz=%v, saw %d calls", tc.expectAuthz, authzCalled)
    			}
    		})
    	}
    }
    
    type fakeStorage struct {
    	updated int
    	created int
    	rest.StandardStorage
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 09 13:47:19 UTC 2021
    - 6.2K bytes
    - Viewed (0)
  9. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/fixture/PerformanceTestIdProvider.groovy

            methodName = description.methodName
            className = description.className
            updateId()
            return base
        }
    
        void setTestSpec(testSpec) {
            this.testSpec = testSpec
            updateId()
        }
    
        def updateId() {
            if (methodName != null && testSpec != null) {
                if (testSpec.hasProperty('testId') && testSpec.testId == null) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/dependencysubstitution/DefaultDependencySubstitutionSpec.groovy

            details.updated
            details.ruleDescriptors == [SELECTED_BY_RULE]
        }
    
        def "can specify custom selection reason"() {
            when:
            details.useTarget("org:bar:2.0", 'with custom reason')
    
            then:
            details.target instanceof ModuleComponentSelector
            details.target.toString() == 'org:bar:2.0'
            details.updated
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 5.7K bytes
    - Viewed (0)
Back to top