Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 580 (0.04 sec)

  1. CHANGELOG/CHANGELOG-1.14.md

    Pod Ready++ ([#580](https://github.com/kubernetes/enhancements/issues/580))
    
    - Introduces extension point for external feedback on pod readiness.
    kubernetes/kubernetes: [#74434](http://github.com/kubernetes/kubernetes/pull/74434),
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // A pod is ready when all its containers are ready AND
      // all conditions specified in the readiness gates have status equal to "True"
      // More info: https://git.k8s.io/enhancements/keps/sig-network/580-pod-readiness-gates
      // +optional
      repeated PodReadinessGate readinessGates = 28;
    
      // RuntimeClassName refers to a RuntimeClass object in the node.k8s.io group, which should be used
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
Back to top