Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 102 for MASK (0.04 sec)

  1. cmd/kubeadm/app/constants/constants.go

    	MinimumAddressesInPodSubnet = 14
    
    	// PodSubnetNodeMaskMaxDiff is limited to 16 due to an issue with uncompressed IP bitmap in core:
    	// xref: #44918
    	// The node subnet mask size must be no more than the pod subnet mask size + 16
    	PodSubnetNodeMaskMaxDiff = 16
    
    	// DefaultCertTokenDuration specifies the default amount of time that the token used by upload certs will be valid
    	// Default behaviour is 2 hours
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 03:36:35 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  2. cmd/globals.go

    	globalTrace = pubsub.New[madmin.TraceInfo, madmin.TraceType](8)
    
    	// global Listen system to send S3 API events to registered listeners
    	globalHTTPListen = pubsub.New[event.Event, pubsub.Mask](0)
    
    	// global console system to send console logs to
    	// registered listeners
    	globalConsoleSys *HTTPConsoleLoggerSys
    
    	// All unique drives for this deployment
    	globalEndpoints EndpointServerPools
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 30 11:58:12 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/transforms/prepare_composite_functions_tf.cc

              return WalkResult::interrupt();
          }
          return WalkResult::advance();
        });
    
        if (result.wasInterrupted()) return failure();
      }
      // Current UnidirectionalSequenceLSTMOp doesn't support mask input.
      if (lstm_func.getNumArguments() == 7) return failure();
    
      // We should know the batch size in advance for the lstm fusion.
      // A good indicator of batch size is both cell state and input state (indices
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/serviceentry/conversion.go

    				} else if cidr, cidrErr := netip.ParsePrefix(address); cidrErr == nil {
    					newAddress := address
    					if cidr.Bits() == cidr.Addr().BitLen() {
    						// /32 mask. Remove the /32 and make it a normal IP address
    						newAddress = cidr.Addr().String()
    					}
    					hostAddresses = append(hostAddresses, &HostAddress{hostname, newAddress})
    				}
    			}
    		} else {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 02:03:58 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  5. cni/pkg/nodeagent/net.go

    		log.Debugf("adding pod %s probe to ipset %s with ip %s", pod.Name, hostsideProbeSet.Prefix, pip)
    		// Add IP/port combo to set. Note that we set Replace to false here - we _did_ previously
    		// set it to true, but in theory that could mask weird scenarios where K8S triggers events out of order ->
    		// an add(sameIPreused) then delete(originalIP).
    		// Which will result in the new pod starting to fail healthchecks.
    		//
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 05:10:23 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  6. pkg/controller/volume/pvcprotection/pvc_protection_controller.go

    func (c *Controller) podAddedDeletedUpdated(logger klog.Logger, old, new interface{}, deleted bool) {
    	if pod := c.parsePod(new); pod != nil {
    		c.enqueuePVCs(logger, pod, deleted)
    
    		// An update notification might mask the deletion of a pod X and the
    		// following creation of a pod Y with the same namespaced name as X. If
    		// that's the case X needs to be processed as well to handle the case
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 14K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/go/types/typeutil/map.go

    		// of hashing the signature.
    		//
    		// We should never encounter a generic signature while hashing another
    		// generic signature, but defensively set sigTParams only if h.mask is
    		// unset.
    		tparams := t.TypeParams()
    		if h.sigTParams == nil && tparams.Len() != 0 {
    			h = Hasher{
    				// There may be something more efficient than discarding the existing
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  8. pkg/controlplane/instance_test.go

    		Extra: Extra{
    			APIServerServicePort:   443,
    			MasterCount:            1,
    			EndpointReconcilerType: reconcilers.MasterCountReconcilerType,
    			ServiceIPRange:         net.IPNet{IP: netutils.ParseIPSloppy("10.0.0.0"), Mask: net.CIDRMask(24, 32)},
    		},
    	}
    
    	storageFactoryConfig := kubeapiserver.NewStorageFactoryConfig()
    	storageConfig.StorageObjectCountTracker = config.ControlPlane.Generic.StorageObjectCountTracker
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:50:04 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  9. src/runtime/mgclimit.go

    	limiterEventIdle                                   // Refers to time a P spent on the idle list.
    
    	limiterEventBits = 3
    )
    
    // limiterEventTypeMask is a mask for the bits in p.limiterEventStart that represent
    // the event type. The rest of the bits of that field represent a timestamp.
    const (
    	limiterEventTypeMask  = uint64((1<<limiterEventBits)-1) << (64 - limiterEventBits)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 22:07:41 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  10. pkg/kubelet/cm/devicemanager/manager.go

    	})
    
    	// Generate three sorted lists of devices. Devices in the first list come
    	// from valid NUMA Nodes contained in the affinity mask. Devices in the
    	// second list come from valid NUMA Nodes not in the affinity mask. Devices
    	// in the third list come from devices with no NUMA Node association (i.e.
    	// those mapped to the fake NUMA Node -1). Because we loop through the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 15 12:01:56 UTC 2024
    - 43K bytes
    - Viewed (0)
Back to top