Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 1,018 for ControlZ (0.44 sec)

  1. cmd/kubeadm/app/constants/constants.go

    	CertificateKeySize = 32
    
    	// LabelNodeRoleControlPlane specifies that a node hosts control-plane components
    	LabelNodeRoleControlPlane = "node-role.kubernetes.io/control-plane"
    
    	// LabelExcludeFromExternalLB can be set on a node to exclude it from external load balancers.
    	// This is added to control plane nodes to preserve backwards compatibility with a legacy behavior.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 03:36:35 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/syscall_unix.go

    // call. p contains the non-control data to send, and oob contains the "out of
    // band" control data. The flags are passed to sendmsg. The number of
    // non-control bytes actually written to the socket is returned.
    //
    // Some socket types do not support sending control data without accompanying
    // non-control data. If p is empty, and oob contains control data, and the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 16.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/split_into_island_per_op.mlir

         tf_executor.yield
       }
       tf_executor.fetch %control : !tf_executor.control
     }
     func.return
    }
    // CHECK-LABEL: func @tpu_load_embedding_ops_sink_controls
    // CHECK: {{%.+}}, [[READ0:%.+]] = tf_executor.island wraps "tf.ReadVariableOp"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 20.2K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/_gen/genericOps.go

    	{name: "Ret", controls: 1},       // no successors, Controls[0] value is memory result
    	{name: "RetJmp", controls: 1},    // no successors, Controls[0] value is a tail call
    	{name: "Exit", controls: 1},      // no successors, Controls[0] value generates a panic
    	{name: "JumpTable", controls: 1}, // multiple successors, the integer Controls[0] selects which one
    
    	// transient block state used for dead code removal
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  5. pilot/test/xdstest/extract.go

    	"sort"
    
    	cluster "github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3"
    	core "github.com/envoyproxy/go-control-plane/envoy/config/core/v3"
    	endpoint "github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3"
    	listener "github.com/envoyproxy/go-control-plane/envoy/config/listener/v3"
    	route "github.com/envoyproxy/go-control-plane/envoy/config/route/v3"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 19 22:42:42 UTC 2023
    - 13.9K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/util/apiclient/wait.go

    	}
    }
    
    // WaitForControlPlaneComponents waits for all control plane components to report "ok" on /healthz
    func (w *KubeWaiter) WaitForControlPlaneComponents(cfg *kubeadmapi.ClusterConfiguration) error {
    	fmt.Printf("[control-plane-check] Waiting for healthy control plane components."+
    		" This can take up to %v\n", w.timeout)
    
    	components := getControlPlaneComponents(cfg)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 07:10:31 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/replicate_to_island.cc

          return failure();
    
        // In new graph export pipeline, we will update control dependencies in the
        // end of the pipeline. Mostly, it will rely on side effect analysis by
        // considering accessing resource only. However, for branches under parallel
        // group, there should not be any control deps between them even side effect
        // analysis indicate some control deps. Therefore, we will mark parallel
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jul 24 21:01:40 UTC 2023
    - 16.9K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/loopbce.go

    			continue
    		}
    
    		var ind *Value   // induction variable
    		var init *Value  // starting value
    		var limit *Value // ending value
    
    		// Check that the control if it either ind </<= limit or limit </<= ind.
    		// TODO: Handle unsigned comparisons?
    		c := b.Controls[0]
    		inclusive := false
    		switch c.Op {
    		case OpLeq64, OpLeq32, OpLeq16, OpLeq8:
    			inclusive = true
    			fallthrough
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 07 17:37:47 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  9. pkg/controller/resourcequota/resource_quota_controller.go

    	// function that controls full recalculation of quota usage
    	resyncPeriod controller.ResyncPeriodFunc
    	// knows how to calculate usage
    	registry quota.Registry
    	// knows how to monitor all the resources tracked by quota and trigger replenishment
    	quotaMonitor *QuotaMonitor
    	// controls the workers that process quotas
    	// this lock is acquired to control write access to the monitors and ensures that all
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/util/staticpod/utils_test.go

    		expected  []string
    	}{
    		{
    			name: "with admission-control default NamespaceLifecycle",
    			overrides: map[string]string{
    				"admission-control": "NamespaceLifecycle,LimitRanger",
    			},
    			defaults: map[string]string{
    				"admission-control": "NamespaceLifecycle",
    				"allow-privileged":  "true",
    			},
    			expected: []string{
    				"--admission-control=NamespaceLifecycle,LimitRanger",
    				"--allow-privileged=true",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 12 15:44:44 UTC 2023
    - 22.6K bytes
    - Viewed (0)
Back to top