Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for maximumVolumeSize (0.26 sec)

  1. staging/src/k8s.io/api/storage/v1alpha1/types.go

    	// GetCapacityRequest. The corresponding value in the Kubernetes
    	// API is ResourceRequirements.Requests in a volume claim.
    	//
    	// +optional
    	MaximumVolumeSize *resource.Quantity `json:"maximumVolumeSize,omitempty" protobuf:"bytes,5,opt,name=maximumVolumeSize"`
    }
    
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    // +k8s:prerelease-lifecycle-gen:introduced=1.19
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:32 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/storage/v1alpha1/generated.proto

    //
    // They are consumed by the kube-scheduler when a CSI driver opts into
    // capacity-aware scheduling with CSIDriverSpec.StorageCapacity. The scheduler
    // compares the MaximumVolumeSize against the requested size of pending volumes
    // to filter out unsuitable nodes. If MaximumVolumeSize is unset, it falls back
    // to a comparison against the less precise Capacity. If that is also unset,
    // the scheduler assumes that capacity is insufficient and tries some other
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/storage/v1alpha1/types_swagger_doc_generated.go

    	"metadata":...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  4. pkg/apis/storage/v1alpha1/zz_generated.conversion.go

    	out.NodeTopology = (*v1.LabelSelector)(unsafe.Pointer(in.NodeTopology))
    	out.StorageClassName = in.StorageClassName
    	out.Capacity = (*resource.Quantity)(unsafe.Pointer(in.Capacity))
    	out.MaximumVolumeSize = (*resource.Quantity)(unsafe.Pointer(in.MaximumVolumeSize))
    	return nil
    }
    
    // Convert_v1alpha1_CSIStorageCapacity_To_storage_CSIStorageCapacity is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 23.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/storage/v1/types.go

    	// GetCapacityRequest. The corresponding value in the Kubernetes
    	// API is ResourceRequirements.Requests in a volume claim.
    	//
    	// +optional
    	MaximumVolumeSize *resource.Quantity `json:"maximumVolumeSize,omitempty" protobuf:"bytes,5,opt,name=maximumVolumeSize"`
    }
    
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    // +k8s:prerelease-lifecycle-gen:introduced=1.24
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 32K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/storage/v1beta1/types.go

    	// GetCapacityRequest. The corresponding value in the Kubernetes
    	// API is ResourceRequirements.Requests in a volume claim.
    	//
    	// +optional
    	MaximumVolumeSize *resource.Quantity `json:"maximumVolumeSize,omitempty" protobuf:"bytes,5,opt,name=maximumVolumeSize"`
    }
    
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    // +k8s:prerelease-lifecycle-gen:introduced=1.21
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:32 UTC 2023
    - 33.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/storage/v1/zz_generated.deepcopy.go

    		(*in).DeepCopyInto(*out)
    	}
    	if in.Capacity != nil {
    		in, out := &in.Capacity, &out.Capacity
    		x := (*in).DeepCopy()
    		*out = &x
    	}
    	if in.MaximumVolumeSize != nil {
    		in, out := &in.MaximumVolumeSize, &out.MaximumVolumeSize
    		x := (*in).DeepCopy()
    		*out = &x
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CSIStorageCapacity.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 04 08:51:01 UTC 2022
    - 17.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/storage/v1beta1/zz_generated.deepcopy.go

    		(*in).DeepCopyInto(*out)
    	}
    	if in.Capacity != nil {
    		in, out := &in.Capacity, &out.Capacity
    		x := (*in).DeepCopy()
    		*out = &x
    	}
    	if in.MaximumVolumeSize != nil {
    		in, out := &in.MaximumVolumeSize, &out.MaximumVolumeSize
    		x := (*in).DeepCopy()
    		*out = &x
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CSIStorageCapacity.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 04 08:51:01 UTC 2022
    - 17.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/storage/v1beta1/types_swagger_doc_generated.go

    	"metadata":...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:18:43 UTC 2023
    - 23.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/storage/v1/types_swagger_doc_generated.go

    	"metadata":...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 12 07:07:45 UTC 2023
    - 23.2K bytes
    - Viewed (0)
Back to top