Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for mergeFn (0.22 sec)

  1. staging/src/k8s.io/api/core/v1/types.go

    	// +patchMergeKey=mountPath
    	// +patchStrategy=merge
    	// +listType=map
    	// +listMapKey=mountPath
    	VolumeMounts []VolumeMount `json:"volumeMounts,omitempty" patchStrategy:"merge" patchMergeKey:"mountPath" protobuf:"bytes,9,rep,name=volumeMounts"`
    	// volumeDevices is the list of block devices to be used by the container.
    	// +patchMergeKey=devicePath
    	// +patchStrategy=merge
    	// +listType=map
    	// +listMapKey=devicePath
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/generated.proto

      // Valid values are "Merge" and "Strict". If not specified, "Merge" is used.
      // (Alpha) Using the field requires the SupplementalGroupsPolicy feature gate to be enabled
      // and the container runtime must implement support for this feature.
      // Note that this field cannot be set when spec.os.name is windows.
      // TODO: update the default value to "Merge" when spec.os.name is not windows in v1.34
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssagen/ssa.go

    			b = s.endBlock()
    			b.AddEdgeTo(merge)
    
    			// On a miss, call into the runtime to get the answer.
    			s.startBlock(cacheMiss)
    		}
    
    		r := s.rtcall(ir.Syms.InterfaceSwitch, true, []*types.Type{typs.Int, typs.BytePtr}, d, t)
    		s.assign(n.Case, r[0], false, 0)
    		s.assign(n.Itab, r[1], false, 0)
    
    		if merge != nil {
    			// Cache hits merge in here.
    			b := s.endBlock()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

     "List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See https://pr.k8s.io/79391 for an example. Consumers should assume that addresses can change during the lifetime of a Node. However, there are some exceptions...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  5. pkg/apis/core/types.go

    	// Valid values are "Merge" and "Strict". If not specified, "Merge" is used.
    	// (Alpha) Using the field requires the SupplementalGroupsPolicy feature gate to be enabled
    	// and the container runtime must implement support for this feature.
    	// Note that this field cannot be set when spec.os.name is windows.
    	// TODO: update the default value to "Merge" when spec.os.name is not windows in v1.34
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.30.md

    - resource.k8s.io/ResourceClaim (alpha API): The strategic merge patch strategy for the `status.reservedFor` array was changed so that a strategic-merge-patch can now add individual entries. This change may break clients using strategic merge patch to update status, which rely on the previous behavior (replacing the entire array).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  7. src/net/http/h2_bundle.go

    )
    
    type http2streamState int
    
    // HTTP/2 stream states.
    //
    // See http://tools.ietf.org/html/rfc7540#section-5.1.
    //
    // For simplicity, the server code merges "reserved (local)" into
    // "half-closed (remote)". This is one less state transition to track.
    // The only downside is that we send PUSH_PROMISEs slightly less
    // liberally than allowable. More discussion here:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__batch__v1_openapi.json

              },
              "dnsPolicy": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.28.md

    - Fixed bug that caused a resource to include patch directives when using strategic merge patch against a non-existent field. ([#117568](https://github.com/kubernetes/kubernetes/pull/117568), [@alexzielenski](https://github.com/alexzielenski))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  10. ChangeLog.md

    - [`KT-64809`](https://youtrack.jetbrains.com/issue/KT-64809) K2: Remove the LINK_VIA_SIGNATURES flag from FIR2IR configuration
    - [`KT-62045`](https://youtrack.jetbrains.com/issue/KT-62045) IrFakeOverrideBuilder: incorrectly merged fake overrides for Java methods accepting wrapper Double and primitive double
    - [`KT-57640`](https://youtrack.jetbrains.com/issue/KT-57640) [K2/N] Investigate behaviour for intersection overrides for properties that have incompatible types
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
Back to top