Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 90 for csistoragecapacity (0.4 sec)

  1. common-protos/k8s.io/api/storage/v1/generated.proto

      // capacity that the driver deployment will report by creating
      // CSIStorageCapacity objects with capacity information, if set to true.
      //
      // The check can be enabled immediately when deploying a driver.
      // In that case, provisioning new volumes with late binding
      // will pause until the driver deployment has published
      // some suitable CSIStorageCapacity object.
      //
      // Alternatively, the driver can be deployed with the field
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/storage/v1beta1/register.go

    		&StorageClass{},
    		&StorageClassList{},
    
    		&VolumeAttachment{},
    		&VolumeAttachmentList{},
    
    		&CSIDriver{},
    		&CSIDriverList{},
    
    		&CSINode{},
    		&CSINodeList{},
    
    		&CSIStorageCapacity{},
    		&CSIStorageCapacityList{},
    	)
    
    	metav1.AddToGroupVersion(scheme, SchemeGroupVersion)
    	return nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 08 19:52:50 UTC 2021
    - 1.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/storage/v1beta1/generated.proto

      // capacity that the driver deployment will report by creating
      // CSIStorageCapacity objects with capacity information, if set to true.
      //
      // The check can be enabled immediately when deploying a driver.
      // In that case, provisioning new volumes with late binding
      // will pause until the driver deployment has published
      // some suitable CSIStorageCapacity object.
      //
      // Alternatively, the driver can be deployed with the field
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 25K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/storage/v1beta1/types.go

    	// capacity that the driver deployment will report by creating
    	// CSIStorageCapacity objects with capacity information, if set to true.
    	//
    	// The check can be enabled immediately when deploying a driver.
    	// In that case, provisioning new volumes with late binding
    	// will pause until the driver deployment has published
    	// some suitable CSIStorageCapacity object.
    	//
    	// Alternatively, the driver can be deployed with the field
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:32 UTC 2023
    - 33.1K bytes
    - Viewed (0)
  5. pkg/api/storage/util.go

    				}
    			}
    		}
    	}
    
    	return warnings
    }
    
    func GetWarningsForCSIStorageCapacity(csc *storage.CSIStorageCapacity) []string {
    	if csc != nil {
    		return nodeapi.GetWarningsForNodeSelector(csc.NodeTopology, field.NewPath("nodeTopology"))
    	}
    	return nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 25 07:15:34 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/storage/v1beta1/zz_generated.prerelease-lifecycle.go

    func (in *CSIStorageCapacity) APILifecycleDeprecated() (major, minor int) {
    	return 1, 24
    }
    
    // APILifecycleReplacement is an autogenerated function, returning the group, version, and kind that should be used instead of this deprecated type.
    // It is controlled by "k8s:prerelease-lifecycle-gen:replacement=<group>,<version>,<kind>" tags in types.go.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 14 19:05:45 UTC 2022
    - 16.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/storage/v1/types.go

    	// capacity that the driver deployment will report by creating
    	// CSIStorageCapacity objects with capacity information, if set to true.
    	//
    	// The check can be enabled immediately when deploying a driver.
    	// In that case, provisioning new volumes with late binding
    	// will pause until the driver deployment has published
    	// some suitable CSIStorageCapacity object.
    	//
    	// Alternatively, the driver can be deployed with the field
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 32K bytes
    - Viewed (0)
  8. pkg/apis/storage/register.go

    	scheme.AddKnownTypes(SchemeGroupVersion,
    		&StorageClass{},
    		&StorageClassList{},
    		&VolumeAttachment{},
    		&VolumeAttachmentList{},
    		&CSINode{},
    		&CSINodeList{},
    		&CSIDriver{},
    		&CSIDriverList{},
    		&CSIStorageCapacity{},
    		&CSIStorageCapacityList{},
    		&VolumeAttributesClass{},
    		&VolumeAttributesClassList{},
    	)
    	return nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:18:56 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/storage/v1beta1/generated.proto

      // capacity that the driver deployment will report by creating
      // CSIStorageCapacity objects with capacity information, if set to true.
      //
      // The check can be enabled immediately when deploying a driver.
      // In that case, provisioning new volumes with late binding
      // will pause until the driver deployment has published
      // some suitable CSIStorageCapacity object.
      //
      // Alternatively, the driver can be deployed with the field
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/storage/v1alpha1/register.go

    )
    
    // Adds the list of known types to the given scheme.
    func addKnownTypes(scheme *runtime.Scheme) error {
    	scheme.AddKnownTypes(SchemeGroupVersion,
    		&VolumeAttachment{},
    		&VolumeAttachmentList{},
    		&CSIStorageCapacity{},
    		&CSIStorageCapacityList{},
    		&VolumeAttributesClass{},
    		&VolumeAttributesClassList{},
    	)
    
    	metav1.AddToGroupVersion(scheme, SchemeGroupVersion)
    	return nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:18:56 UTC 2023
    - 1.6K bytes
    - Viewed (0)
Back to top