Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 252 for look (0.1 sec)

  1. pkg/controller/daemon/daemon_controller.go

    // of the correct Kind.
    func (dsc *DaemonSetsController) resolveControllerRef(namespace string, controllerRef *metav1.OwnerReference) *apps.DaemonSet {
    	// We can't look up by UID, so look up by Name and then verify UID.
    	// Don't even try to look up by Name if it's the wrong Kind.
    	if controllerRef.Kind != controllerKind.Kind {
    		return nil
    	}
    	ds, err := dsc.dsLister.DaemonSets(namespace).Get(controllerRef.Name)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    ====
    
    The code looks similar to that for the type-safe accessors, except that the configuration names are string literals in this case.
    You can use string literals for configuration names in dependency declarations and within the `configurations {}` block.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  3. src/go/printer/nodes.go

    			p.print("// " + filteredMsg)
    		}
    		if ws == ignore && mode&noIndent == 0 {
    			// unindent if we indented
    			p.print(unindent)
    		}
    		p.print(formfeed) // terminating comma needs a line break to look good
    		return
    	}
    
    	if isIncomplete {
    		p.print(token.COMMA, newline)
    		p.print("// "+filteredMsg, newline)
    	}
    
    	if ws == ignore && mode&noIndent == 0 {
    		// unindent if we indented
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 17 18:53:17 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/types2/api_test.go

    	}
    
    	for _, test := range tests {
    		info := Info{
    			Types: make(map[syntax.Expr]TypeAndValue),
    		}
    		name := mustTypecheck(test.src, nil, &info).Name()
    
    		// look for expression
    		var expr syntax.Expr
    		for e := range info.Types {
    			if ExprString(e) == test.expr {
    				expr = e
    				break
    			}
    		}
    		if expr == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 20:08:23 UTC 2024
    - 93.3K bytes
    - Viewed (0)
  5. src/go/types/api_test.go

    	}
    
    	for _, test := range tests {
    		info := Info{
    			Types: make(map[ast.Expr]TypeAndValue),
    		}
    		name := mustTypecheck(test.src, nil, &info).Name()
    
    		// look for expression
    		var expr ast.Expr
    		for e := range info.Types {
    			if ExprString(e) == test.expr {
    				expr = e
    				break
    			}
    		}
    		if expr == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 94.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/mark_for_compilation_pass.cc

        // condition and body computations.  Dependency between them can be created
        // if a special Identity node in the following pattern is clustered in.
        // That is, an Identity node in the loop cond computation is used to drive
        // const nodes consumed by the loop body.  If this Identity node goes into
        // the same cluster with nodes from the loop body, extra dependency is
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  7. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    			ref.Kind == "ResourceClaimParameters" {
    			if modifiedParameters.Name == ref.Name {
    				usesParameters = true
    			}
    			return
    		}
    
    		// Need to look for translated parameters.
    		generatedFrom := modifiedParameters.GeneratedFrom
    		if generatedFrom == nil {
    			return
    		}
    		if generatedFrom.APIGroup == ref.APIGroup &&
    			generatedFrom.Kind == ref.Kind &&
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  8. src/go/printer/testdata/parser.go

    	comments    []*ast.CommentGroup
    	leadComment *ast.CommentGroup // last lead comment
    	lineComment *ast.CommentGroup // last line comment
    
    	// Next token
    	pos token.Pos   // token position
    	tok token.Token // one token look-ahead
    	lit string      // token literal
    
    	// Non-syntactic parser control
    	exprLev int // < 0: in control clause, >= 0: in expression
    
    	// Ordinary identifier scopes
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 20 20:19:51 UTC 2023
    - 50.5K bytes
    - Viewed (0)
  9. src/runtime/malloc.go

    	// huge pages. We'll set all the old entries after we release the lock.
    	lock(&h.lock)
    	if h.arenasHugePages {
    		unlock(&h.lock)
    		return
    	}
    	h.arenasHugePages = true
    	unlock(&h.lock)
    
    	// N.B. The arenas L1 map is quite small on all platforms, so it's fine to
    	// just iterate over the whole thing.
    	for i := range h.arenas {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  10. pkg/apis/certificates/validation/validation_test.go

    			bundle: &capi.ClusterTrustBundle{
    				ObjectMeta: metav1.ObjectMeta{
    					Name: "look-ma-no-prefix",
    				},
    				Spec: capi.ClusterTrustBundleSpec{
    					SignerName:  "k8s.io/foo",
    					TrustBundle: goodCert1Block,
    				},
    			},
    			wantErrors: field.ErrorList{
    				field.Invalid(field.NewPath("metadata", "name"), "look-ma-no-prefix", "ClusterTrustBundle for signerName k8s.io/foo must be named with prefix k8s.io:foo:"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 61K bytes
    - Viewed (0)
Back to top