Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for numServices (0.21 sec)

  1. pilot/pkg/xds/bench_test.go

    	b.ReportMetric(float64(bytes)/1000, "kb/msg")
    	b.ReportMetric(float64(len(m)), "resources/msg")
    	b.StartTimer()
    }
    
    func createEndpointsConfig(numEndpoints, numServices, numNetworks int) []config.Config {
    	result := make([]config.Config, 0, numServices)
    	for s := 0; s < numServices; s++ {
    		endpoints := make([]*networking.WorkloadEntry, 0, numEndpoints)
    		for e := 0; e < numEndpoints; e++ {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 22 18:13:40 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  2. pkg/test/config/mock_config.pb.go

    		File: protoimpl.DescBuilder{
    			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
    			RawDescriptor: file_pkg_test_config_mock_config_proto_rawDesc,
    			NumEnums:      0,
    			NumMessages:   2,
    			NumExtensions: 0,
    			NumServices:   0,
    		},
    		GoTypes:           file_pkg_test_config_mock_config_proto_goTypes,
    		DependencyIndexes: file_pkg_test_config_mock_config_proto_depIdxs,
    		MessageInfos:      file_pkg_test_config_mock_config_proto_msgTypes,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 03 17:06:22 UTC 2022
    - 7.6K bytes
    - Viewed (0)
  3. pkg/dns/proto/nds.pb.go

    		File: protoimpl.DescBuilder{
    			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
    			RawDescriptor: file_dns_proto_nds_proto_rawDesc,
    			NumEnums:      0,
    			NumMessages:   3,
    			NumExtensions: 0,
    			NumServices:   0,
    		},
    		GoTypes:           file_dns_proto_nds_proto_goTypes,
    		DependencyIndexes: file_dns_proto_nds_proto_depIdxs,
    		MessageInfos:      file_dns_proto_nds_proto_msgTypes,
    	}.Build()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  4. pkg/zdsapi/zds.pb.go

    		File: protoimpl.DescBuilder{
    			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
    			RawDescriptor: file_zdsapi_zds_proto_rawDesc,
    			NumEnums:      1,
    			NumMessages:   9,
    			NumExtensions: 0,
    			NumServices:   0,
    		},
    		GoTypes:           file_zdsapi_zds_proto_goTypes,
    		DependencyIndexes: file_zdsapi_zds_proto_depIdxs,
    		EnumInfos:         file_zdsapi_zds_proto_enumTypes,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  5. pkg/workloadapi/security/authorization.pb.go

    			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
    			RawDescriptor: file_workloadapi_security_authorization_proto_rawDesc,
    			NumEnums:      2,
    			NumMessages:   6,
    			NumExtensions: 0,
    			NumServices:   0,
    		},
    		GoTypes:           file_workloadapi_security_authorization_proto_goTypes,
    		DependencyIndexes: file_workloadapi_security_authorization_proto_depIdxs,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  6. pkg/test/echo/proto/echo.pb.go

    		File: protoimpl.DescBuilder{
    			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
    			RawDescriptor: file_test_echo_proto_echo_proto_rawDesc,
    			NumEnums:      1,
    			NumMessages:   7,
    			NumExtensions: 0,
    			NumServices:   1,
    		},
    		GoTypes:           file_test_echo_proto_echo_proto_goTypes,
    		DependencyIndexes: file_test_echo_proto_echo_proto_depIdxs,
    		EnumInfos:         file_test_echo_proto_echo_proto_enumTypes,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  7. pkg/proxy/nftables/proxier.go

    		proxier.logger.Error(err, "Failed to list nftables sets: stale affinity sets will not be deleted")
    	}
    
    	// Sync rules.
    	proxier.logger.V(2).Info("Reloading service nftables data",
    		"numServices", len(proxier.svcPortMap),
    		"numEndpoints", totalEndpoints,
    	)
    
    	if klogV9 := klog.V(9); klogV9.Enabled() {
    		klogV9.InfoS("Running nftables transaction", "transaction", tx.String())
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 55.5K bytes
    - Viewed (0)
  8. pkg/proxy/iptables/proxier.go

    	proxier.iptablesData.Write(proxier.natRules.Bytes())
    	proxier.iptablesData.WriteString("COMMIT\n")
    
    	proxier.logger.V(2).Info("Reloading service iptables data",
    		"numServices", len(proxier.svcPortMap),
    		"numEndpoints", totalEndpoints,
    		"numFilterChains", proxier.filterChains.Lines(),
    		"numFilterRules", proxier.filterRules.Lines(),
    		"numNATChains", proxier.natChains.Lines(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
  9. pkg/workloadapi/workload.pb.go

    		File: protoimpl.DescBuilder{
    			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
    			RawDescriptor: file_workloadapi_workload_proto_rawDesc,
    			NumEnums:      6,
    			NumMessages:   12,
    			NumExtensions: 0,
    			NumServices:   0,
    		},
    		GoTypes:           file_workloadapi_workload_proto_goTypes,
    		DependencyIndexes: file_workloadapi_workload_proto_depIdxs,
    		EnumInfos:         file_workloadapi_workload_proto_enumTypes,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/ir/tf_structs.h

      void AddGpuDevice(const ParsedName& device,
                        const GpuDeviceMetadata& metadata);
    
      llvm::ArrayRef<ParsedName> device_names() const { return device_names_; }
      size_t NumDevices() const { return device_names_.size(); }
    
      // Returns GPU device metadata if it is available, otherwise returns None.
      std::optional<GpuDeviceMetadata> GetGpuDeviceMetadata(
          const ParsedName& device) const;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 02 20:41:19 UTC 2023
    - 2.6K bytes
    - Viewed (0)
Back to top