Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 1,306 for 3$ (0.07 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.yaml

            successThreshold: 5
            tcpSocket:
              host: hostValue
              port: portValue
            terminationGracePeriodSeconds: 7
            timeoutSeconds: 3
          name: nameValue
          ports:
          - containerPort: 3
            hostIP: hostIPValue
            hostPort: 2
            name: nameValue
            protocol: protocolValue
          readinessProbe:
            exec:
              command:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 32.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/storage/cacher/watch_cache_test.go

    	ctx := context.Background()
    	store := newTestWatchCache(3, &cache.Indexers{})
    	defer store.Stop()
    	// In background, update the store.
    	go func() {
    		store.Add(makeTestPod("pod1", 2))
    		store.bookmarkRevision <- 3
    	}()
    
    	// list from future revision. Requires watch cache to request bookmark to get it.
    	list, resourceVersion, indexUsed, err := store.WaitUntilFreshAndList(ctx, 3, nil)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 09:20:10 UTC 2024
    - 35.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.StatefulSet.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.yaml

              successThreshold: 5
              tcpSocket:
                host: hostValue
                port: portValue
              terminationGracePeriodSeconds: 7
              timeoutSeconds: 3
            name: nameValue
            ports:
            - containerPort: 3
              hostIP: hostIPValue
              hostPort: 2
              name: nameValue
              protocol: protocolValue
            readinessProbe:
              exec:
                command:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  7. src/net/http/cookiejar/jar_test.go

    	jarTest{
    		"Expiration.",
    		"http://www.host.test",
    		[]string{
    			"a=1",
    			"b=2; max-age=3",
    			"c=3; " + expiresIn(3),
    			"d=4; max-age=5",
    			"e=5; " + expiresIn(5),
    			"f=6; max-age=100",
    		},
    		"a=1 b=2 c=3 d=4 e=5 f=6", // executed at t0 + 1001 ms
    		[]query{
    			{"http://www.host.test", "a=1 b=2 c=3 d=4 e=5 f=6"}, // t0 + 2002 ms
    			{"http://www.host.test", "a=1 d=4 e=5 f=6"},         // t0 + 3003 ms
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 34K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.yaml

              successThreshold: 5
              tcpSocket:
                host: hostValue
                port: portValue
              terminationGracePeriodSeconds: 7
              timeoutSeconds: 3
            name: nameValue
            ports:
            - containerPort: 3
              hostIP: hostIPValue
              hostPort: 2
              name: nameValue
              protocol: protocolValue
            readinessProbe:
              exec:
                command:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.Deployment.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
Back to top