Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for InProgress (0.13 sec)

  1. pkg/apis/core/types.go

    	// the specified VolumeAttributesClass not existing
    	PersistentVolumeClaimModifyVolumePending PersistentVolumeClaimModifyVolumeStatus = "Pending"
    	// InProgress indicates that the volume is being modified
    	PersistentVolumeClaimModifyVolumeInProgress PersistentVolumeClaimModifyVolumeStatus = "InProgress"
    	// Infeasible indicates that the request has been rejected as invalid by the CSI driver. To
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    	// the specified VolumeAttributesClass not existing
    	PersistentVolumeClaimModifyVolumePending PersistentVolumeClaimModifyVolumeStatus = "Pending"
    	// InProgress indicates that the volume is being modified
    	PersistentVolumeClaimModifyVolumeInProgress PersistentVolumeClaimModifyVolumeStatus = "InProgress"
    	// Infeasible indicates that the request has been rejected as invalid by the CSI driver. To
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    ControllerModifyVolume operation. It can be in any of following states:\n - Pending\n   Pending indicates that the PersistentVolumeClaim cannot be modified due to unmet requirements, such as\n   the specified VolumeAttributesClass not existing.\n - InProgress\n   InProgress indicates that the volume is being modified.\n - Infeasible\n  Infeasible indicates that the request has been rejected as invalid by the CSI driver. To\n\t  resolve the error, a valid VolumeAttributesClass needs to be specified.\nNote: New...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.proto

      //  - Pending
      //    Pending indicates that the PersistentVolumeClaim cannot be modified due to unmet requirements, such as
      //    the specified VolumeAttributesClass not existing.
      //  - InProgress
      //    InProgress indicates that the volume is being modified.
      //  - Infeasible
      //   Infeasible indicates that the request has been rejected as invalid by the CSI driver. To
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
Back to top