Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for gce004 (0.15 sec)

  1. pkg/controller/volume/persistentvolume/index_test.go

    				},
    				VolumeMode: &fs,
    			},
    			Status: v1.PersistentVolumeStatus{
    				Phase: v1.VolumeAvailable,
    			},
    		},
    		{
    			ObjectMeta: metav1.ObjectMeta{
    				UID:  "gce-pd-20",
    				Name: "gce004",
    			},
    			Spec: v1.PersistentVolumeSpec{
    				Capacity: v1.ResourceList{
    					v1.ResourceName(v1.ResourceStorage): resource.MustParse("20G"),
    				},
    				PersistentVolumeSource: v1.PersistentVolumeSource{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 21 13:31:28 UTC 2023
    - 44K bytes
    - Viewed (0)
  2. src/image/png/testdata/pngsuite/basn0g16.sng

    0800 1100 1a00 2300 2c00 3500 3e00 4700 5000 5900 6200 6b00 7400 7d00 8600 8f00 9800 a100 aa00 b300 bc00 c500 ce00 d700 e000 e900 f200 fb00 f3ff d8ff bdff a2ff 
    0a00 1300 1c00 2500 2e00 3700 4000 4900 5200 5b00 6400 6d00 7600 7f00 8800 9100 9a00 a300 ac00 b500 be00 c700 d000 d900 e200 eb00 f400 fd00 edff d2ff b7ff 9cff 
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 5.2K bytes
    - Viewed (0)
  3. hack/lib/util.sh

        exit 1
      fi
    }
    
    # kube::util::ensure-bash-version
    # Check if we are using a supported bash version
    #
    function kube::util::ensure-bash-version {
      # shellcheck disable=SC2004
      if ((${BASH_VERSINFO[0]}<4)) || ( ((${BASH_VERSINFO[0]}==4)) && ((${BASH_VERSINFO[1]}<2)) ); then
        echo "ERROR: This script requires a minimum bash version of 4.2, but got version of ${BASH_VERSINFO[0]}.${BASH_VERSINFO[1]}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:33 UTC 2024
    - 25.9K bytes
    - Viewed (0)
Back to top