Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 186 for xds (0.02 sec)

  1. releasenotes/notes/45577.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: istioctl
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 29 11:04:03 UTC 2023
    - 245 bytes
    - Viewed (0)
  2. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.txt

    10.244.0.177:80                                  HEALTHY                  outbound|80||sleep.default.svc.cluster.local
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 21 14:17:23 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  3. pilot/pkg/status/distribution/reporter_test.go

    // limitations under the License.
    
    package distribution
    
    import (
    	"testing"
    	"time"
    
    	. "github.com/onsi/gomega"
    	"k8s.io/utils/clock"
    
    	"istio.io/istio/pilot/pkg/status"
    	"istio.io/istio/pilot/pkg/xds"
    	"istio.io/istio/pkg/config"
    	"istio.io/istio/pkg/config/schema/collections"
    	"istio.io/istio/pkg/ledger"
    	"istio.io/istio/pkg/util/sets"
    )
    
    func TestStatusMaps(t *testing.T) {
    	r := initReporterWithoutStarting()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 30 17:25:17 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/serviceentry_simulation_test.go

    // limitations under the License.
    package core_test
    
    import (
    	"fmt"
    	"testing"
    
    	"istio.io/istio/pilot/pkg/model"
    	"istio.io/istio/pilot/pkg/simulation"
    	"istio.io/istio/pilot/test/xds"
    )
    
    const se = `
    apiVersion: networking.istio.io/v1alpha3
    kind: ServiceEntry
    metadata:
      name: se1
    spec:
      hosts:
      - blah.somedomain
      addresses:
      - %s
      ports:
      - number: 9999
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 21:06:06 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/gateway/controller_test.go

    	ns.Update(ns1)
    	s.AssertEmpty(t, time.Millisecond*10)
    
    	ns2.Labels["foo"] = "bar"
    	ns.Update(ns2)
    	s.WaitOrFail(t, "xds full")
    
    	ns1.Labels["allowed"] = "true"
    	ns.Update(ns1)
    	s.WaitOrFail(t, "xds full")
    
    	ns2.Labels["allowed"] = "false"
    	ns.Update(ns2)
    	s.WaitOrFail(t, "xds full")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 16:47:06 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  6. releasenotes/notes/debug-handlers.yaml

        Setting "ENABLE_DEBUG_ON_HTTP" to false will not add debug handlers on HTTP ports and is recommended setting for
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 25 16:11:21 UTC 2020
    - 441 bytes
    - Viewed (0)
  7. releasenotes/notes/51070.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: telemetry
    issue:
      - 50808
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 18:14:09 UTC 2024
    - 144 bytes
    - Viewed (0)
  8. releasenotes/notes/headless-endpoint-update.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: networking
    issue:
      - 26617
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 19 15:10:39 UTC 2020
    - 198 bytes
    - Viewed (0)
  9. releasenotes/notes/consul.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: networking
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 11 21:20:58 UTC 2020
    - 191 bytes
    - Viewed (0)
  10. releasenotes/notes/full-push-regression.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue: [39652]
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Sep 12 12:34:53 UTC 2022
    - 213 bytes
    - Viewed (0)
Back to top