Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 24 for mergeFn (0.15 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. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go

    	b = b[:cap(b)]
    	n, err := m.MarshalToSizedBuffer(b)
    	if err != nil {
    		return nil, err
    	}
    	return b[:n], nil
    }
    func (m *APIGroup) XXX_Merge(src proto.Message) {
    	xxx_messageInfo_APIGroup.Merge(m, src)
    }
    func (m *APIGroup) XXX_Size() int {
    	return m.Size()
    }
    func (m *APIGroup) XXX_DiscardUnknown() {
    	xxx_messageInfo_APIGroup.DiscardUnknown(m)
    }
    
    var xxx_messageInfo_APIGroup proto.InternalMessageInfo
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 281.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.pb.go

    	b = b[:cap(b)]
    	n, err := m.MarshalToSizedBuffer(b)
    	if err != nil {
    		return nil, err
    	}
    	return b[:n], nil
    }
    func (m *ConversionRequest) XXX_Merge(src proto.Message) {
    	xxx_messageInfo_ConversionRequest.Merge(m, src)
    }
    func (m *ConversionRequest) XXX_Size() int {
    	return m.Size()
    }
    func (m *ConversionRequest) XXX_DiscardUnknown() {
    	xxx_messageInfo_ConversionRequest.DiscardUnknown(m)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 248K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

                "type": "array",
                "x-kubernetes-list-map-keys": [
                  "name"
                ],
                "x-kubernetes-list-type": "map",
                "x-kubernetes-patch-merge-key": "name",
                "x-kubernetes-patch-strategy": "merge"
              },
              "matchPolicy": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  6. 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)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    								"x-kubernetes-list-map-keys": []interface{}{
    									"rule",
    								},
    								"x-kubernetes-list-type":       "map",
    								"x-kubernetes-patch-merge-key": "rule",
    								"x-kubernetes-patch-strategy":  "merge",
    							},
    						},
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. common-protos/k8s.io/api/core/v1/generated.proto

      // accessible from the network.
      // Modifying this array with strategic merge patch may corrupt the data.
      // For more information See https://github.com/kubernetes/kubernetes/issues/108255.
      // Cannot be updated.
      // +optional
      // +patchMergeKey=containerPort
      // +patchStrategy=merge
      // +listType=map
      // +listMapKey=containerPort
      // +listMapKey=protocol
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
Back to top