Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Appendp (0.14 sec)

  1. pkg/apis/core/validation/validation_test.go

    			s.Spec.ExternalTrafficPolicy = core.ServiceExternalTrafficPolicyCluster
    			s.Spec.Ports = append(s.Spec.Ports, core.ServicePort{Name: "q", Port: 1, Protocol: "TCP", NodePort: 1, TargetPort: intstr.FromInt32(1)})
    			s.Spec.Ports = append(s.Spec.Ports, core.ServicePort{Name: "r", Port: 2, Protocol: "UDP", NodePort: 1, TargetPort: intstr.FromInt32(2)})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                          description: |-
                                            Add adds the given header(s) (name, value) to the request
                                            before the action. It appends to any existing values associated
                                            with the header name.
    
    
                                            Input:
                                              GET /foo HTTP/1.1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  3. RELEASE.md

    *   `tf.random`:
        *   Various random number generation improvements:
        *   Add a fast path for default `random_uniform`
        *   `random_seed` documentation improvement.
        *   `RandomBinomial` broadcasts and appends the sample shape to the left
            rather than the right.
        *   Added `tf.random.stateless_binomial`, `tf.random.stateless_gamma`,
            `tf.random.stateless_poisson`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top