Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 580 (0.26 sec)

  1. ci/official/containers/linux_arm64/devel.usertools/wheel_verification.bats

        # Googlers: search for "test_tf_whl_size"
        case "$TF_WHEEL" in
            # CPU:
            *cpu*manylinux*) LARGEST_OK_SIZE=220 ;;
            # GPU:
            *manylinux*)     LARGEST_OK_SIZE=580 ;;
            # Unknown:
            *)
                echo "The wheel's name is in an unknown format."
                exit 1
                ;;
        esac
        # >&3 forces output in bats even if the test passes. See
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Jan 23 02:14:00 GMT 2024
    - 2.7K bytes
    - Viewed (0)
  2. docs/en/docs/img/tutorial/bigger-applications/package.drawio

                        <mxGeometry x="580" y="570" width="360" height="100" as="geometry"/>
                    </mxCell>
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 12 00:06:16 GMT 2022
    - 6.1K bytes
    - Viewed (0)
  3. 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),
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Mon Jun 14 22:06:39 GMT 2021
    - 271.5K bytes
    - Viewed (0)
  4. src/cmd/cgo/internal/test/callback.go

    func stack572()  { var buf [572]byte; use(buf[:]); C.callGoStackCheck() }
    func stack576()  { var buf [576]byte; use(buf[:]); C.callGoStackCheck() }
    func stack580()  { var buf [580]byte; use(buf[:]); C.callGoStackCheck() }
    func stack584()  { var buf [584]byte; use(buf[:]); C.callGoStackCheck() }
    func stack588()  { var buf [588]byte; use(buf[:]); C.callGoStackCheck() }
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri May 12 12:00:02 GMT 2023
    - 111.5K bytes
    - Viewed (0)
  5. 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
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
Back to top