Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for NodeIdentifier (0.16 sec)

  1. src/text/template/parse/node.go

    	nodeElse                       // An else action. Not added to tree.
    	nodeEnd                        // An end action. Not added to tree.
    	NodeField                      // A field or method name.
    	NodeIdentifier                 // An identifier; always a function name.
    	NodeIf                         // An if action.
    	NodeList                       // A list of Nodes.
    	NodeNil                        // An untyped nil constant.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 20:57:51 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  2. plugin/pkg/admission/noderestriction/admission_test.go

    	api "k8s.io/kubernetes/pkg/apis/core"
    	"k8s.io/kubernetes/pkg/apis/policy"
    	resourceapi "k8s.io/kubernetes/pkg/apis/resource"
    	storage "k8s.io/kubernetes/pkg/apis/storage"
    	"k8s.io/kubernetes/pkg/auth/nodeidentifier"
    	"k8s.io/utils/pointer"
    )
    
    func makeTestPod(namespace, name, node string, mirror bool) (*api.Pod, *corev1.Pod) {
    	corePod := &api.Pod{}
    	corePod.Namespace = namespace
    	corePod.UID = types.UID("pod-uid")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"NodeChain", Const, 1},
    		{"NodeCommand", Const, 0},
    		{"NodeComment", Const, 16},
    		{"NodeContinue", Const, 18},
    		{"NodeDot", Const, 0},
    		{"NodeField", Const, 0},
    		{"NodeIdentifier", Const, 0},
    		{"NodeIf", Const, 0},
    		{"NodeList", Const, 0},
    		{"NodeNil", Const, 1},
    		{"NodeNumber", Const, 0},
    		{"NodePipe", Const, 0},
    		{"NodeRange", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg text/template/parse, const NodeCommand NodeType
    pkg text/template/parse, const NodeDot NodeType
    pkg text/template/parse, const NodeField NodeType
    pkg text/template/parse, const NodeIdentifier NodeType
    pkg text/template/parse, const NodeIf NodeType
    pkg text/template/parse, const NodeList NodeType
    pkg text/template/parse, const NodeNumber NodeType
    pkg text/template/parse, const NodePipe NodeType
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg text/template/parse, const NodeChain NodeType
    pkg text/template/parse, const NodeCommand = 4
    pkg text/template/parse, const NodeDot = 5
    pkg text/template/parse, const NodeField = 8
    pkg text/template/parse, const NodeIdentifier = 9
    pkg text/template/parse, const NodeIf = 10
    pkg text/template/parse, const NodeList = 11
    pkg text/template/parse, const NodeNil = 12
    pkg text/template/parse, const NodeNil NodeType
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top