Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for vCenters (0.06 sec)

  1. CHANGELOG/CHANGELOG-1.8.md

    * fix pdb validation bug on PodDisruptionBudgetSpec ([#48706](https://github.com/kubernetes/kubernetes/pull/48706), [@dixudx](https://github.com/dixudx))
    * Revert deprecation of vCenter port in vSphere Cloud Provider. ([#49689](https://github.com/kubernetes/kubernetes/pull/49689), [@divyenpatel](https://github.com/divyenpatel))
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  2. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // https://www.iana.org/domains/root/db/world.html
    world
    
    // wow : Amazon Registry Services, Inc.
    // https://www.iana.org/domains/root/db/wow.html
    wow
    
    // wtc : World Trade Centers Association, Inc.
    // https://www.iana.org/domains/root/db/wtc.html
    wtc
    
    // wtf : Binky Moon, LLC
    // https://www.iana.org/domains/root/db/wtf.html
    wtf
    
    // xbox : Microsoft Corporation
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (1)
  3. lib/fips140/v1.1.0-rc1.zip

    func getEntropy() *[SeedSize]byte { var retries int seed, err := entropy.Seed(&memory) for err != nil { // The CPU jitter-based SP 800-90B entropy source has a non-negligible // chance of failing the startup health tests. // // Each time it does, it enters a permanent failure state, and we // restart it anew. This is not expected to happen more than a few times // in a row. if retries++; retries > 100 { panic("fips140/drbg: failed to obtain initial entropy") } seed, err = entropy.Seed(&memory) } return...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
Back to top