Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for seamless (0.32 sec)

  1. RELEASE.md

        wraps an immutable `tf.Tensor` under the hood. A subset of NumPy functions
        (e.g. `numpy.add`) are provided. Their inter-operation with TF facilities is
        seamless in most cases. See
        [tensorflow/python/ops/numpy_ops/README.md](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/ops/numpy_ops/README.md)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    		},
    		numErrs: 1,
    	}, {
    		name: "valid port headless",
    		tweakSvc: func(s *core.Service) {
    			s.Spec.Ports[0].Port = 11722
    			s.Spec.Ports[0].TargetPort = intstr.FromInt32(11722)
    			s.Spec.ClusterIP = core.ClusterIPNone
    			s.Spec.ClusterIPs = []string{core.ClusterIPNone}
    		},
    		numErrs: 0,
    	}, {
    		name: "invalid port headless 1",
    		tweakSvc: func(s *core.Service) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.19.md

    - Fixed the EndpointSliceController to correctly create endpoints for IPv6-only pods.
      
      Fixed the EndpointController to allow IPv6 headless services, if the IPv6DualStack
      feature gate is enabled, by specifying `ipFamily: IPv6` on the service. (This already
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top