Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for ecsi (0.08 sec)

  1. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

    passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. \"csi.storage.k8s.io/pod.name\": pod.Name \"csi.storage.k8s.io/pod.namespace\": pod.Namespace \"csi.storage.k8s.io/pod.uid\": string(pod.UID) \"csi.storage.k8s.io/ephemeral\": \"true\" if the volume is an ephemeral inline volume\n                                defined by a CSIVolumeSource, otherwise \"false\"\n\n\"csi.storage.k8s.io/ephemeral\" is a new feature in Kubernetes 1.16. It is only required for drivers...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation.go

    	}
    	if csi.ControllerExpandSecretRef != nil {
    		allErrs = append(allErrs, validatePVSecretReference(csi.ControllerExpandSecretRef, fldPath.Child("controllerExpandSecretRef"))...)
    	}
    	if csi.NodePublishSecretRef != nil {
    		allErrs = append(allErrs, validatePVSecretReference(csi.NodePublishSecretRef, fldPath.Child("nodePublishSecretRef"))...)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    	// +optional
    	StorageOS *StorageOSVolumeSource
    	// CSI (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers.
    	// +optional
    	CSI *CSIVolumeSource
    	// Ephemeral represents a volume that is handled by a cluster storage driver.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"nodeStageSecretRef":         "nodeStageSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodeStageVolume and NodeStageVolume...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.24.md

      General Support for vSphere 6.7 will end on October 15, 2022. vSphere 6.7 Update 3 is deprecated in Kubernetes v1.24.  Customers are recommended to upgrade vSphere (both ESXi and vCenter) to 7.0u2 or above.  vSphere CSI Driver 2.2.3 and higher supports CSI Migration.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/core/v1/generated.proto

      // More info: https://examples.k8s.io/volumes/storageos/README.md
      // +optional
      optional StorageOSPersistentVolumeSource storageos = 21;
    
      // csi represents storage that is handled by an external CSI driver (Beta feature).
      // +optional
      optional CSIPersistentVolumeSource csi = 22;
    }
    
    // PersistentVolumeSpec is the specification of a persistent volume.
    message PersistentVolumeSpec {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/generated.proto

      // More info: https://examples.k8s.io/volumes/storageos/README.md
      // +optional
      optional StorageOSPersistentVolumeSource storageos = 21;
    
      // csi represents storage that is handled by an external CSI driver (Beta feature).
      // +optional
      optional CSIPersistentVolumeSource csi = 22;
    }
    
    // PersistentVolumeSpec is the specification of a persistent volume.
    message PersistentVolumeSpec {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types.go

    	// +optional
    	StorageOS *StorageOSVolumeSource `json:"storageos,omitempty" protobuf:"bytes,27,opt,name=storageos"`
    	// csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature).
    	// +optional
    	CSI *CSIVolumeSource `json:"csi,omitempty" protobuf:"bytes,28,opt,name=csi"`
    	// ephemeral represents a volume that is handled by a cluster storage driver.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.25.md

    
    ### Promoted CSI Ephemeral Volume to Stable
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  10. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="application/vnd.etsi.iptvsad-bc+xml"/>
      <mime-type type="application/vnd.etsi.iptvsad-cod+xml"/>
      <mime-type type="application/vnd.etsi.iptvsad-npvr+xml"/>
      <mime-type type="application/vnd.etsi.iptvueprofile+xml"/>
      <mime-type type="application/vnd.etsi.mcid+xml"/>
      <mime-type type="application/vnd.etsi.sci+xml"/>
      <mime-type type="application/vnd.etsi.simservs+xml"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top