Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 290 for chanlen (0.13 sec)

  1. pkg/proxy/winkernel/proxier.go

    	ipFamily v1.IPFamily
    	// TODO(imroc): implement node handler for winkernel proxier.
    	proxyconfig.NoopNodeHandler
    
    	// endpointsChanges and serviceChanges contains all changes to endpoints and
    	// services that happened since policies were synced. For a single object,
    	// changes are accumulated, i.e. previous is state from before all of them,
    	// current is state after applying all of those.
    	endpointsChanges  *proxy.EndpointsChangeTracker
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/Multimaps.java

          Map<K, Collection<V>> asMap(Multimap<K, V> multimap) {
        return multimap.asMap();
      }
    
      /**
       * Returns a multimap view of the specified map. The multimap is backed by the map, so changes to
       * the map are reflected in the multimap, and vice versa. If the map is modified while an
       * iteration over one of the multimap's collection views is in progress (except through the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 86.3K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/Multimaps.java

          Map<K, Collection<V>> asMap(Multimap<K, V> multimap) {
        return multimap.asMap();
      }
    
      /**
       * Returns a multimap view of the specified map. The multimap is backed by the map, so changes to
       * the map are reflected in the multimap, and vice versa. If the map is modified while an
       * iteration over one of the multimap's collection views is in progress (except through the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go

    			}()
    		}
    
    		if err := rest.BeforeUpdate(e.UpdateStrategy, ctx, obj, existing); err != nil {
    			return nil, nil, err
    		}
    
    		// Ignore changes that only affect managed fields timestamps.
    		// FieldManager can't know about changes like normalized fields, defaulted
    		// fields and other mutations.
    		obj, err = fieldmanager.IgnoreManagedFieldsTimestampsTransformer(ctx, obj, existing)
    		if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 23:22:44 UTC 2024
    - 60.8K bytes
    - Viewed (0)
  5. pkg/apis/storage/validation/validation_test.go

    		},
    	}, {
    		name: "StorageCapacity changed",
    		modify: func(new *storage.CSIDriver) {
    			new.Spec.StorageCapacity = &notStorageCapacity
    		},
    	}, {
    		name: "SELinuxMount changed",
    		modify: func(new *storage.CSIDriver) {
    			new.Spec.SELinuxMount = &notSELinuxMount
    		},
    	}, {
    		name: "change PodInfoOnMount",
    		modify: func(new *storage.CSIDriver) {
    			new.Spec.PodInfoOnMount = &podInfoOnMount
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 69.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	{14, "SIGALRM", "alarm Clock"},
    	{15, "SIGTERM", "terminated"},
    	{16, "SIGUSR1", "user Signal 1"},
    	{17, "SIGUSR2", "user Signal 2"},
    	{18, "SIGCHLD", "child Status Changed"},
    	{19, "SIGPWR", "power-Fail/Restart"},
    	{20, "SIGWINCH", "window Size Change"},
    	{21, "SIGURG", "urgent Socket Condition"},
    	{22, "SIGIO", "pollable Event"},
    	{23, "SIGSTOP", "stopped (signal)"},
    	{24, "SIGTSTP", "stopped (user)"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/collect/Sets.java

      }
    
      /** Remove each element in an iterable from a set. */
      static boolean removeAllImpl(Set<?> set, Iterator<?> iterator) {
        boolean changed = false;
        while (iterator.hasNext()) {
          changed |= set.remove(iterator.next());
        }
        return changed;
      }
    
      static boolean removeAllImpl(Set<?> set, Collection<?> collection) {
        checkNotNull(collection); // for GWT
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 77.3K bytes
    - Viewed (0)
  8. pkg/controller/cronjob/cronjob_controllerv2_test.go

    	tests := []struct {
    		name          string
    		oldCronJob    *batchv1.CronJob
    		newCronJob    *batchv1.CronJob
    		expectedDelay time.Duration
    	}{
    		{
    			name: "spec.template changed",
    			oldCronJob: &batchv1.CronJob{
    				Spec: batchv1.CronJobSpec{
    					JobTemplate: batchv1.JobTemplateSpec{
    						ObjectMeta: metav1.ObjectMeta{
    							Labels:      map[string]string{"a": "b"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 70.8K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_riscv64.go

    	37:  "no locks available",
    	38:  "function not implemented",
    	39:  "directory not empty",
    	40:  "too many levels of symbolic links",
    	42:  "no message of desired type",
    	43:  "identifier removed",
    	44:  "channel number out of range",
    	45:  "level 2 not synchronized",
    	46:  "level 3 halted",
    	47:  "level 3 reset",
    	48:  "link number out of range",
    	49:  "protocol driver not attached",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.8K bytes
    - Viewed (0)
  10. pkg/proxy/ipvs/proxier.go

    type Proxier struct {
    	// the ipfamily on which this proxy is operating on.
    	ipFamily v1.IPFamily
    	// endpointsChanges and serviceChanges contains all changes to endpoints and
    	// services that happened since last syncProxyRules call. For a single object,
    	// changes are accumulated, i.e. previous is state from before all of them,
    	// current is state after applying all of those.
    	endpointsChanges *proxy.EndpointsChangeTracker
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
Back to top