Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Ephemeral (2.29 sec)

  1. CHANGELOG/CHANGELOG-1.3.md

    * Add zsh completion for kubectl ([#23797](https://github.com/kubernetes/kubernetes/pull/23797), [@sttts](https://github.com/sttts))
    * AWS kube-up: tolerate a lack of ephemeral volumes ([#23776](https://github.com/kubernetes/kubernetes/pull/23776), [@justinsb](https://github.com/justinsb))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 84K bytes
    - Viewed (0)
  2. cmd/xl-storage.go

    		defer metaDataPoolPut(buf)
    		if err != nil {
    			return err
    		}
    		// First writes for special situations do not write to stable storage.
    		// this is currently used by
    		// - emphemeral objects such as objects created during listObjects() calls
    		// - newMultipartUpload() call..
    		return s.writeAll(ctx, volume, pathJoin(path, xlStorageFormatFile), buf, false, "")
    	}
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Apr 28 17:53:50 GMT 2024
    - 84.7K bytes
    - Viewed (0)
Back to top