Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 49 for TopologyKeys (0.19 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/storage.k8s.io.v1beta1.CSINode.json

            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "spec": {
        "drivers": [
          {
            "name": "nameValue",
            "nodeID": "nodeIDValue",
            "topologyKeys": [
              "topologyKeysValue"
            ],
            "allocatable": {
              "count": 1
            }
          }
        ]
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/storage.k8s.io.v1beta1.CSINode.yaml

        uid: uidValue
      resourceVersion: resourceVersionValue
      selfLink: selfLinkValue
      uid: uidValue
    spec:
      drivers:
      - allocatable:
          count: 1
        name: nameValue
        nodeID: nodeIDValue
        topologyKeys:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 996 bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/storage.k8s.io.v1beta1.CSINode.json

            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "spec": {
        "drivers": [
          {
            "name": "nameValue",
            "nodeID": "nodeIDValue",
            "topologyKeys": [
              "topologyKeysValue"
            ],
            "allocatable": {
              "count": 1
            }
          }
        ]
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 1.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/storage.k8s.io.v1.CSINode.json

            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "spec": {
        "drivers": [
          {
            "name": "nameValue",
            "nodeID": "nodeIDValue",
            "topologyKeys": [
              "topologyKeysValue"
            ],
            "allocatable": {
              "count": 1
            }
          }
        ]
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 1.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/storage.k8s.io.v1.CSINode.yaml

        uid: uidValue
      resourceVersion: resourceVersionValue
      selfLink: selfLinkValue
      uid: uidValue
    spec:
      drivers:
      - allocatable:
          count: 1
        name: nameValue
        nodeID: nodeIDValue
        topologyKeys:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 991 bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.29.0/storage.k8s.io.v1.CSINode.json

            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "spec": {
        "drivers": [
          {
            "name": "nameValue",
            "nodeID": "nodeIDValue",
            "topologyKeys": [
              "topologyKeysValue"
            ],
            "allocatable": {
              "count": 1
            }
          }
        ]
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types_test.go

    		if protobufNum == "15" {
    			t.Errorf("protobuf 15 in ServiceSpec is reserved for removed ipFamily field")
    		}
    		if protobufNum == "16" {
    			t.Errorf("protobuf 16 in ServiceSpec is reserved for removed topologyKeys field")
    		}
    	}
    }
    
    // TestEphemeralContainer ensures that the tags of Container and EphemeralContainerCommon are kept in sync.
    func TestEphemeralContainer(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 20 03:01:07 UTC 2021
    - 2.1K bytes
    - Viewed (0)
  8. pkg/volume/csi/nodeinfomanager/nodeinfomanager.go

    		if driverInfoSpec.Name == driverName {
    			if driverInfoSpec.NodeID == driverNodeID &&
    				sets.New[string](driverInfoSpec.TopologyKeys...).Equal(topologyKeys) &&
    				keepAllocatableCount(driverInfoSpec, maxAttachLimit) {
    				specModified = false
    			}
    		} else {
    			// Omit driverInfoSpec matching given driverName
    			newDriverSpecs = append(newDriverSpecs, driverInfoSpec)
    		}
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 09:02:45 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/storage/v1/zz_generated.deepcopy.go

    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *CSINodeDriver) DeepCopyInto(out *CSINodeDriver) {
    	*out = *in
    	if in.TopologyKeys != nil {
    		in, out := &in.TopologyKeys, &out.TopologyKeys
    		*out = make([]string, len(*in))
    		copy(*out, *in)
    	}
    	if in.Allocatable != nil {
    		in, out := &in.Allocatable, &out.Allocatable
    		*out = new(VolumeNodeResources)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 04 08:51:01 UTC 2022
    - 17.1K bytes
    - Viewed (0)
  10. pkg/apis/storage/zz_generated.deepcopy.go

    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *CSINodeDriver) DeepCopyInto(out *CSINodeDriver) {
    	*out = *in
    	if in.TopologyKeys != nil {
    		in, out := &in.TopologyKeys, &out.TopologyKeys
    		*out = make([]string, len(*in))
    		copy(*out, *in)
    	}
    	if in.Allocatable != nil {
    		in, out := &in.Allocatable, &out.Allocatable
    		*out = new(VolumeNodeResources)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 19.1K bytes
    - Viewed (0)
Back to top