Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 752 for dropg (0.3 sec)

  1. pkg/api/persistentvolumeclaim/util.go

    		}
    	}
    }
    
    // EnforceDataSourceBackwardsCompatibility drops the data source field under certain conditions
    // to maintain backwards compatibility with old behavior.
    // See KEP 1495 for details.
    // Specifically, if this is an update of a PVC with no data source, or a creation of a new PVC,
    // and the dataSourceRef field is not filled in, then we will drop "invalid" data sources
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:18:56 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  2. releasenotes/notes/drop-legacy-inbound-passthrough.yaml

    Rama Chavali <******@****.***> 1706898101 +0530
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 18:21:41 UTC 2024
    - 394 bytes
    - Viewed (0)
  3. pkg/registry/core/service/strategy.go

    	return true
    }
    
    // dropServiceDisabledFields drops fields that are not used if their associated feature gates
    // are not enabled.  The typical pattern is:
    //
    //	if !utilfeature.DefaultFeatureGate.Enabled(features.MyFeature) && !myFeatureInUse(oldSvc) {
    //	    newSvc.Spec.MyFeature = nil
    //	}
    func dropServiceDisabledFields(newSvc *api.Service, oldSvc *api.Service) {
    	// Drop condition for TrafficDistribution field.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 13:09:36 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  4. releasenotes/notes/drop-legacy-inheritance-flag.yaml

    John Howard <******@****.***> 1690993419 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 02 16:23:39 UTC 2023
    - 241 bytes
    - Viewed (0)
  5. src/cmd/go/internal/workcmd/edit.go

    The -godebug=key=value flag adds a godebug key=value line,
    replacing any existing godebug lines with the given key.
    
    The -dropgodebug=key flag drops any existing godebug lines
    with the given key.
    
    The -use=path and -dropuse=path flags
    add and drop a use directive from the go.work file's set of module directories.
    
    The -replace=old[@v]=new[@v] flag adds a replacement of the given
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:52:10 UTC 2024
    - 11K bytes
    - Viewed (0)
  6. src/runtime/tracemap.go

    	meta.id = id
    	meta.hash = hash
    	return meta
    }
    
    // reset drops all allocated memory from the table and resets it.
    //
    // The caller must ensure that there are no put operations executing concurrently
    // with this function.
    func (tab *traceMap) reset() {
    	tab.root.Store(nil)
    	tab.seq.Store(0)
    	tab.mem.drop()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 17:03:35 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tfr/tests/end2end.mlir

      %calls1 = "tfr.cast"(%calls) : (tensor<i64>) -> !tfr.tensor
      %drop = "tfr.constant_tensor"(%drop_remainder) : (i1) -> tensor<i1>
      %drop1 = "tfr.cast"(%drop) : (tensor<i1>) -> !tfr.tensor
      %ret = tfr.call @tf__map_and_batch_dataset_v0(%input_dataset, %batch1, %calls1, %drop1, %other_arguments, %f, %output_types, %output_shapes, %preserve_cardinality)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  8. src/cmd/go/internal/modcmd/edit.go

    so omitting @v will drop existing replacements for specific versions.
    
    The -dropreplace=old[@v] flag drops a replacement of the given
    module path and version pair. If the @v is omitted, a replacement without
    a version on the left side is dropped.
    
    The -retract=version and -dropretract=version flags add and drop a
    retraction on the given version. The version may be a single version
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:52:10 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  9. src/syscall/ztypes_openbsd_ppc64.go

    	Caplen  uint32
    	Datalen uint32
    	Hdrlen  uint16
    	Ifidx   uint16
    	Flowid  uint16
    	Flags   uint8
    	Drops   uint8
    }
    
    type BpfTimeval struct {
    	Sec  uint32
    	Usec uint32
    }
    
    const (
    	_AT_FDCWD = -0x64
    )
    
    type Termios struct {
    	Iflag  uint32
    	Oflag  uint32
    	Cflag  uint32
    	Lflag  uint32
    	Cc     [20]uint8
    	Ispeed int32
    	Ospeed int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go

    	{"net.inet.ip.encdebug", []_C_int{4, 2, 0, 12}},
    	{"net.inet.ip.forwarding", []_C_int{4, 2, 0, 1}},
    	{"net.inet.ip.ifq.congestion", []_C_int{4, 2, 0, 30, 4}},
    	{"net.inet.ip.ifq.drops", []_C_int{4, 2, 0, 30, 3}},
    	{"net.inet.ip.ifq.len", []_C_int{4, 2, 0, 30, 1}},
    	{"net.inet.ip.ifq.maxlen", []_C_int{4, 2, 0, 30, 2}},
    	{"net.inet.ip.maxqueue", []_C_int{4, 2, 0, 11}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
Back to top