- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for traffic_policy (0.09 sec)
-
istioctl/pkg/describe/describe.go
// Ignore LoadBalancer, ConnectionPool, OutlierDetection trafficPolicy := dr.Spec.TrafficPolicy if trafficPolicy == nil { fmt.Fprintf(writer, "%sNo Traffic Policy\n", printSpaces(initPrintNum+printLevel1)) } else { if trafficPolicy.Tls != nil { fmt.Fprintf(writer, "%sTraffic Policy TLS Mode: %s\n", printSpaces(initPrintNum+printLevel1), dr.Spec.TrafficPolicy.Tls.Mode.String()) } shortPolicies := recordShortPolicies(
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 17:36:49 UTC 2024 - 50.6K bytes - Viewed (0) -
istioctl/pkg/describe/describe_test.go
Host: "productpage", Subsets: []*networking.Subset{ { Name: "v1", Labels: map[string]string{"version": "v1"}, }, }, TrafficPolicy: &networking.TrafficPolicy{ LoadBalancer: &networking.LoadBalancerSettings{ LbPolicy: &networking.LoadBalancerSettings_Simple{Simple: networking.LoadBalancerSettings_LEAST_REQUEST}, },
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/validate/validate_test.go
spec: components: pilot: enabled: true ` invalidDuplicateKey = ` apiVersion: networking.istio.io/v1 kind: DestinationRule metadata: name: productpage spec: trafficPolicy: {} trafficPolicy: tls: mode: ISTIO_MUTUAL ` validDeployment = ` apiVersion: apps/v1 kind: Deployment metadata: name: helloworld-v1 labels: app: helloworld version: v1
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Aug 02 16:18:14 UTC 2024 - 21.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.24.md
- Introduction of a new "sync_proxy_rules_no_local_endpoints_total" proxy metric. This metric represents the number of services with no internal endpoints. The "traffic_policy" label will contain both "internal" or "external". ([#108930](https://github.com/kubernetes/kubernetes/pull/108930), [@MaxRenaud](https://github.com/MaxRenaud))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Aug 24 00:02:43 UTC 2023 - 473.4K bytes - Viewed (0) -
manifests/charts/base/files/crd-all.gen.yaml
type: object name: description: Name of the subset. type: string trafficPolicy: description: Traffic policies that apply to this subset. properties: connectionPool: properties:
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Nov 01 16:23:52 UTC 2024 - 805K bytes - Viewed (0)