Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for plucker (0.17 sec)

  1. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      </mime-type>
      <mime-type type="application/vnd.crick.clicker">
        <glob pattern="*.clkx"/>
      </mime-type>
      <mime-type type="application/vnd.crick.clicker.keyboard">
        <glob pattern="*.clkk"/>
      </mime-type>
      <mime-type type="application/vnd.crick.clicker.palette">
        <glob pattern="*.clkp"/>
      </mime-type>
      <mime-type type="application/vnd.crick.clicker.template">
        <glob pattern="*.clkt"/>
      </mime-type>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation.go

    		}
    	}
    	if source.Flocker != nil {
    		if numVolumes > 0 {
    			allErrs = append(allErrs, field.Forbidden(fldPath.Child("flocker"), "may not specify more than 1 volume type"))
    		} else {
    			numVolumes++
    			allErrs = append(allErrs, validateFlockerVolumeSource(source.Flocker, fldPath.Child("flocker"))...)
    		}
    	}
    	if source.PersistentVolumeClaim != nil {
    		if numVolumes > 0 {
    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. common-protos/k8s.io/api/core/v1/generated.proto

      map<string, string> options = 5;
    }
    
    // Represents a Flocker volume mounted by the Flocker agent.
    // One and only one of datasetName and datasetUUID should be set.
    // Flocker volumes do not support ownership management or SELinux relabeling.
    message FlockerVolumeSource {
      // datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker
      // should be considered as deprecated
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  4. pkg/apis/core/types.go

    	// CephFS represents a Cephfs mount on the host that shares a pod's lifetime
    	// +optional
    	CephFS *CephFSVolumeSource
    
    	// Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
    	// +optional
    	Flocker *FlockerVolumeSource
    
    	// DownwardAPI represents metadata about the pod that should populate this volume
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    }
    
    var map_FlockerVolumeSource = map[string]string{
    	"":            "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.",
    	"datasetName": "datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types.go

    	// +optional
    	CephFS *CephFSVolumeSource `json:"cephfs,omitempty" protobuf:"bytes,14,opt,name=cephfs"`
    	// flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
    	// +optional
    	Flocker *FlockerVolumeSource `json:"flocker,omitempty" protobuf:"bytes,15,opt,name=flocker"`
    	// downwardAPI represents downward API about the pod that should populate this volume
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/generated.proto

      map<string, string> options = 5;
    }
    
    // Represents a Flocker volume mounted by the Flocker agent.
    // One and only one of datasetName and datasetUUID should be set.
    // Flocker volumes do not support ownership management or SELinux relabeling.
    message FlockerVolumeSource {
      // datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker
      // should be considered as deprecated
      // +optional
    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. pkg/apis/core/v1/zz_generated.conversion.go

    	out.CephFS = (*core.CephFSPersistentVolumeSource)(unsafe.Pointer(in.CephFS))
    	out.FC = (*core.FCVolumeSource)(unsafe.Pointer(in.FC))
    	out.Flocker = (*core.FlockerVolumeSource)(unsafe.Pointer(in.Flocker))
    	out.FlexVolume = (*core.FlexPersistentVolumeSource)(unsafe.Pointer(in.FlexVolume))
    	out.AzureFile = (*core.AzureFilePersistentVolumeSource)(unsafe.Pointer(in.AzureFile))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

            "description": "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.",
            "properties": {
              "datasetName": {
                "description": "datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__batch__v1_openapi.json

            "description": "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.",
            "properties": {
              "datasetName": {
                "description": "datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top