Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 36 of 36 for clustername (0.23 sec)

  1. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	Finalizers []string `json:"finalizers,omitempty" patchStrategy:"merge" protobuf:"bytes,14,rep,name=finalizers"`
    
    	// Tombstone: ClusterName was a legacy field that was always cleared by
    	// the system and never used.
    	// ClusterName string `json:"clusterName,omitempty" protobuf:"bytes,15,opt,name=clusterName"`
    
    	// ManagedFields maps workflow-id and version to the set of fields
    	// that are managed by that workflow. This is mostly for internal
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (1)
  2. operator/pkg/apis/istio/v1alpha1/values_types.proto

      google.protobuf.BoolValue enabled = 1;
    
      // The name of the cluster this installation will run in. This is required for sidecar injection
      // to properly label proxies
      string clusterName = 2;
    
      // The suffix for global service names.
      string globalDomainSuffix = 3;
    
      // Enable envoy filter to translate `globalDomainSuffix` to cluster local suffix for cross cluster communication.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

        const Graph& g, std::vector<string>* cluster_names = nullptr) {
      CHECK(cluster_names == nullptr || cluster_names->empty());
      absl::flat_hash_map<string, std::vector<string>> cluster_sets;
      for (const auto& p : GetClusters(g)) {
        cluster_sets[p.second].push_back(p.first);
      }
      for (auto& p : cluster_sets) {
        if (cluster_names != nullptr) {
          cluster_names->push_back(p.first);
        }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 10:11:10 UTC 2024
    - 79.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/mark_for_compilation_pass.cc

        absl::string_view node_name;
        std::optional<absl::string_view> cluster_name;
    
        absl::string_view GetClusterName() const {
          return cluster_name ? *cluster_name : "[none]";
        }
    
        std::pair<absl::string_view, std::optional<absl::string_view>> AsPair()
            const {
          return {node_name, cluster_name};
        }
    
        bool operator<(const EdgeInfo& other) const {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  5. istioctl/pkg/writer/compare/testdata/configdump.json

                                    "grpc_services": [
                                      {
                                        "envoy_grpc": {
                                          "cluster_name": "sds-grpc"
                                        }
                                      }
                                    ],
                                    "set_node_on_first_message_only": true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 52K bytes
    - Viewed (0)
  6. istioctl/pkg/writer/compare/testdata/configdump_diff.json

                                    "grpc_services": [
                                      {
                                        "envoy_grpc": {
                                          "cluster_name": "sds-grpc"
                                        }
                                      }
                                    ],
                                    "set_node_on_first_message_only": true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 51.6K bytes
    - Viewed (0)
Back to top