Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for nodev1 (0.17 sec)

  1. pkg/apis/core/validation/validation_test.go

    	tests := []struct {
    		oldNode core.Node
    		node    core.Node
    		valid   bool
    	}{
    		{core.Node{}, core.Node{}, true},
    		{core.Node{
    			ObjectMeta: metav1.ObjectMeta{
    				Name: "foo"}},
    			core.Node{
    				ObjectMeta: metav1.ObjectMeta{
    					Name: "bar"},
    			}, false},
    		{core.Node{
    			ObjectMeta: metav1.ObjectMeta{
    				Name:   "foo",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

    ### Node Binaries
    
    filename | sha512 hash
    -------- | -----------
    [kubernetes-node-linux-amd64.tar.gz](https://dl.k8s.io/v1.19.16/kubernetes-node-linux-amd64.tar.gz) | fa3a29eae5e047ec99049a789d4793e05bdbdc9a31c0216a20cb60bc7aada2750d90bdfc6746e04d77e84390d2149a68f466aab4222e32dcf50ffb527e4c97e1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

        "schemas": {
          "io.k8s.api.core.v1.NodeSelector": {
            "description": "A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.",
            "properties": {
              "nodeSelectorTerms": {
                "description": "Required. A list of node selector terms. The terms are ORed.",
                "items": {
                  "allOf": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), const ENOATTR = 87
    pkg syscall (freebsd-arm64), const ENOATTR Errno
    pkg syscall (freebsd-arm64), const ENOBUFS = 55
    pkg syscall (freebsd-arm64), const ENODEV = 19
    pkg syscall (freebsd-arm64), const ENOEXEC = 8
    pkg syscall (freebsd-arm64), const ENOLCK = 77
    pkg syscall (freebsd-arm64), const ENOLINK = 91
    pkg syscall (freebsd-arm64), const ENOLINK Errno
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  6. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const ENOATTR = 87 #53466
    pkg syscall (freebsd-riscv64), const ENOATTR Errno #53466
    pkg syscall (freebsd-riscv64), const ENOBUFS = 55 #53466
    pkg syscall (freebsd-riscv64), const ENODEV = 19 #53466
    pkg syscall (freebsd-riscv64), const ENOEXEC = 8 #53466
    pkg syscall (freebsd-riscv64), const ENOLCK = 77 #53466
    pkg syscall (freebsd-riscv64), const ENOLINK = 91 #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"ListNode", Type, 0},
    		{"ListNode.NodeType", Field, 0},
    		{"ListNode.Nodes", Field, 0},
    		{"ListNode.Pos", Field, 1},
    		{"Mode", Type, 16},
    		{"New", Func, 0},
    		{"NewIdentifier", Func, 0},
    		{"NilNode", Type, 1},
    		{"NilNode.NodeType", Field, 4},
    		{"NilNode.Pos", Field, 1},
    		{"Node", Type, 0},
    		{"NodeAction", Const, 0},
    		{"NodeBool", 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)
Back to top