Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for internalLink (0.47 sec)

  1. src/cmd/dist/test.go

    	// require libgcc. This ensures that we can install a Go
    	// release on a system that does not have a C compiler
    	// installed and still build Go programs (that don't use cgo).
    	for _, pkg := range cgoPackages {
    		if !t.internalLink() {
    			break
    		}
    
    		// ARM libgcc may be Thumb, which internal linking does not support.
    		if goarch == "arm" {
    			break
    		}
    
    		// What matters is that the tests build and start up.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
  2. pilot/pkg/config/kube/gateway/conversion.go

    type routeParentReference struct {
    	// InternalName refers to the internal name of the parent we can reference it by. For example, "mesh" or "my-ns/my-gateway"
    	InternalName string
    	// InternalKind is the Group/Kind of the parent
    	InternalKind config.GroupVersionKind
    	// DeniedReason, if present, indicates why the reference was not valid
    	DeniedReason *ParentError
    	// OriginalReference contains the original reference
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
Back to top