Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for podtest (0.18 sec)

  1. pkg/kubelet/kubelet_test.go

    	}
    	podToTest := pods[1]
    	// Run once to populate the status map.
    	kl.HandlePodAdditions(pods)
    	if _, found := kl.statusManager.GetPodStatus(podToTest.UID); !found {
    		t.Fatalf("expected to have status cached for pod2")
    	}
    	// Sync with empty pods so that the entry in status map will be removed.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  2. src/cmd/go/internal/load/pkg.go

    			}
    		}
    		files = append(files, file)
    	}
    	return files
    }
    
    // Desc returns the package "description", for use in b.showOutput.
    func (p *Package) Desc() string {
    	if p.ForTest != "" {
    		return p.ImportPath + " [" + p.ForTest + ".test]"
    	}
    	if p.Internal.ForMain != "" {
    		return p.ImportPath + " [" + p.Internal.ForMain + "]"
    	}
    	return p.ImportPath
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  3. src/cmd/go/alldocs.go

    //	    ConflictDir    string   // this directory shadows Dir in $GOPATH
    //	    BinaryOnly     bool     // binary-only package (no longer supported)
    //	    ForTest        string   // package is only for use in named test
    //	    Export         string   // file containing export data (when using -export)
    //	    BuildID        string   // build ID of the compiled package (when using -export)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  4. cmd/testdata/decryptObjectInfo.json.zst

    AfAPH+GCb5w4Rrf1GHc0fJTio5/kMuOfUsAA56pB+TTtWGuJHi4/F0eLpUmg+dCM9mg4kQJ+CQ==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"text/plain"}},{"Bucket":"buck1","Name":"go_113/src/cmd/go/testdata/script/mod_test.txt","UserDef":{"X-Minio-Internal-Server-Side-Encryption-Iv":"6TduemyKyKk0j7oscDCE/TBg8tk90k0jNfjE=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfAJYDldr6...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Oct 29 16:34:20 UTC 2020
    - 164K bytes
    - Viewed (0)
  5. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    Flame; so, since all Action is mutual, Sulphurs ought to act most upon Light. For that the action between Light and Bodies is mutual, may appear from this Consideration; That the densest Bodies which refract and reflect Light most strongly, grow hottest in the Summer Sun, by the action of the refracted or reflected Light. I have hitherto explain'd the power of Bodies to reflect and refract, and shew'd, that thin transparent Plates, Fibres, and Particles, do, according to their several thicknesses...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top