Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 558 for networkingv1 (0.22 sec)

  1. pilot/pkg/model/gateway_test.go

    				},
    				{
    					Hosts: []string{"a.apps.svc.cluster.local", "b.apps.svc.cluster.local"},
    					Port:  &networking.Port{Name: "tls", Number: 15443, Protocol: "TLS"},
    					Tls:   &networking.ServerTLSSettings{Mode: networking.ServerTLSSettings_AUTO_PASSTHROUGH},
    				},
    			},
    		},
    	}
    	svc := &Service{
    		Attributes: ServiceAttributes{
    			Labels: map[string]string{},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 02:36:23 UTC 2024
    - 9K bytes
    - Viewed (0)
  2. pilot/pkg/networking/util/util_test.go

    					},
    				},
    			},
    			subset: &networking.TrafficPolicy{
    				Tls: &networking.ClientTLSSettings{
    					Mode: networking.ClientTLSSettings_SIMPLE,
    				},
    			},
    			port: nil,
    			expected: &networking.TrafficPolicy{
    				Tls: &networking.ClientTLSSettings{
    					Mode: networking.ClientTLSSettings_SIMPLE,
    				},
    				ConnectionPool: &networking.ConnectionPoolSettings{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 40K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/envoyfilter/rc_patch.go

    	"google.golang.org/protobuf/proto"
    
    	networking "istio.io/api/networking/v1alpha3"
    	"istio.io/istio/pilot/pkg/model"
    	"istio.io/istio/pilot/pkg/util/runtime"
    	"istio.io/istio/pkg/log"
    	"istio.io/istio/pkg/proto/merge"
    	"istio.io/istio/pkg/slices"
    	"istio.io/istio/pkg/util/sets"
    )
    
    func ApplyRouteConfigurationPatches(
    	patchContext networking.EnvoyFilter_PatchContext,
    	proxy *model.Proxy,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 13K bytes
    - Viewed (0)
  4. pilot/pkg/config/kube/gateway/testdata/route-binding.status.yaml.golden

          reason: ResolvedRefs
          status: "True"
          type: ResolvedRefs
        name: slctr-combined-no
        supportedKinds:
        - group: gateway.networking.k8s.io
          kind: HTTPRoute
        - group: gateway.networking.k8s.io
          kind: GRPCRoute
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
      creationTimestamp: null
      name: bind-all
      namespace: default
    spec: null
    status:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 20:48:23 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/gateway/testdata/http.status.yaml.golden

          reason: ResolvedRefs
          status: "True"
          type: ResolvedRefs
        name: default
        supportedKinds:
        - group: gateway.networking.k8s.io
          kind: HTTPRoute
        - group: gateway.networking.k8s.io
          kind: GRPCRoute
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
      creationTimestamp: null
      name: http
      namespace: default
    spec: null
    status:
      parents:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 20:48:23 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/serviceentry/conversion.go

    	var resolution networking.ServiceEntry_Resolution
    	switch svc.Resolution {
    	case model.Passthrough: // 2
    		resolution = networking.ServiceEntry_NONE // 0
    	case model.DNSLB: // 1
    		resolution = networking.ServiceEntry_DNS // 2
    	case model.DNSRoundRobinLB: // 3
    		resolution = networking.ServiceEntry_DNS_ROUND_ROBIN // 3
    	case model.ClientSideLB: // 0
    		resolution = networking.ServiceEntry_STATIC // 1
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 02:03:58 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/serviceentry/controller_test.go

    				},
    			},
    			Location:   networking.ServiceEntry_MESH_EXTERNAL,
    			Resolution: networking.ServiceEntry_DNS,
    		},
    	}
    
    	updatedHTTPDNSPort := func() *config.Config {
    		c := updatedHTTPDNS.DeepCopy()
    		se := c.Spec.(*networking.ServiceEntry)
    		var ports []*networking.ServicePort
    		ports = append(ports, se.Ports...)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/listener_builder_test.go

    		{
    			ApplyTo: networking.EnvoyFilter_LISTENER,
    			Match: &networking.EnvoyFilter_EnvoyConfigObjectMatch{
    				Context: networking.EnvoyFilter_SIDECAR_INBOUND,
    			},
    			Patch: &networking.EnvoyFilter_Patch{
    				Operation: networking.EnvoyFilter_Patch_ADD,
    				Value:     buildPatchStruct(`{"name":"new-inbound-listener"}`),
    			},
    		},
    		{
    			ApplyTo: networking.EnvoyFilter_LISTENER,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  9. pilot/pkg/config/kube/gateway/testdata/invalid.status.yaml.golden

          reason: ResolvedRefs
          status: "True"
          type: ResolvedRefs
        name: default
        supportedKinds:
        - group: gateway.networking.k8s.io
          kind: HTTPRoute
        - group: gateway.networking.k8s.io
          kind: GRPCRoute
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: Gateway
    metadata:
      creationTimestamp: null
      name: invalid-service
      namespace: istio-system
    spec: null
    status:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 20:48:23 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  10. pkg/config/schema/ast/ast_test.go

    resources:
      - kind:         "VirtualService"
        group:        "networking.istio.io"
        version:      "v1alpha3"
        proto:        "istio.networking.v1alpha3.VirtualService"
        protoPackage: "istio.io/api/networking/v1alpha3"
    `,
    			expected: &Metadata{
    				Resources: []*Resource{
    					{
    						Identifier:   "VirtualService",
    						Kind:         "VirtualService",
    						Group:        "networking.istio.io",
    						Version:      "v1alpha3",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 30 00:31:03 UTC 2024
    - 1.6K bytes
    - Viewed (0)
Back to top