Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 2,285 for istiov1 (0.11 sec)

  1. pkg/config/constants/constants.go

    	ManagedGatewayControllerLabel     = "istio.io-gateway-controller"
    	ManagedGatewayMeshControllerLabel = "istio.io-mesh-controller"
    	ManagedGatewayMeshController      = "istio.io/mesh-controller"
    
    	RemoteGatewayClassName   = "istio-remote"
    	WaypointGatewayClassName = "istio-waypoint"
    
    	// DeprecatedGatewayNameLabel indicates the gateway managing a particular proxy instances. Only populated for Gateway API gateways
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 10K bytes
    - Viewed (0)
  2. istioctl/pkg/writer/pilot/status.go

    	xdsstatus "github.com/envoyproxy/go-control-plane/envoy/service/status/v3"
    
    	"istio.io/istio/istioctl/pkg/multixds"
    	"istio.io/istio/pilot/pkg/model"
    	xdsresource "istio.io/istio/pilot/pkg/xds/v3"
    	"istio.io/istio/pkg/log"
    )
    
    // XdsStatusWriter enables printing of sync status using multiple xdsapi.DiscoveryResponse Istiod responses
    type XdsStatusWriter struct {
    	Writer                 io.Writer
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 15 04:16:55 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  3. istioctl/pkg/tag/generate.go

    	"k8s.io/apimachinery/pkg/runtime/serializer/json"
    
    	"istio.io/istio/operator/pkg/helm"
    	"istio.io/istio/pkg/kube"
    	"istio.io/istio/pkg/maps"
    )
    
    const (
    	IstioTagLabel       = "istio.io/tag"
    	DefaultRevisionName = "default"
    
    	defaultChart            = "default"
    	pilotDiscoveryChart     = "istio-control/istio-discovery"
    	revisionTagTemplateName = "revision-tags.yaml"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 16 17:43:49 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  4. releasenotes/notes/new_lb_algorithm_default.yaml

    area: traffic-management
    
    releaseNotes:
      - |
        **Updated** Istio's default load balancing algorithm from `ROUND_ROBIN` to `LEAST_REQUEST`.
        The `ROUND_ROBIN` algorithm can lead to overburdened endpoints, especially when weights
        are used. The `LEAST_REQUEST` algorithm, distributes more evenly across and is far less
        likely to overburden endpoints. A number of experiments (by both the Istio and
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 09 20:55:01 UTC 2022
    - 856 bytes
    - Viewed (0)
  5. pkg/test/framework/components/echo/kube/testdata/multiple-istio-versions-no-proxy.yaml

    spec:
      replicas: 1
      selector:
        matchLabels:
          app: foo
          version: bar
      template:
        metadata:
          labels:
            app: foo
            version: bar
            test.istio.io/class: standard
            istio.io/rev: rev-a
          annotations:
            prometheus.io/scrape: "true"
            prometheus.io/port: "15014"
        spec:
          imagePullSecrets:
          - name: myregistrykey
          containers:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  6. pkg/config/analysis/analyzers/maturity/maturity.go

    	corev1 "k8s.io/api/core/v1"
    
    	"istio.io/api/annotation"
    	"istio.io/istio/pkg/config"
    	"istio.io/istio/pkg/config/analysis"
    	"istio.io/istio/pkg/config/analysis/analyzers/util"
    	"istio.io/istio/pkg/config/analysis/msg"
    	"istio.io/istio/pkg/config/constants"
    	"istio.io/istio/pkg/config/resource"
    	"istio.io/istio/pkg/config/schema/gvk"
    )
    
    // AlphaAnalyzer checks for alpha Istio annotations in K8s resources
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 5K bytes
    - Viewed (0)
  7. pilot/pkg/bootstrap/server.go

    	"istio.io/istio/pkg/config/constants"
    	"istio.io/istio/pkg/config/mesh"
    	"istio.io/istio/pkg/config/schema/collections"
    	"istio.io/istio/pkg/config/schema/gvk"
    	"istio.io/istio/pkg/config/schema/kind"
    	"istio.io/istio/pkg/ctrlz"
    	"istio.io/istio/pkg/filewatcher"
    	"istio.io/istio/pkg/h2c"
    	istiokeepalive "istio.io/istio/pkg/keepalive"
    	kubelib "istio.io/istio/pkg/kube"
    	"istio.io/istio/pkg/kube/inject"
    	"istio.io/istio/pkg/kube/kclient"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 46.3K bytes
    - Viewed (0)
  8. security/pkg/pki/ca/ca.go

    	corev1 "k8s.io/client-go/kubernetes/typed/core/v1"
    
    	"istio.io/istio/pkg/backoff"
    	"istio.io/istio/pkg/log"
    	"istio.io/istio/security/pkg/cmd"
    	caerror "istio.io/istio/security/pkg/pki/error"
    	"istio.io/istio/security/pkg/pki/util"
    	certutil "istio.io/istio/security/pkg/util"
    )
    
    const (
    	// istioCASecretType is the Istio secret annotation type.
    	istioCASecretType = "istio.io/ca-root"
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 30 19:33:26 UTC 2023
    - 17.2K bytes
    - Viewed (0)
  9. README.md

    # Istio
    
    [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/1395/badge)](https://bestpractices.coreinfrastructure.org/projects/1395)
    [![Go Report Card](https://goreportcard.com/badge/github.com/istio/istio)](https://goreportcard.com/report/github.com/istio/istio)
    [![GoDoc](https://godoc.org/istio.io/istio?status.svg)](https://godoc.org/istio.io/istio)
    
    <a href="https://istio.io/">
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 26 15:28:59 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  10. logo/istio-bluelogo-whitebackground-unframed.svg

    istio-bluelogo-whitebackground-unframed.svg...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Sep 15 02:15:23 UTC 2020
    - 329 bytes
    - Viewed (0)
Back to top