Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 394 for components (0.2 sec)

  1. pkg/test/framework/components/istio/ingress/interface.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package ingress
    
    import (
    	"net/netip"
    
    	"istio.io/istio/pkg/test/framework/components/cluster"
    	"istio.io/istio/pkg/test/framework/components/echo"
    )
    
    type Instances []Instance
    
    func (i Instances) Callers() echo.Callers {
    	var out echo.Callers
    	for _, instance := range i {
    		out = append(out, instance)
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 17:13:34 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  2. pkg/test/framework/components/opentelemetry/kube.go

    // limitations under the License.
    
    package opentelemetry
    
    import (
    	"fmt"
    	"net"
    	"os"
    	"strings"
    
    	"istio.io/istio/pkg/test/env"
    	"istio.io/istio/pkg/test/framework/components/cluster"
    	"istio.io/istio/pkg/test/framework/components/istio"
    	"istio.io/istio/pkg/test/framework/resource"
    	testKube "istio.io/istio/pkg/test/kube"
    )
    
    type otel struct {
    	id      resource.ID
    	cluster cluster.Cluster
    }
    
    const (
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 14 19:29:38 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  3. releasenotes/notes/51174.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 21:20:01 UTC 2024
    - 232 bytes
    - Viewed (0)
  4. pkg/test/framework/components/echo/workload.go

    package echo
    
    import (
    	"context"
    	"sort"
    	"strings"
    
    	"istio.io/istio/pkg/test"
    	"istio.io/istio/pkg/test/echo"
    	"istio.io/istio/pkg/test/echo/proto"
    	"istio.io/istio/pkg/test/framework/components/cluster"
    )
    
    // WorkloadContainer is container for a number of Workload objects.
    type WorkloadContainer interface {
    	// Workloads retrieves the list of all deployed workloads for this Echo service.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 25 19:46:28 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  5. tests/integration/telemetry/api/istioctl_metrics_test.go

    // limitations under the License.
    
    package api
    
    import (
    	"errors"
    	"strconv"
    	"strings"
    	"testing"
    
    	"istio.io/istio/pkg/test/framework"
    	"istio.io/istio/pkg/test/framework/components/istioctl"
    	"istio.io/istio/pkg/test/util/retry"
    )
    
    // TestIstioctlMetrics contains a basic validation of the experimental
    // metrics command. It validates that values are being returned when there is
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  6. tests/integration/pilot/cni_race_test.go

    	"istio.io/istio/pkg/test/framework"
    	"istio.io/istio/pkg/test/framework/components/cluster"
    	"istio.io/istio/pkg/test/framework/components/echo"
    	"istio.io/istio/pkg/test/framework/components/echo/common/ports"
    	"istio.io/istio/pkg/test/framework/components/echo/deployment"
    	"istio.io/istio/pkg/test/framework/components/namespace"
    	"istio.io/istio/pkg/test/scopes"
    	"istio.io/istio/pkg/test/shell"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 16:52:52 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  7. pkg/test/fakes/gce_metadata_server/Makefile

    MD_PATH := $(dir $(MKFILE_PATH))
    IMG ?= gcr.io/istio-testing/fake-gce-metadata
    
    # NOTE: TAG should be updated whenever changes are made in this directory
    # This should also be updated in dependent components
    TAG := 1.2
    
    all: build_and_push clean
    
    build_and_push:
    	cd $(MD_PATH) && CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o main-amd64 -a -tags netgo -ldflags '-w -extldflags "-static"' main.go
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 04 22:47:52 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/input/autoscaling_ingress_v2.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      components:
        ingressGateways:
        - enabled: true
          name: istio-ingressgateway
          k8s:
            hpaSpec:
              metrics:
              - resource:
                  name: cpu
                  target:
                    type: Utilization
                    averageUtilization: 80
              - resource:
                  name: memory
                  target:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 06 02:56:54 UTC 2023
    - 603 bytes
    - Viewed (0)
  9. pkg/config/constants/constants.go

    	// IstioLabel indicates that a workload is part of a named Istio system component.
    	IstioLabel = "istio"
    
    	// IstioIngressLabelValue is value for IstioLabel that identifies an ingress workload.
    	// TODO we should derive this from IngressClass
    	IstioIngressLabelValue = "ingressgateway"
    
    	// IstioSystemNamespace is the namespace where Istio's components are deployed
    	IstioSystemNamespace = "istio-system"
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 10K bytes
    - Viewed (0)
  10. manifests/charts/istio-cni/Chart.yaml

    apiVersion: v2
    name: cni
    # This version is never actually shipped. istio/release-builder will replace it at build-time
    # with the appropriate version
    version: 1.0.0
    appVersion: 1.0.0
    description: Helm chart for istio-cni components
    keywords:
      - istio-cni
      - istio
    sources:
      - https://github.com/istio/istio
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 20 18:29:34 UTC 2024
    - 369 bytes
    - Viewed (0)
Back to top