- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for VirtualService (0.15 sec)
-
istioctl/pkg/validate/validate_test.go
apiVersion: networking.istio.io/v1 kind: VirtualService metadata: name: valid-virtual-service2 spec: exportTo: - '.' hosts: - d http: - route: - destination: host: c subset: v1` validVirtualService2JSON = `{ "apiVersion": "networking.istio.io/v1alpha3", "kind": "VirtualService", "metadata": { "name": "valid-virtual-service2" },
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Aug 02 16:18:14 UTC 2024 - 21.4K bytes - Viewed (0) -
istioctl/pkg/describe/describe_test.go
Ready: true, }, }, }, }, }, istioConfigs: []runtime.Object{ &clientnetworking.VirtualService{ ObjectMeta: metav1.ObjectMeta{ Name: "bookinfo", Namespace: "default", }, Spec: networking.VirtualService{ Hosts: []string{"productpage"}, Gateways: []string{"fake-gw"}, Http: []*networking.HTTPRoute{ {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 01 20:04:20 UTC 2024 - 30.8K bytes - Viewed (0) -
istioctl/pkg/describe/describe.go
mismatchNotes = append(mismatchNotes, fmt.Sprintf("Warning: Route to subset %s but NO DESTINATION RULE defining subsets!", dest.Destination.Subset)) } else { // Don't bother giving the match conditions, the problem is that there are unknowns in the VirtualService mismatchNotes = append(mismatchNotes,
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 17:36:49 UTC 2024 - 50.6K bytes - Viewed (0) -
architecture/networking/pilot.md
#### Ingress
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Feb 07 17:53:24 UTC 2024 - 19.1K bytes - Viewed (0) -
istioctl/pkg/validate/validate.go
} if err = checkFields(un); err != nil { return nil, err } // If object to validate has no namespace, set it (the validity of a CR // may depend on its namespace; for example a VirtualService with exportTo=".") if obj.Namespace == "" { // If the user didn't specify --namespace, and is validating a CR with no namespace, use "default" if defaultNamespace == "" {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 15 22:27:47 UTC 2024 - 14.3K bytes - Viewed (0) -
manifests/charts/base/files/crd-all.gen.yaml
spec: group: networking.istio.io names: categories: - istio-io - networking-istio-io kind: VirtualService listKind: VirtualServiceList plural: virtualservices shortNames: - vs singular: virtualservice scope: Namespaced versions: - additionalPrinterColumns:
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Nov 01 16:23:52 UTC 2024 - 805K bytes - Viewed (0)