Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for unsub (0.07 sec)

  1. pkg/adsc/delta.go

    }
    
    func (c *Client) update(t string, sub, unsub set.Set[string], d *discovery.DeltaDiscoveryResponse) {
    	req := &discovery.DeltaDiscoveryRequest{
    		Node: &core.Node{
    			Id: c.nodeID(),
    		},
    		TypeUrl:       t,
    		ResponseNonce: d.Nonce,
    	}
    	if sub != nil {
    		req.ResourceNamesSubscribe = sub.UnsortedList()
    	}
    	if unsub != nil {
    		req.ResourceNamesUnsubscribe = unsub.UnsortedList()
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 09:32:41 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  2. pilot/pkg/xds/delta.go

    func (s *DiscoveryServer) processDeltaRequest(req *discovery.DeltaDiscoveryRequest, con *Connection) error {
    	stype := v3.GetShortType(req.TypeUrl)
    	deltaLog.Debugf("ADS:%s: REQ %s resources sub:%d unsub:%d nonce:%s", stype,
    		con.ID(), len(req.ResourceNamesSubscribe), len(req.ResourceNamesUnsubscribe), req.ResponseNonce)
    
    	if req.TypeUrl == v3.HealthInfoType {
    		s.handleWorkloadHealthcheck(con.proxy, deltaToSotwRequest(req))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 25.6K bytes
    - Viewed (0)
  3. pkg/istio-agent/xds_proxy_delta.go

    				// only send healthcheck probe after LDS request has been sent
    				continue
    			}
    			log.WithLabels(
    				"type", model.GetShortType(req.TypeUrl),
    				"sub", len(req.ResourceNamesSubscribe),
    				"unsub", len(req.ResourceNamesUnsubscribe),
    				"nonce", req.ResponseNonce,
    				"initial", len(req.InitialResourceVersions),
    			).Debugf("delta request")
    			metrics.XdsProxyRequests.Increment()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 04 20:29:08 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/phases/upgrade/preflight.go

    	if err != nil {
    		return err
    	}
    	if len(unsupportedCoreDNS) != 0 {
    		var UnsupportedPlugins []string
    		for _, unsup := range unsupportedCoreDNS {
    			UnsupportedPlugins = append(UnsupportedPlugins, unsup.ToString())
    		}
    		fmt.Println("[preflight] The corefile contains plugins that kubeadm/CoreDNS does not know how to migrate. " +
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 25 13:53:28 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  5. src/regexp/testdata/testregex.c

    			if (!cret)
    			{
    				if (!(flags & REG_NOSUB) && nsub < 0 && *ans == '(')
    				{
    					for (p = ans; *p; p++)
    						if (*p == '(')
    							nsub++;
    						else if (*p == '{')
    							nsub--;
    					if (nsub >= 0)
    					{
    						if (test & TEST_IGNORE_OVER)
    						{
    							if (nmatch > nsub)
    								nmatch = nsub + 1;
    						}
    						else if (nsub != preg.re_nsub)
    						{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 51.3K bytes
    - Viewed (0)
  6. src/regexp/syntax/simplify.go

    		nre := re
    		for i, sub := range re.Sub {
    			nsub := sub.Simplify()
    			if nre == re && nsub != sub {
    				// Start a copy.
    				nre = new(Regexp)
    				*nre = *re
    				nre.Rune = nil
    				nre.Sub = append(nre.Sub0[:0], re.Sub[:i]...)
    			}
    			if nre != re {
    				nre.Sub = append(nre.Sub, nsub)
    			}
    		}
    		return nre
    
    	case OpStar, OpPlus, OpQuest:
    		sub := re.Sub[0].Simplify()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 02 00:13:47 UTC 2016
    - 4.2K bytes
    - Viewed (0)
  7. src/debug/dwarf/type_test.go

    			}
    			typ, err := d.Type(typOff)
    			if err != nil {
    				t.Errorf("err in type decode: %v\n", err)
    				continue
    			}
    			unsup, isok := typ.(*UnsupportedType)
    			if !isok {
    				continue
    			}
    			tag := vname + ":" + unsup.Name + ":" + unsup.String() +
    				":" + strconv.FormatInt(unsup.Size(), 10)
    			seen[tag] = true
    		}
    	}
    	dumpseen := false
    	for _, v := range unsupportedTypeTests {
    		if !seen[v] {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 19 15:49:05 UTC 2022
    - 8.8K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/tables.go

    	// UQSUB <V><d>, <V><n>, <V><m>
    	{0xff20fc00, 0x7e202c00, UQSUB, instArgs{arg_Vd_22_2__B_0__H_1__S_2__D_3, arg_Vn_22_2__B_0__H_1__S_2__D_3, arg_Vm_22_2__B_0__H_1__S_2__D_3}, nil},
    	// UQSUB <Vd>.<t>, <Vn>.<t>, <Vm>.<t>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 211.8K bytes
    - Viewed (0)
  9. platforms/core-execution/snapshots/src/test/groovy/org/gradle/internal/vfs/impl/DefaultFileSystemAccessTest.groovy

            assertIsFileSnapshot(snapshot, regularParent)
        }
    
        def "can read a directory"() {
            TestFile someDir = temporaryFolder.file("some/path/to/dir").create {
                dir("sub") {
                    file("inSub")
                    dir("subsub") {
                        file("inSubSub")
                    }
                }
                file("inDir")
                dir("sibling") {
                    file("inSibling")
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:32 UTC 2023
    - 10K bytes
    - Viewed (0)
  10. src/math/big/float.go

    // but using the sign of z for rounding the result.
    // x and y must have a non-empty mantissa and valid exponent.
    func (z *Float) usub(x, y *Float) {
    	// This code is symmetric to uadd.
    	// We have not factored the common code out because
    	// eventually uadd (and usub) should be optimized
    	// by special-casing, and the code will diverge.
    
    	if debugFloat {
    		validateBinaryOperands(x, y)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 15:46:54 UTC 2024
    - 44.5K bytes
    - Viewed (0)
Back to top