Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 66 for pdb1 (0.11 sec)

  1. operator/pkg/object/objects_test.go

                      kind: PodDisruptionBudget
                      metadata:
                        name: zk-pdb
                      spec:
                        minAvailable: 2`),
    			o2: getK8sObject(`
                      apiVersion: policy/v1
                      kind: PodDisruptionBudget
                      metadata:
                        name: zk-pdb
                      spec:
                        minAvailable: 2`),
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 21 07:16:46 UTC 2023
    - 18.4K bytes
    - Viewed (0)
  2. operator/cmd/mesh/manifest-generate_test.go

    		service := mustFindObject(t, objs, cname, name.ServiceStr)
    		pdb := mustFindObject(t, objs, cname, name.PDBStr)
    		hpa := mustFindObject(t, objs, cname, name.HPAStr)
    		podLabels := mustGetLabels(t, deployment, "spec.template.metadata.labels")
    		// Check all selectors align
    		mustSelect(t, mustGetLabels(t, pdb, "spec.selector.matchLabels"), podLabels)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 18:05:06 UTC 2024
    - 43.5K bytes
    - Viewed (0)
  3. platforms/native/language-native/src/integTest/groovy/org/gradle/language/cpp/CppIncrementalBuildStaleOutputsIntegrationTest.groovy

            }
            return result
        }
    
        def debugFileFor(File sourceFile, String intermediateFilesDir = "build/obj/main/debug") {
            return intermediateFileFor(sourceFile, intermediateFilesDir, ".obj.pdb")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  4. pkg/scheduler/apis/config/types_pluginargs.go

    	// preemption is given by the formula:
    	// numCandidates = max(numNodes * minCandidateNodesPercentage, minCandidateNodesAbsolute)
    	// We say "likely" because there are other factors such as PDB violations
    	// that play a role in the number of candidates shortlisted. Must be at least
    	// 0 nodes. Defaults to 100 nodes if unspecified.
    	MinCandidateNodesAbsolute int32
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 13 23:15:53 UTC 2023
    - 8.4K bytes
    - Viewed (0)
  5. tests/integration/security/sds_ingress/util/test_certs.go

    B9riDeFRiY7EvTAA4vBWFJVuUyuloZgInwHg5fnZexhKRvj5bD45PYJt1TrcHh9v
    cKgijrbxR5e3aBQ5nydNcWnhRfQM3uBGyIX9O7/NAN0+Ask3jjolEaQBGfHVO9Mu
    KquuMk8dax+VVIyMcqPHFp9XeJPbr38XUVlbgiquVKUlPvEcdM4sStI0dWSWOy2S
    pDB+la4o4HyYDoZnlwe5xkAGsj7J10oUnuIQSlPAasdk2OLB84RPoocsod/rGQ9N
    DmwNwtFRYI/emSuQKJRnJT8vTinGvoI3u+qHKT7Xa73+wANG9KUVIDD/VF/ID4/U
    cjGsDHpOBm6FP7cwpjB39IzD4PezTNabKQxsCnBXHw2WlatIJ9NekImyTeneA/tp
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 05 22:01:21 UTC 2023
    - 25.9K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. api/openapi-spec/v3/apis__policy__v1_openapi.json

    least equal to status.desiredHealthy). Healthy pods will be subject to the PDB for eviction.\n\nAlwaysAllow policy means that all running pods (status.phase=\"Running\"), but not yet healthy are considered disrupted and can be evicted regardless of whether the criteria in a PDB is met. This means perspective running pods of a disrupted application might not get a chance to become healthy. Healthy pods will be subject to the PDB for eviction.\n\nAdditional policies may be added in the future. Clients...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/arch/x86/x86asm/gnu.go

    	CR6:  "%cr6",
    	CR7:  "%cr7",
    	CR8:  "%cr8",
    	CR9:  "%cr9",
    	CR10: "%cr10",
    	CR11: "%cr11",
    	CR12: "%cr12",
    	CR13: "%cr13",
    	CR14: "%cr14",
    	CR15: "%cr15",
    	DR0:  "%db0",
    	DR1:  "%db1",
    	DR2:  "%db2",
    	DR3:  "%db3",
    	DR4:  "%db4",
    	DR5:  "%db5",
    	DR6:  "%db6",
    	DR7:  "%db7",
    	TR0:  "%tr0",
    	TR1:  "%tr1",
    	TR2:  "%tr2",
    	TR3:  "%tr3",
    	TR4:  "%tr4",
    	TR5:  "%tr5",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 21.4K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.30.md

       ([#123038](https://github.com/kubernetes/kubernetes/pull/123038), [@alculquicondor](https://github.com/alculquicondor))
    - Fixed the disruption controller's PDB status synchronization to maintain all PDB conditions during an update.
       ([#122056](https://github.com/kubernetes/kubernetes/pull/122056), [@dhenkel92](https://github.com/dhenkel92))
    - Improved scheduler performance when no scoring plugins were defined.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
Back to top