Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 287 for serviceOf (0.15 sec)

  1. pilot/pkg/networking/core/envoyfilter/cluster_patch_test.go

    				Context: networking.EnvoyFilter_SIDECAR_INBOUND,
    				ObjectTypes: &networking.EnvoyFilter_EnvoyConfigObjectMatch_Cluster{
    					Cluster: &networking.EnvoyFilter_ClusterMatch{
    						Service: "service.servicens",
    					},
    				},
    			},
    			Patch: &networking.EnvoyFilter_Patch{
    				Operation: networking.EnvoyFilter_Patch_MERGE,
    				Value:     buildPatchStruct(`{"type":"EDS"}`),
    			},
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  2. src/main/assemblies/files/fess-service-mgr.exe

    Matsutani Kenji <******@****.***> 1477575947 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Oct 27 13:45:47 UTC 2016
    - 102K bytes
    - Viewed (0)
  3. manifests/addons/dashboards/istio-service-dashboard.json

            "includeAll": true,
            "label": "Service Workload Cluster",
            "multi": true,
            "name": "dstcluster",
            "options": [],
            "query": "query_result(sum(istio_requests_total{reporter=\"destination\", destination_service=\"$service\"}) by (destination_cluster) or sum(istio_tcp_sent_bytes_total{reporter=\"destination\", destination_service=~\"$service\"}) by (destination_cluster))",
            "refresh": 1,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 111.8K bytes
    - Viewed (0)
  4. releasenotes/notes/targetPort-service-entry.yaml

    John Howard <******@****.***> 1711391177 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 18:26:17 UTC 2024
    - 794 bytes
    - Viewed (0)
  5. pkg/kube/inject/testdata/inject/hello-service.yaml.injected

    kind: Service
    apiVersion: v1
    metadata:
      name: hello
    spec:
      selector:
        app: hello
        tier: backend
      ports:
        - protocol: TCP
          port: 80
          targetPort: http
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 16 01:43:48 UTC 2019
    - 175 bytes
    - Viewed (0)
  6. pilot/pkg/config/kube/gateway/testdata/reference-policy-service.yaml

            from: All
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: ReferenceGrant
    metadata:
      name: allow-service
      namespace: service
    spec:
      from:
      - group: gateway.networking.k8s.io
        kind: HTTPRoute
        namespace: istio-system
      to:
      - group: ""
        kind: Service
        name: my-svc
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
      name: http
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 18 22:43:39 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  7. pkg/config/analysis/analyzers/testdata/deployment-multi-service.yaml

        app: reviews
        service: reviews
    spec:
      ports:
        - port: 9090
          name: http
          protocol: HTTP
      selector:
        app: reviews
    ---
    # Deployment has no service attached. It should generate a warning.
    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: no-services
      namespace: bookinfo
      labels:
        app: ratings
        version: v1
    spec:
      replicas: 1
      selector:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 05 21:52:53 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  8. tests/integration/pilot/testdata/tunneling/gateway/tcp/virtual-service.tmpl.yaml

    Whitney Griffith <******@****.***> 1688577567 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 05 17:19:27 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Service.json

    {
      "kind": "Service",
      "apiVersion": "v1",
      "metadata": {
        "name": "nameValue",
        "generateName": "generateNameValue",
        "namespace": "namespaceValue",
        "selfLink": "selfLinkValue",
        "uid": "uidValue",
        "resourceVersion": "resourceVersionValue",
        "generation": 7,
        "creationTimestamp": "2008-01-01T01:01:01Z",
        "deletionTimestamp": "2009-01-01T01:01:01Z",
        "deletionGracePeriodSeconds": 10,
        "labels": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  10. samples/open-telemetry/tracing/README.md

    You may also choose any existing tracing system if you have, and you should change the exporter settings in the configmap mentioned above.
    
    You may also choose to use your own otel collector if you have, and the key part is to have the `otlp` grpc protocol receiver to receive the traces. One important thing is to make sure your otel collector service's grpc port starts with `grpc-` prefix, which is like:
    
    ```yaml
    spec:
      ports:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Feb 18 16:38:12 UTC 2024
    - 4.5K bytes
    - Viewed (0)
Back to top