Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 152 for xds (0.02 sec)

  1. pkg/proxy/proxyinfo.go

    package proxy
    
    import (
    	"context"
    	"encoding/json"
    	"fmt"
    
    	"istio.io/istio/pilot/pkg/xds"
    	"istio.io/istio/pkg/kube"
    	istioVersion "istio.io/istio/pkg/version"
    )
    
    type sidecarSyncStatus struct {
    	// nolint: structcheck, unused
    	pilot string
    	xds.SyncStatus
    }
    
    // GetProxyInfo retrieves infos of proxies that connect to the Istio control plane of specific revision.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 06 22:41:32 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  2. pkg/test/echo/cmd/server/main.go

    // limitations under the License.
    
    package main
    
    import (
    	"os"
    	"os/signal"
    	"strconv"
    	"syscall"
    
    	"github.com/spf13/cobra"
    	// To install the xds resolvers and balancers.
    	_ "google.golang.org/grpc/xds"
    
    	"istio.io/istio/pkg/cmd"
    	"istio.io/istio/pkg/config/protocol"
    	"istio.io/istio/pkg/log"
    	"istio.io/istio/pkg/test/echo/common"
    	"istio.io/istio/pkg/test/echo/server"
    )
    
    var (
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  3. manifests/charts/ztunnel/values.yaml

      # Used to locate the XDS and CA, if caAddress or xdsAddress are not set explicitly.
      revision: ""
    
      # The customized CA address to retrieve certificates for the pods in the cluster.
      # CSR clients such as the Istio Agent and ingress gateways can use this to specify the CA endpoint.
      caAddress: ""
    
      # The customized XDS address to retrieve configuration.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 20:32:30 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  4. releasenotes/notes/51044.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 16:13:13 UTC 2024
    - 148 bytes
    - Viewed (0)
  5. releasenotes/notes/51078.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: telemetry
    issue:
      - 50808
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 145 bytes
    - Viewed (0)
  6. releasenotes/notes/40198.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    issue:
      - 40198
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 11 20:02:56 UTC 2022
    - 210 bytes
    - Viewed (0)
  7. releasenotes/notes/45800.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
    - 45798
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 05 08:12:27 UTC 2023
    - 203 bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. 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)
Back to top