Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 20G (0.02 sec)

  1. pkg/registry/core/persistentvolume/storage/storage_test.go

    		// updateFunc
    		func(obj runtime.Object) runtime.Object {
    			object := obj.(*api.PersistentVolume)
    			object.Spec.Capacity = api.ResourceList{
    				api.ResourceName(api.ResourceStorage): resource.MustParse("20G"),
    			}
    			return object
    		},
    	)
    }
    
    func TestDelete(t *testing.T) {
    	storage, _, server := newStorage(t)
    	defer server.Terminate(t)
    	defer storage.Store.DestroyFunc()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  2. src/strconv/testdata/testfp.txt

    # input with the given format.
    #
    # The formats are as in C's printf, except that %b means print
    # binary scientific notation: NpE = N x 2^E.
    
    # TODO:
    #	Powers of 10.
    #	Powers of 2.
    #	%.20g versions.
    #	random sources
    #	random targets
    #	random targets ± half a ULP
    
    # Difficult boundary cases, derived from tables given in
    #	Vern Paxson, A Program for Testing IEEE Decimal-Binary Conversion
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 7.9K bytes
    - Viewed (0)
Back to top