Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writePayloadToDir (0.14 sec)

  1. pkg/volume/util/atomic_writer.go

    		klog.Errorf("%s: unable to set mode on new temp directory: %v", w.logContext, err)
    		return "", err
    	}
    
    	return tsDir, nil
    }
    
    // writePayloadToDir writes the given payload to the given directory.  The
    // directory must exist.
    func (w *AtomicWriter) writePayloadToDir(payload map[string]FileProjection, dir string) error {
    	for userVisiblePath, fileProjection := range payload {
    		content := fileProjection.Data
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 12:32:15 UTC 2024
    - 16.6K bytes
    - Viewed (0)
Back to top