Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for asancall (0.15 sec)

  1. pkg/webhooks/validation/controller/controller.go

    	if c.o.CABundleWatcher == nil {
    		return
    	}
    	id, watchCh := c.o.CABundleWatcher.AddWatcher()
    	defer c.o.CABundleWatcher.RemoveWatcher(id)
    
    	for {
    		select {
    		case <-watchCh:
    			c.syncAll()
    		case <-stop:
    			return
    		}
    	}
    }
    
    func (c *Controller) readyForFailClose() bool {
    	if !c.dryRunOfInvalidConfigRejected {
    		if rejected, reason := c.isDryRunOfInvalidConfigRejected(); !rejected {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 16:52:19 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  2. okhttp/src/main/kotlin/okhttp3/internal/connection/RealCall.kt

        )
      }
    
      internal fun redactedUrl(): String = originalRequest.url.redact()
    
      inner class AsyncCall(
        private val responseCallback: Callback,
      ) : Runnable {
        @Volatile var callsPerHost = AtomicInteger(0)
          private set
    
        fun reuseCallsPerHostFrom(other: AsyncCall) {
          this.callsPerHost = other.callsPerHost
        }
    
        val host: String
          get() = originalRequest.url.host
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 20 17:03:43 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  3. pkg/webhooks/validation/controller/controller_test.go

    		LongRetry,
    	)
    
    	// verify the webhook is updated after the controller can confirm invalid config is rejected.
    	gatewayError.Store(ptr.Of[error](kerrors.NewInternalError(errors.New(deniedRequestMessageFragment))))
    	c.syncAll()
    	assert.EventuallyEqual(
    		t,
    		fetch(unpatchedWebhookConfig.Name),
    		webhookConfigWithCABundleFail,
    		retry.Message("istiod config created when endpoint is ready and invalid config is denied"),
    		LongRetry,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 05 03:21:04 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  4. pkg/controller/volume/persistentvolume/testing/testing.go

    	return obj
    }
    
    // SyncAll simulates the controller periodic sync of volumes and claim. It
    // simply adds all these objects to the internal queue of updates. This method
    // should be used when the test manually calls syncClaim/syncVolume. Test that
    // use real controller loop (ctrl.Run()) will get periodic sync automatically.
    func (r *VolumeReactor) SyncAll() {
    	r.lock.Lock()
    	defer r.lock.Unlock()
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  5. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex.go

    type Index interface {
    	Lookup(key string) []model.AddressInfo
    	All() []model.AddressInfo
    	WorkloadsForWaypoint(key model.WaypointKey) []model.WorkloadInfo
    	ServicesForWaypoint(key model.WaypointKey) []model.ServiceInfo
    	SyncAll()
    	HasSynced() bool
    	model.AmbientIndexes
    }
    
    var _ Index = &index{}
    
    type workloadsCollection struct {
    	krt.Collection[model.WorkloadInfo]
    	ByAddress        *krt.Index[model.WorkloadInfo, networkAddress]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 19 17:19:41 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/x86/aenum.go

    	ASTD
    	ASTI
    	ASTMXCSR
    	ASTOSB
    	ASTOSL
    	ASTOSQ
    	ASTOSW
    	ASTRL
    	ASTRQ
    	ASTRW
    	ASUBB
    	ASUBL
    	ASUBPD
    	ASUBPS
    	ASUBQ
    	ASUBSD
    	ASUBSS
    	ASUBW
    	ASWAPGS
    	ASYSCALL
    	ASYSENTER
    	ASYSENTER64
    	ASYSEXIT
    	ASYSEXIT64
    	ASYSRET
    	ATESTB
    	ATESTL
    	ATESTQ
    	ATESTW
    	ATPAUSE
    	ATZCNTL
    	ATZCNTQ
    	ATZCNTW
    	AUCOMISD
    	AUCOMISS
    	AUD1
    	AUD2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/s390x/a.out.go

    	ACS
    	ACSG
    
    	// serialize
    	ASYNC
    
    	// branch
    	ABC
    	ABCL
    	ABRC
    	ABEQ
    	ABGE
    	ABGT
    	ABLE
    	ABLT
    	ABLEU
    	ABLTU
    	ABNE
    	ABVC
    	ABVS
    	ASYSCALL
    
    	// branch on count
    	ABRCT
    	ABRCTG
    
    	// compare and branch
    	ACRJ
    	ACGRJ
    	ACLRJ
    	ACLGRJ
    	ACIJ
    	ACGIJ
    	ACLIJ
    	ACLGIJ
    	ACMPBEQ
    	ACMPBGE
    	ACMPBGT
    	ACMPBLE
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 16:41:03 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/ppc64/a.out.go

    	ASYNC
    	AXOR
    	AXORCC
    	AXORIS
    
    	ADCBF
    	ADCBI
    	ADCBST
    	ADCBT
    	ADCBTST
    	ADCBZ
    	AEIEIO
    	AICBI
    	AISYNC
    	APTESYNC
    	ATLBIE
    	ATLBIEL
    	ATLBSYNC
    	ATW
    
    	ASYSCALL
    	AWORD
    
    	ARFCI
    
    	AFCPSGN
    	AFCPSGNCC
    	/* optional on 32-bit */
    	AFRES
    	AFRESCC
    	AFRIM
    	AFRIMCC
    	AFRIP
    	AFRIPCC
    	AFRIZ
    	AFRIZCC
    	AFRIN
    	AFRINCC
    	AFRSQRTE
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 18:50:29 UTC 2024
    - 16K bytes
    - Viewed (0)
  9. pilot/pkg/serviceregistry/kube/controller/network.go

    	// With this, the pod do not need to restart when the network configuration changes.
    	if c.ambientIndex != nil {
    		c.ambientIndex.SyncAll()
    	}
    }
    
    // reloadMeshNetworks will read the mesh networks configuration to setup
    // fromRegistry and cidr based network lookups for this registry
    func (n *networkManager) reloadMeshNetworks() {
    	n.Lock()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 22:23:22 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/riscv/cpu.go

    	// 3.1.9: Instructions to Access CSRs
    	ACSRRW
    	ACSRRS
    	ACSRRC
    	ACSRRWI
    	ACSRRSI
    	ACSRRCI
    
    	// 3.2.1: Environment Call and Breakpoint
    	AECALL
    	ASCALL
    	AEBREAK
    	ASBREAK
    
    	// 3.2.2: Trap-Return Instructions
    	AMRET
    	ASRET
    	ADRET
    
    	// 3.2.3: Wait for Interrupt
    	AWFI
    
    	// 4.2.1: Supervisor Memory-Management Fence Instruction
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top