Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for node2 (0.05 sec)

  1. CHANGELOG/CHANGELOG-1.30.md

    ### Node Binaries
    
    filename | sha512 hash
    -------- | -----------
    [kubernetes-node-linux-amd64.tar.gz](https://dl.k8s.io/v1.30.2/kubernetes-node-linux-amd64.tar.gz) | c9427a0b0ae23c2aec347240bf516101b1021d91a5a931c9d2c5914db3d287858cf7f29215830715ff500974350dae5e5796857ffb38be30f2b606842483a87c
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    	// ID of the node assigned by the cloud provider in the format: <ProviderName>://<ProviderSpecificNodeID>
    	// +optional
    	ProviderID string `json:"providerID,omitempty" protobuf:"bytes,3,opt,name=providerID"`
    	// Unschedulable controls node schedulability of new pods. By default, node is schedulable.
    	// More info: https://kubernetes.io/docs/concepts/nodes/node/#manual-node-administration
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  3. src/net/http/h2_bundle.go

    	root http2priorityNode
    
    	// nodes maps stream ids to priority tree nodes.
    	nodes map[uint32]*http2priorityNode
    
    	// maxID is the maximum stream id in nodes.
    	maxID uint32
    
    	// lists of nodes that have been closed or are idle, but are kept in
    	// the tree for improved prioritization. When the lengths exceed either
    	// maxClosedNodesInTree or maxIdleNodesInTree, old nodes are discarded.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssagen/ssa.go

    	node := parent.N
    
    	if node.Class != ir.PAUTO || node.Addrtaken() {
    		// addressed things and non-autos retain their parents (i.e., cannot truly be split)
    		return ssa.LocalSlot{N: node, Type: t, Off: parent.Off + offset}
    	}
    
    	sym := &types.Sym{Name: node.Sym().Name + suffix, Pkg: types.LocalPkg}
    	n := e.curfn.NewLocal(parent.N.Pos(), sym, t)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  5. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	// Enable the untaint controller for new nodes. This aims to solve a race for CNI installation on
    	// new nodes. For this to work, the newly added nodes need to have the istio CNI taint as they are
    	// added to the cluster. This is usually done by configuring the cluster infra provider.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top