- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 48 for Gateway (0.07 sec)
-
istioctl/pkg/waypoint/testdata/waypoint/no-gateway
Xiaopeng Han <******@****.***> 1686841337 +0800
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 20 bytes - Viewed (0) -
istioctl/pkg/waypoint/testdata/waypoint/all-gateway
John Howard <******@****.***> 1713303040 -0700
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Apr 16 21:30:40 UTC 2024 - 141 bytes - Viewed (0) -
istioctl/pkg/waypoint/testdata/waypoint/combined-gateway
John Howard <******@****.***> 1713303040 -0700
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Apr 16 21:30:40 UTC 2024 - 338 bytes - Viewed (0) -
istioctl/pkg/waypoint/testdata/waypoint/default-gateway
John Howard <******@****.***> 1713303040 -0700
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Apr 16 21:30:40 UTC 2024 - 68 bytes - Viewed (0) -
istioctl/pkg/analyze/testdata/analyze-file/public-gateway.yaml
apiVersion: networking.istio.io/v1 kind: Gateway metadata: name: public-gateway namespace: istio-system spec: selector: istio: gateway servers: - port: number: 80 name: http protocol: HTTP hosts:
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 01 20:04:20 UTC 2024 - 256 bytes - Viewed (0) -
istioctl/pkg/waypoint/waypoint_test.go
args: strings.Split("list", " "), gateways: []*gateway.Gateway{}, expectedOutFile: "no-gateway", }, { name: "default namespace gateway", args: strings.Split("list", " "), gateways: []*gateway.Gateway{ makeGateway(constants.DefaultNamespaceWaypoint, "default", true, true), makeGateway(constants.DefaultNamespaceWaypoint, "fake", true, true), },
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Apr 04 15:53:09 UTC 2024 - 4.4K bytes - Viewed (0) -
istioctl/pkg/util/handlers/handlers_test.go
wantNamespace: "istio-system", }, { proxyName: "gateway.gateway.networking.k8s.io/istiod", namespace: "", wantPodName: "gateway.gateway.networking.k8s.io/istiod", wantNamespace: "", }, { proxyName: "gateway.gateway.networking.k8s.io/istiod", namespace: "namespace", wantPodName: "gateway.gateway.networking.k8s.io/istiod", wantNamespace: "namespace", }, {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jun 09 18:17:49 UTC 2023 - 6.6K bytes - Viewed (0) -
bin/update_crds.sh
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Oct 01 20:23:30 UTC 2024 - 3.5K bytes - Viewed (0) -
istioctl/pkg/util/handlers/handlers.go
switch t := object.(type) { case *gatewayapi.Gateway: if !gateway.IsManaged(&t.Spec) { return "", nil, fmt.Errorf("gateway is not a managed gateway") } namespace = t.Namespace selector, err = labels.Parse(label.IoK8sNetworkingGatewayGatewayName.Name + "=" + t.Name) case *gatewayapibeta.Gateway: if !gateway.IsManaged(&t.Spec) { return "", nil, fmt.Errorf("gateway is not a managed gateway") }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 16:05:45 UTC 2024 - 6.3K bytes - Viewed (0) -
istioctl/pkg/writer/envoy/configdump/route_test.go
} }) } } func TestPrintRoutesSummary(t *testing.T) { tests := []struct { name string }{ { name: "empty-gateway", }, { name: "istio-gateway-http-route-prefix", }, { name: "k8s-gateway-http-route-path-prefix", }, } for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { gotOut := &bytes.Buffer{} cw := &ConfigWriter{Stdout: gotOut}
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Nov 29 12:37:14 UTC 2023 - 2.8K bytes - Viewed (0)