Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 862 for planes (0.2 sec)

  1. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/plan9.go

    		return op + " " + strings.Join(args, ",")
    	case BCA, BCL, BCLA, BCLRL, BCTAR, BCTARL:
    		return op + " " + strings.Join(args, ",")
    	}
    }
    
    // plan9Arg formats arg (which is the argIndex's arg in inst) according to Plan 9 rules.
    //
    // NOTE: because Plan9Syntax is the only caller of this func, and it receives a copy
    // of inst, it's ok to modify inst.Args here.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 10.9K bytes
    - Viewed (0)
  2. samples/ambient-argo/istio/control-plane-appset.yaml

    Mitch Connors <******@****.***> 1699062890 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 1006 bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                                        undefined, since different data planes have different
                                        capabilities. However, it is *recommended* that
                                        implementations should match against the first
                                        value of the param if the data plane supports
                                        it, as this behavior is expected in other load
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  4. architecture/security/istio-agent.md

    |PROV_CERT|certificates to be used for mTLS communication with control plane only; NOT for workload mTLS|
    |OUTPUT_CERT|write all fetched certificates to some directory. Used to support applications that need certificates (Prometheus) as well as rotating mTLS control plane authentication.|
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 22 16:45:50 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  5. pkg/config/xds/filter_types.gen.go

    	_ "github.com/envoyproxy/go-control-plane/envoy/admin/v3"
    	_ "github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3"
    	_ "github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3"
    	_ "github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3"
    	_ "github.com/envoyproxy/go-control-plane/envoy/config/common/key_value/v3"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 02:48:23 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/cmd/phases/join/controlplaneprepare.go

    	certsphase "k8s.io/kubernetes/cmd/kubeadm/app/phases/certs"
    	"k8s.io/kubernetes/cmd/kubeadm/app/phases/controlplane"
    	"k8s.io/kubernetes/cmd/kubeadm/app/phases/copycerts"
    	kubeconfigphase "k8s.io/kubernetes/cmd/kubeadm/app/phases/kubeconfig"
    	kubeconfigutil "k8s.io/kubernetes/cmd/kubeadm/app/util/kubeconfig"
    )
    
    var controlPlanePrepareExample = cmdutil.Examples(`
    	# Prepares the machine for serving a control plane
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 12:46:34 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  7. src/cmd/vendor/github.com/google/pprof/internal/report/stacks.go

    	// Guaranteed to be non-empty.
    	Display []string
    
    	// Places holds the list of stack slots where this source occurs.
    	// In particular, if [a,b] is an element in Places,
    	// StackSet.Stacks[a].Sources[b] points to this source.
    	//
    	// No stack will be referenced twice in the Places slice for a given
    	// StackSource. In case of recursion, Places will contain the outer-most
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/cmd/phases/join/controlplanejoin.go

    func NewControlPlaneJoinPhase() workflow.Phase {
    	return workflow.Phase{
    		Name:    "control-plane-join",
    		Short:   "Join a machine as a control plane instance",
    		Example: controlPlaneJoinExample,
    		Phases: []workflow.Phase{
    			{
    				Name:           "all",
    				Short:          "Join a machine as a control plane instance",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:09:42 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/github.com/google/pprof/internal/driver/html/stacks.js

          if (prevSlot && prevSlot <= place.Pos) {
            // We already have a higher slot in this stack.
          } else {
            stackMap.set(place.Stack, place.Pos);
          }
        }
    
        // Now partition the stacks.
        const groups = [];           // Array of Group {name, src, sum, self, places}
        const groupMap = new Map();  // Map from Source to Group
        for (const place of places) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/cmd/phases/upgrade/node/controlplane.go

    	"k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow"
    	"k8s.io/kubernetes/cmd/kubeadm/app/phases/upgrade"
    	"k8s.io/kubernetes/cmd/kubeadm/app/util/apiclient"
    )
    
    // NewControlPlane creates a kubeadm workflow phase that implements handling of control-plane upgrade.
    func NewControlPlane() workflow.Phase {
    	phase := workflow.Phase{
    		Name:  "control-plane",
    		Short: "Upgrade the control plane instance deployed on this node, if any",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 10:21:20 UTC 2024
    - 2.8K bytes
    - Viewed (0)
Back to top