- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for dstcluster (0.09 sec)
-
istioctl/pkg/writer/envoy/configdump/listener.go
err := filter.GetTypedConfig().UnmarshalTo(tcpProxy) if err != nil { return err.Error() } if strings.Contains(tcpProxy.GetCluster(), "Cluster") { return tcpProxy.GetCluster() } return fmt.Sprintf("Cluster: %s", tcpProxy.GetCluster()) } } } return "Non-HTTP/Non-TCP" } func describeRouteConfig(route *route.RouteConfiguration) string {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Nov 29 12:37:14 UTC 2023 - 18.1K bytes - Viewed (0) -
istioctl/pkg/multicluster/remote_secret_test.go
c.secType = SecretTypeRemote } opts := RemoteSecretOptions{ ServiceAccountName: testServiceAccountName, AuthType: RemoteSecretAuthTypeBearerToken, // ClusterName: testCluster, KubeOptions: KubeOptions{ Namespace: testNamespace, }, Type: c.secType, SecretName: c.secretName, } ctx := cli.NewFakeContext(&cli.NewFakeContextOption{
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 17:36:49 UTC 2024 - 20.7K bytes - Viewed (0)