Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for CLUSTER_ID (0.25 sec)

  1. istioctl/pkg/proxyconfig/testdata/config_dump.json

                                    "value": "httpbin-istio-waypoint"
                                  }
                                },
                                {
                                  "tag": "istio.cluster_id",
                                  "literal": {
                                    "value": "snorlax"
                                  }
                                },
                                {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 03 23:08:06 UTC 2024
    - 54.8K bytes
    - Viewed (0)
  2. istioctl/pkg/writer/compare/testdata/configdump_diff.json

                                    "value": "namespace-istio-waypoint"
                                  }
                                },
                                {
                                  "tag": "istio.cluster_id",
                                  "literal": {
                                    "value": "Kubernetes"
                                  }
                                },
                                {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  3. istioctl/pkg/writer/compare/testdata/configdump.json

                                    "value": "namespace-istio-waypoint"
                                  }
                                },
                                {
                                  "tag": "istio.cluster_id",
                                  "literal": {
                                    "value": "Kubernetes"
                                  }
                                },
                                {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 52K bytes
    - Viewed (0)
  4. pkg/workloadapi/workload.pb.go

    	// The cluster ID that the workload instance belongs to
    	ClusterId string `protobuf:"bytes,18,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
    	// The Locality defines information about where a workload is geographically deployed
    	Locality *Locality `protobuf:"bytes,24,opt,name=locality,proto3" json:"locality,omitempty"`
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/listener_test.go

    			Tag: "istio.canonical_service",
    			Type: &tracing.CustomTag_Literal_{
    				Literal: &tracing.CustomTag_Literal{
    					Value: "unknown",
    				},
    			},
    		},
    		&tracing.CustomTag{
    			Tag: "istio.cluster_id",
    			Type: &tracing.CustomTag_Literal_{
    				Literal: &tracing.CustomTag_Literal{
    					Value: "unknown",
    				},
    			},
    		},
    		&tracing.CustomTag{
    			Tag: "istio.mesh_id",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  6. docs/bucket/notifications/README.md

    Read more about sections `cluster_id`, `client_id` on [NATS documentation](https://github.com/nats-io/nats-streaming-server/blob/master/README.md). Section `maxPubAcksInflight` is explained [here](https://github.com/nats-io/stan.go#publisher-rate-limiting).
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 84K bytes
    - Viewed (0)
Back to top