Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 749 for reachable (0.25 sec)

  1. src/encoding/json/encode.go

    }
    
    // typeFields returns a list of fields that JSON should recognize for the given type.
    // The algorithm is breadth-first search over the set of structs to include - the top struct
    // and then any reachable anonymous structs.
    //
    // typeFields should be an internal detail,
    // but widely used packages access it using linkname.
    // Notable members of the hall of shame include:
    //   - github.com/bytedance/sonic
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 36.2K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. src/cmd/compile/internal/ssa/poset.go

    	closed := newBitset(int(po.lastidx + 1))
    	open := make([]uint32, 1, 64)
    	open[0] = r
    
    	if strict {
    		// Do a first DFS; walk all paths and stop when we find a strict
    		// edge, building a "next" list of nodes reachable through strict
    		// edges. This will be the bootstrap open list for the real DFS.
    		next := make([]uint32, 0, 64)
    
    		for len(open) > 0 {
    			i := open[len(open)-1]
    			open = open[:len(open)-1]
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 04 17:23:05 UTC 2023
    - 37.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/extensions/v1beta1/types_swagger_doc_generated.go

    }
    
    var map_Ingress = map[string]string{
    	"":         "Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc. DEPRECATED - This group version of Ingress is deprecated by networking.k8s.io/v1beta1 Ingress. See the release notes for more information.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 42.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/extensions/v1beta1/generated.proto

      repeated string except = 2;
    }
    
    // Ingress is a collection of rules that allow inbound connections to reach the
    // endpoints defined by a backend. An Ingress can be configured to give services
    // externally-reachable urls, load balance traffic, terminate SSL, offer name
    // based virtual hosting etc.
    // DEPRECATED - This group version of Ingress is deprecated by networking.k8s.io/v1beta1 Ingress. See the release notes for more information.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 45.4K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/extensions/v1beta1/generated.proto

      repeated string except = 2;
    }
    
    // Ingress is a collection of rules that allow inbound connections to reach the
    // endpoints defined by a backend. An Ingress can be configured to give services
    // externally-reachable urls, load balance traffic, terminate SSL, offer name
    // based virtual hosting etc.
    // DEPRECATED - This group version of Ingress is deprecated by networking.k8s.io/v1beta1 Ingress. See the release notes for more information.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/cache/CacheBuilder.java

       * Specifies that each value (not key) stored in the cache should be wrapped in a {@link
       * WeakReference} (by default, strong references are used).
       *
       * <p>Weak values will be garbage collected once they are weakly reachable. This makes them a poor
       * candidate for caching; consider {@link #softValues} instead.
       *
       * <p><b>Note:</b> when this method is used, the resulting cache will use identity ({@code ==})
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 44.8K bytes
    - Viewed (0)
Back to top