Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for multiVersion (0.23 sec)

  1. pkg/test/framework/components/echo/kube/testdata/multiversion.yaml

    apiVersion: v1
    kind: Service
    metadata:
      name: multiversion
      labels:
        app: multiversion
    spec:
      ports:
      - name: http
        port: 8090
        targetPort: 8090
      - name: tcp
        port: 9000
        targetPort: 9000
      - name: grpc
        port: 9090
        targetPort: 9090
      selector:
        app: multiversion
    ---
    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: multiversion-v-istio
    spec:
      replicas: 1
      selector:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 4K bytes
    - Viewed (0)
  2. tests/integration/ambient/testdata/automtls-partial-sidecar-dr-no-tls.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: "multiversion-route"
      annotations:
        test-suite: "automtls-partial-sidecar-dr-no-tls"
    spec:
      hosts:
      - "multiversion"
      http:
      - name: "vistio-route"
        match:
        - uri:
            prefix: "/vistio"
        route:
        - destination:
            host: "multiversion"
            subset: "vistio"
      - name: "legacy-by-default"
        route:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 16 18:55:23 UTC 2023
    - 996 bytes
    - Viewed (0)
  3. tests/integration/ambient/testdata/automtls-partial-sidecar-dr-mutual.yaml

    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: "multiversion-route"
      annotations:
        test-suite: "automtls-partial-dr-mutual"
    spec:
      hosts:
      - "multiversion"
      http:
      - name: "vistio-route"
        match:
        - uri:
            prefix: "/vistio"
        route:
        - destination:
            host: "multiversion"
            subset: "vistio"
      - name: "legacy-by-default"
        route:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 16 18:55:23 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  4. tests/integration/ambient/testdata/automtls-partial-sidecar-dr-disable.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: "multiversion-route"
      annotations:
        test-suite: "automtls-partial-dr-disable"
    spec:
      hosts:
      - "multiversion"
      http:
      - name: "vistio-route"
        match:
        - uri:
            prefix: "/vistio"
        route:
        - destination:
            host: "multiversion"
            subset: "vistio"
      - name: "legacy-by-default"
        route:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 16 18:55:23 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  5. pkg/test/framework/components/echo/match/matchers.go

    // - Multi-Subset
    var RegularPod Matcher = func(instance echo.Instance) bool {
    	return instance.Config().IsRegularPod()
    }
    
    var NotRegularPod = Not(RegularPod)
    
    // MultiVersion matches echos that have Multi-version specific setup.
    var MultiVersion Matcher = func(i echo.Instance) bool {
    	if len(i.Config().Subsets) != 2 {
    		return false
    	}
    	var matchIstio, matchLegacy bool
    	for _, s := range i.Config().Subsets {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  6. tests/integration/security/util/reachability/context.go

    	E             echo.Instances
    	Multiversion  echo.Instances
    	VM            echo.Instances
    	External      echo.Instances
    	Naked         echo.Instances
    	Headless      echo.Instances
    	HeadlessNaked echo.Instances
    )
    
    const (
    	ASvc             = "a"
    	BSvc             = "b"
    	CSvc             = "c"
    	DSvc             = "d"
    	ESvc             = "e"
    	MultiversionSvc  = "multiversion"
    	VMSvc            = "vm"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 23 21:20:43 UTC 2022
    - 8.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_handler_test.go

    	ObjectMeta: metav1.ObjectMeta{Name: "multiversion.stable.example.com", UID: types.UID("12345")},
    	Spec: apiextensionsv1.CustomResourceDefinitionSpec{
    		Group: "stable.example.com",
    		Names: apiextensionsv1.CustomResourceDefinitionNames{
    			Plural: "multiversion", Singular: "multiversion", Kind: "MultiVersion", ShortNames: []string{"mv"}, ListKind: "MultiVersionList", Categories: []string{"all"},
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 13 15:27:39 UTC 2023
    - 34.6K bytes
    - Viewed (0)
  8. tests/integration/security/util/framework.go

    	"istio.io/istio/pkg/test/framework/resource"
    )
    
    const (
    	ASvc             = "a"
    	BSvc             = "b"
    	CSvc             = "c"
    	DSvc             = "d"
    	ESvc             = "e"
    	MultiversionSvc  = "multiversion"
    	VMSvc            = "vm"
    	HeadlessSvc      = "headless"
    	NakedSvc         = "naked"
    	HeadlessNakedSvc = "headless-naked"
    	ExternalSvc      = "external"
    )
    
    type EchoDeployments struct {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/test/integration/conversion/conversion_test.go

    	ObjectMeta: metav1.ObjectMeta{Name: "multiversion.stable.example.com"},
    	Spec: apiextensionsv1.CustomResourceDefinitionSpec{
    		Group: "stable.example.com",
    		Names: apiextensionsv1.CustomResourceDefinitionNames{
    			Plural:     "multiversion",
    			Singular:   "multiversion",
    			Kind:       "MultiVersion",
    			ShortNames: []string{"mv"},
    			ListKind:   "MultiVersionList",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 06 05:32:34 UTC 2023
    - 47.1K bytes
    - Viewed (0)
  10. tests/integration/security/pass_through_filter_chain_test.go

    						Apply()
    
    					echotest.New(t, apps.Ns1.All.Instances()).
    						WithDefaultFilters(1, 1).
    						FromMatch(match.NotProxylessGRPC).
    						ToMatch(match.And(
    							// TODO(nmittler): Why not headless/multiversion?
    							match.NotHeadless,
    							match.NotMultiVersion,
    							match.NotNaked,
    							match.NotProxylessGRPC)).
    						ConditionallyTo(echotest.NoSelfCalls).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 11.9K bytes
    - Viewed (0)
Back to top