Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 169 for reachable (0.2 sec)

  1. pilot/pkg/serviceregistry/kube/controller/controller.go

    	SyncTimeout time.Duration
    
    	// Revision of this Istiod instance
    	Revision string
    
    	ConfigCluster bool
    
    	CniNamespace string
    }
    
    // kubernetesNode represents a kubernetes node that is reachable externally
    type kubernetesNode struct {
    	address string
    	labels  labels.Instance
    }
    
    // controllerInterface is a simplified interface for the Controller used for testing.
    type controllerInterface interface {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 41.2K bytes
    - Viewed (0)
  2. cmd/notification.go

    		client := client
    		ng.Go(GlobalContext, func() error {
    			return client.SignalService(sig, "", dryRun)
    		}, idx, *client.host)
    	}
    	return ng.Wait()
    }
    
    var errPeerNotReachable = errors.New("peer is not reachable")
    
    // GetLocks - makes GetLocks RPC call on all peers.
    func (sys *NotificationSys) GetLocks(ctx context.Context, r *http.Request) []*PeerLocks {
    	locksResp := make([]*PeerLocks, len(sys.peerClients))
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 44.9K bytes
    - Viewed (0)
  3. src/runtime/mgcsweep.go

    				}
    			}
    		} else {
    			// object is still live
    			if siter.s.kind == _KindSpecialReachable {
    				special := siter.unlinkAndNext()
    				(*specialReachable)(unsafe.Pointer(special)).reachable = true
    				freeSpecial(special, unsafe.Pointer(p), size)
    			} else {
    				// keep special record
    				siter.next()
    			}
    		}
    	}
    	if hadSpecials && s.specials == nil {
    		spanHasNoSpecials(s)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:52:18 UTC 2024
    - 32.9K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/preflight/checks.go

    // Check validates if hostname match dns subdomain regex.
    // Check hostname length and format
    func (hc HostnameCheck) Check() (warnings, errorList []error) {
    	klog.V(1).Infoln("checking whether the given node name is valid and reachable using net.LookupHost")
    	for _, msg := range validation.IsQualifiedName(hc.nodeName) {
    		warnings = append(warnings, errors.Errorf("invalid node name format %q: %s", hc.nodeName, msg))
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:20:55 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  5. src/cmd/cgo/doc.go

    All Go pointers passed to C must point to pinned Go memory. Go pointers
    passed as function arguments to C functions have the memory they point to
    implicitly pinned for the duration of the call. Go memory reachable from
    these function arguments must be pinned as long as the C code has access
    to it. Whether Go memory is pinned is a dynamic property of that memory
    region; it has nothing to do with the type of the pointer.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 17:12:16 UTC 2024
    - 42.2K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/types2/scope.go

    func (*lazyObject) Parent() *Scope                     { panic("unreachable") }
    func (*lazyObject) Pos() syntax.Pos                    { panic("unreachable") }
    func (*lazyObject) Pkg() *Package                      { panic("unreachable") }
    func (*lazyObject) Name() string                       { panic("unreachable") }
    func (*lazyObject) Type() Type                         { panic("unreachable") }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 20:08:23 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  7. src/go/types/scope.go

    func (*lazyObject) Parent() *Scope                     { panic("unreachable") }
    func (*lazyObject) Pos() token.Pos                     { panic("unreachable") }
    func (*lazyObject) Pkg() *Package                      { panic("unreachable") }
    func (*lazyObject) Name() string                       { panic("unreachable") }
    func (*lazyObject) Type() Type                         { panic("unreachable") }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 20:08:23 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  8. scan.go

    				for idx, column := range columns {
    					if field := sch.LookUpField(column); field != nil && field.Readable {
    						fields[idx] = field
    						if count, ok := matchedFieldCount[column]; ok {
    							// handle duplicate fields
    							for _, selectField := range sch.Fields {
    								if selectField.DBName == column && selectField.Readable {
    									if count == 0 {
    										matchedFieldCount[column]++
    										fields[idx] = selectField
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed Jun 12 10:57:36 UTC 2024
    - 10K bytes
    - Viewed (0)
  9. schema/field.go

    		val = strings.ToLower(strings.TrimSpace(val))
    		switch val {
    		case "-":
    			field.Creatable = false
    			field.Updatable = false
    			field.Readable = false
    			field.DataType = ""
    		case "all":
    			field.Creatable = false
    			field.Updatable = false
    			field.Readable = false
    			field.DataType = ""
    			field.IgnoreMigration = true
    		case "migration":
    			field.IgnoreMigration = true
    		}
    	}
    
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Mon Apr 15 03:20:20 UTC 2024
    - 32K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/util/peerproxy/peerproxy_handler_test.go

    			svdata: FakeSVMapData{
    				gvr: schema.GroupVersionResource{
    					Group:    "core",
    					Version:  "foo",
    					Resource: "bar"},
    				serverId: localServerId},
    		},
    		{
    			desc:                 "503 unreachable peer bind address",
    			requestPath:          "/api/foo/bar",
    			expectedStatus:       http.StatusServiceUnavailable,
    			informerFinishedSync: true,
    			svdata: FakeSVMapData{
    				gvr: schema.GroupVersionResource{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 10.8K bytes
    - Viewed (0)
Back to top