Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for pdb (0.04 sec)

  1. pkg/controller/disruption/disruption_test.go

    	dc.getUpdater = func() updater { return dc.writePdbStatus }
    	// Create a PDB and 3 pods that match it.
    	pdb, pdbKey := newMinAvailablePodDisruptionBudget(t, intstr.FromInt32(1))
    	pdb, err := dc.coreClient.PolicyV1().PodDisruptionBudgets(pdb.Namespace).Create(ctx, pdb, metav1.CreateOptions{})
    	if err != nil {
    		t.Fatalf("Failed to create PDB: %v", err)
    	}
    	podNames := []string{"moe", "larry", "curly"}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 50K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/defaultpreemption/default_preemption_test.go

    					// because we're okay with being a little over (in production, if a
    					// non-PDB violating candidate isn't found close to the offset, the
    					// number of additional candidates returned will be at most
    					// approximately equal to the parallelism in dryRunPreemption).
    					// cycle=0 => offset=4 => node5 (yes, pdb), node1 (yes, pdb), node2 (no, pdb), node3 (yes)
    					candidate{
    						name: "node1",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 15:52:16 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  3. api/discovery/aggregated_v2.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:29:14 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  4. api/discovery/aggregated_v2beta1.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  5. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"audio/x-pn-realaudio-plugin",
    				"audio/x-wav",
    				"chemical/x-cdx",
    				"chemical/x-cif",
    				"chemical/x-cmdf",
    				"chemical/x-cml",
    				"chemical/x-csml",
    				"chemical/x-pdb",
    				"chemical/x-xyz",
    				"image/x-ms-bmp",
    				"image/cgm",
    				"image/example",
    				"image/fits",
    				"image/g3fax",
    				"image/gif",
    				"image/ief",
    				"image/jp2",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
Back to top