Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for csistoragecapacity (0.35 sec)

  1. staging/src/k8s.io/api/storage/v1alpha1/generated.pb.go

    func (m *CSIStorageCapacity) Reset()      { *m = CSIStorageCapacity{} }
    func (*CSIStorageCapacity) ProtoMessage() {}
    func (*CSIStorageCapacity) Descriptor() ([]byte, []int) {
    	return fileDescriptor_02e7952e43280c27, []int{0}
    }
    func (m *CSIStorageCapacity) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *CSIStorageCapacity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 76.5K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/volumebinding/binder_test.go

    			StorageCapacity: &storageCapacity,
    		},
    	}
    }
    
    func makeCapacity(name, storageClassName string, node *v1.Node, capacityStr, maximumVolumeSizeStr string) *storagev1.CSIStorageCapacity {
    	c := &storagev1.CSIStorageCapacity{
    		ObjectMeta: metav1.ObjectMeta{
    			Name: name,
    		},
    		StorageClassName: storageClassName,
    		NodeTopology:     &metav1.LabelSelector{},
    	}
    	if node != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 09:46:58 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  3. pkg/apis/storage/validation/validation_test.go

    	}
    
    	scenarios := map[string]struct {
    		isExpectedFailure bool
    		capacity          *storage.CSIStorageCapacity
    	}{
    		"good-capacity": {
    			capacity: &goodCapacity,
    		},
    		"missing-storage-class-name": {
    			isExpectedFailure: true,
    			capacity: func() *storage.CSIStorageCapacity {
    				capacity := goodCapacity
    				capacity.StorageClassName = ""
    				return &capacity
    			}(),
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 69.7K bytes
    - Viewed (0)
  4. api/discovery/aggregated_v2.json

                  "resource": "csistoragecapacities",
                  "responseKind": {
                    "group": "",
                    "kind": "CSIStorageCapacity",
                    "version": ""
                  },
                  "scope": "Namespaced",
                  "singularResource": "csistoragecapacity",
                  "verbs": [
                    "create",
                    "delete",
                    "deletecollection",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:29:14 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  5. api/discovery/aggregated_v2beta1.json

                  "resource": "csistoragecapacities",
                  "responseKind": {
                    "group": "",
                    "kind": "CSIStorageCapacity",
                    "version": ""
                  },
                  "scope": "Namespaced",
                  "singularResource": "csistoragecapacity",
                  "verbs": [
                    "create",
                    "delete",
                    "deletecollection",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 55.4K bytes
    - Viewed (0)
Back to top