Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPatchSetsFromPath (0.23 sec)

  1. cmd/kubeadm/app/util/patches/patches.go

    	}
    
    	return &patchSet{
    		targetName: targetName,
    		patchType:  patchType,
    		patches:    patches,
    	}, nil
    }
    
    // getPatchSetsFromPath walks a path, ignores sub-directories and non-patch files, and
    // returns a list of patchFile objects.
    func getPatchSetsFromPath(targetPath string, knownTargets []string, output io.Writer) ([]*patchSet, []string, []string, error) {
    	patchFiles := []string{}
    	ignoredFiles := []string{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top