Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for InstancesV2 (0.28 sec)

  1. CHANGELOG/CHANGELOG-1.20.md

    - Updates docs and guidance on cloud provider InstancesV2 and Zones interface for external cloud providers:
      - removes experimental warning for InstancesV2
      - document that implementation of InstancesV2 will disable calls to Zones
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

    - Bump Dashboard to v2.0.1 ([#91526](https://github.com/kubernetes/kubernetes/pull/91526), [@maciaszczykm](https://github.com/maciaszczykm)) [SIG Cloud Provider]
    - Cloud node-controller use InstancesV2 ([#91319](https://github.com/kubernetes/kubernetes/pull/91319), [@gongguan](https://github.com/gongguan)) [SIG Apps, Cloud Provider, Scalability and Storage]
    - Deps: Update to Golang 1.13.9
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. pilot/pkg/serviceregistry/serviceentry/controller_test.go

    		otherHost := func() *config.Config {
    			c := httpStaticOverlayUpdated.DeepCopy()
    			se := c.Spec.(*networking.ServiceEntry)
    			se.Hosts = []string{"other.com"}
    			return &c
    		}()
    		instances2 := []*model.ServiceInstance{
    			makeInstance(otherHost, "5.5.5.5", 4567, httpStaticHost.Spec.(*networking.ServiceEntry).Ports[0], map[string]string{"overlay": "bar"}, PlainText),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 92.9K bytes
    - Viewed (0)
Back to top