Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 42 for LookUp (2.58 sec)

  1. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc_test.go

    			},
    			fetchKeysFromRemote: true,
    			wantHealthErrPrefix: `oidc: authenticator for issuer "https://this-will-not-work.notatld" is not healthy: Get "https://this-will-not-work.notatld/.well-known/openid-configuration": dial tcp: lookup this-will-not-work.notatld`,
    		},
    		{
    			name: "accounts.google.com issuer",
    			options: Options{
    				JWTAuthenticator: apiserver.JWTAuthenticator{
    					Issuer: apiserver.Issuer{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 97.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    			}
    			milestones = nil
    			registry.Decorator = tc.decorator
    			ttlFailDone = false
    			registry.TTLFunc = tc.ttl
    			// force storage to use a cached object with a non-matching resourceVersion to guarantee a live lookup + retry
    			created.(*example.Pod).ResourceVersion += "0"
    			registry.Storage.Storage = &staleGuaranteedUpdateStorage{Interface: registry.Storage.Storage, cachedObj: created}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/smb1/SmbFile.java

     * <code>smb1://MYGROUP/?SERVER=192.168.10.15</code></td><td>
     * SMB URLs support some query string parameters. In this example
     * the <code>SERVER</code> parameter is used to override the
     * server name service lookup to contact the server 192.168.10.15
     * (presumably known to be a master
     * browser) for the server list in workgroup <code>MYGROUP</code>.
     * </td></tr>
     *
     * </table>
     * 
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/s390x/asmz.go

    		args[1] = C_FREG
    	case REG_AR0 <= p.Reg && p.Reg <= REG_AR15:
    		args[1] = C_AREG
    	}
    	// Fill in argument classes for p.RestArgs.
    	for i, a := range p.RestArgs {
    		args[2+i] = a.Class - 1
    	}
    
    	// Lookup op in optab.
    	ops := oprange[p.As&obj.AMask]
    	cmp := [len(args)]*[C_NCLASS]bool{}
    	for i := range cmp {
    		cmp[i] = &xcmp[args[i]]
    	}
    	for i := range ops {
    		op := &ops[i]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  5. pkg/kubelet/kubelet_pods.go

    				"kernelVersion", kernelVersion, "feature", features.UserNamespacesSupport, "minKernelVersion", utilkernel.UserNamespacesSupportKernelVersion)
    		}
    	}
    
    	_, err := user.Lookup(kubeletUser)
    	if err != nil {
    		var unknownUserErr user.UnknownUserError
    		if goerrors.As(err, &unknownUserErr) {
    			// if the user is not found, we assume that the user is not configured
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  6. okhttp-android/src/main/baseline-prof.txt

    HSPLokhttp3/Dispatcher;->finished(Ljava/util/Deque;Ljava/lang/Object;)V
    HSPLokhttp3/Dispatcher;->promoteAndExecute()Z
    HSPLokhttp3/Dns$Companion$DnsSystem;-><init>()V
    HSPLokhttp3/Dns$Companion$DnsSystem;->lookup(Ljava/lang/String;)Ljava/util/List;
    HSPLokhttp3/Dns;-><clinit>()V
    HSPLokhttp3/EventListener$Companion$NONE$1;-><init>()V
    HSPLokhttp3/EventListener;-><clinit>()V
    HSPLokhttp3/EventListener;-><init>()V
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    	for i := 0; i < n; i++ {
    		_, err := b.WriteRune(c)
    		if err != nil {
    			panic(err)
    		}
    	}
    	return b.String()
    }
    
    func setDefaultVerbosity(v int) {
    	f := flag.CommandLine.Lookup("v")
    	_ = f.Value.Set(fmt.Sprintf("%d", v))
    }
    
    func BenchmarkCELValidationWithContext(b *testing.B) {
    	items := make([]interface{}, 1000)
    	for i := int64(0); i < 1000; i++ {
    		items[i] = i
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  8. pkg/kubelet/kubelet_pods_test.go

    				t.Fatalf("Expected PodIPs %#v, got %#v", tc.expectedIPs, podIPs)
    			}
    		})
    	}
    }
    
    // func init() {
    // 	klog.InitFlags(flag.CommandLine)
    // 	flag.CommandLine.Lookup("v").Value.Set("5")
    // }
    
    func TestConvertToAPIContainerStatusesDataRace(t *testing.T) {
    	pod := podWithUIDNameNs("12345", "test-pod", "test-namespace")
    
    	testTimestamp := time.Unix(123456789, 987654321)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  9. src/cmd/go/alldocs.go

    // that the results match existing cache entries.
    //
    // GODEBUG=gocachehash=1 causes the go command to print the inputs
    // for all of the content hashes it uses to construct cache lookup keys.
    // The output is voluminous but can be useful for debugging the cache.
    //
    // GODEBUG=gocachetest=1 causes the go command to print details of its
    // decisions about whether to reuse a cached test result.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

                "$ref": "#/definitions/io.k8s.api.core.v1.PodDNSConfigOption"
              },
              "type": "array"
            },
            "searches": {
              "description": "A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed.",
              "items": {
                "type": "string"
              },
              "type": "array"
            }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
Back to top