Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 41 of 41 for scope_ (2.46 sec)

  1. pkg/printers/internalversion/printers.go

    	if pr := obj.Spec.ParamRef; pr != nil {
    		if len(pr.Name) > 0 {
    			if pr.Namespace != "" {
    				paramName = pr.Namespace + "/" + pr.Name
    			} else {
    				// Can't tell from here if param is cluster-scoped, so all
    				// params without names get * namespace
    				paramName = "*/" + pr.Name
    			}
    		} else if pr.Selector != nil {
    			paramName = pr.Selector.String()
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
Back to top