Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,217 for Patches (0.28 sec)

  1. src/cmd/go/testdata/script/mod_get_patch.txt

    ! go get -u=patch example.net/a@v0.2.0 example.net/b
    stderr '^go: example.net/a@v0.2.0 requires example.net/b@v0.2.0, not example.net/b@patch \(v0.1.1\)$'
    cmp go.mod go.mod.orig
    
    
    # -u=patch refers to the patches for the selected versions of dependencies *after*
    # applying other version changes, not the versions that were selected at the start.
    # However, it should not patch versions determined by explicit arguments.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 28 17:19:14 UTC 2021
    - 2.9K bytes
    - Viewed (0)
  2. operator/pkg/helmreconciler/apply_test.go

    )
    
    var interceptorFunc = interceptor.Funcs{Patch: func(
    	ctx context.Context,
    	clnt client.WithWatch,
    	obj client.Object,
    	patch client.Patch,
    	opts ...client.PatchOption,
    ) error {
    	// Apply patches are supposed to upsert, but fake client fails if the object doesn't exist,
    	// if an apply patch occurs for an object that doesn't yet exist, create it.
    	if patch.Type() != types.ApplyPatchType {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 12 17:12:54 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster_cache.go

    // Implements XdsCacheEntry interface.
    type clusterCache struct {
    	clusterName string
    
    	// proxy related cache fields
    	proxyVersion    string         // will be matched by envoyfilter patches
    	locality        *core.Locality // identifies the locality the cluster is generated for
    	proxyClusterID  string         // identifies the kubernetes cluster a proxy is in
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 19:09:43 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  4. pkg/controller/garbagecollector/patch.go

    	ResourceVersion string                  `json:"resourceVersion"`
    	OwnerReferences []metav1.OwnerReference `json:"ownerReferences"`
    }
    
    // jsonMergePatchFunc defines the interface for functions that construct json merge patches that manipulate
    // owner reference array.
    type jsonMergePatchFunc func(*node) ([]byte, error)
    
    // patch tries strategic merge patch on item first, and if SMP is not supported, it fallbacks to JSON merge
    // patch.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 05 13:33:52 UTC 2021
    - 5.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/util/jsonmergepatch/patch.go

    		case keepNull && val == nil:
    			filteredMap[key] = nil
    		case val != nil:
    			switch typedVal := val.(type) {
    			case map[string]interface{}:
    				// Explicitly-set empty maps are treated as values instead of empty patches
    				if len(typedVal) == 0 {
    					if !keepNull {
    						filteredMap[key] = typedVal
    					}
    					continue
    				}
    
    				var filteredSubMap map[string]interface{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  6. docs/hotfixes.md

    # Introduction
    
    This document outlines how to make hotfix binaries and containers for MinIO?. The main focus in this article is about how to backport patches to a specific branch and finally building binaries/containers.
    
    ## Pre-pre requisite
    
    - A working knowledge of MinIO codebase and its various components.
    - A working knowledge of AWS S3 API behaviors and corner cases.
    
    ## Pre-requisite for backporting any fixes
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Feb 14 21:36:02 UTC 2024
    - 5K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/cmd/phases/join/controlplanejoin.go

    func getControlPlaneJoinPhaseFlags(name string) []string {
    	flags := []string{
    		options.CfgPath,
    		options.ControlPlane,
    		options.NodeName,
    	}
    	if name == "etcd" || name == "all" {
    		flags = append(flags, options.Patches)
    	}
    	if name != "mark-control-plane" {
    		flags = append(flags, options.APIServerAdvertiseAddress)
    	}
    	if name != "update-status" {
    		flags = append(flags, options.DryRun)
    	}
    	return flags
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:09:42 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/fieldmanager.go

    		return emptyManagedFieldsOnErr(DecodeManagedFields(liveAccessor.GetManagedFields()))
    	}
    
    	// If the object doesn't have metadata, we should just return without trying to
    	// set the managedFields at all, so creates/updates/patches will work normally.
    	newAccessor, err := meta.Accessor(newObj)
    	if err != nil {
    		return nil, err
    	}
    
    	if isResetManagedFields(newAccessor.GetManagedFields()) {
    		return NewEmptyManaged(), nil
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 16 20:03:48 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  9. maven-api-impl/src/main/java/org/apache/maven/internal/impl/PathModularizationCache.java

        /**
         * Selects the type of path where to place the given dependency.
         * This method returns one of the values specified in the given collection.
         * This method does not handle the patch-module paths, because the patches
         * depend on which modules have been previously added on the module-paths.
         *
         * <p>If the dependency can be a constituent of both the class-path and the module-path,
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 09:53:45 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  10. ci/official/containers/linux_arm64/builder.devtoolset/build_devtoolset.sh

      rpm2cpio "devtoolset-10-gcc-10.2.1-11.2.el7.src.rpm" |cpio -idmv
      tar -xvf "gcc-10.2.1-20210130.tar.xz" --strip 1
      ;;
    esac
    
    # Apply the devtoolset patches to gcc.
    /rpm-patch.sh "gcc.spec"
    
    ./contrib/download_prerequisites
    
    mkdir -p "${TARGET}-build"
    cd "${TARGET}-build"
    
    "${TARGET}-src/configure" \
          --prefix="${TARGET}/usr" \
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Sep 29 00:26:34 UTC 2023
    - 6.1K bytes
    - Viewed (0)
Back to top