Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for networksConfig (0.18 sec)

  1. pilot/cmd/pilot-discovery/app/cmd.go

    		"File name for Istio mesh configuration. If not specified, a default mesh will be used.")
    	c.PersistentFlags().StringVar(&serverArgs.NetworksConfigFile, "networksConfig", "./etc/istio/config/meshNetworks",
    		"File name for Istio mesh networks configuration. If not specified, a default mesh networks will be used.")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 16:44:32 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  2. pilot/pkg/xds/mesh_network_test.go

    	for ingrType, ingressObjects := range ingressServiceScenarios {
    		ingrType, ingressObjects := ingrType, ingressObjects
    		t.Run(string(ingrType), func(t *testing.T) {
    			for name, networkConfig := range meshNetworkConfigs {
    				name, networkConfig := name, networkConfig
    				t.Run(name, func(t *testing.T) {
    					for _, cfg := range trafficConfigs {
    						cfg := cfg
    						t.Run(cfg.Meta.Name, func(t *testing.T) {
    							pod := &workload{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 24.6K bytes
    - Viewed (0)
  3. pkg/kubelet/kuberuntime/kuberuntime_manager.go

    	// field of the config?
    	klog.InfoS("Updating runtime config through cri with podcidr", "CIDR", podCIDR)
    	return m.runtimeService.UpdateRuntimeConfig(ctx,
    		&runtimeapi.RuntimeConfig{
    			NetworkConfig: &runtimeapi.NetworkConfig{
    				PodCidr: podCIDR,
    			},
    		})
    }
    
    func (m *kubeGenericRuntimeManager) CheckpointContainer(ctx context.Context, options *runtimeapi.CheckpointContainerRequest) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 02:01:31 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        StrAttr:$config
      );
    
      let results = (outs
        Res<TF_StrTensor, [{A string containing metadata about the hostname and RPC port
    used for communication with this host.}]>:$network_config
      );
    }
    
    def TF_ConfigureTPUEmbeddingMemoryOp : TF_Op<"ConfigureTPUEmbeddingMemory", []> {
      let summary = "An op that configures the TPUEmbedding software on a host.";
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top