Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 22 for PhotonPersistentDiskVolumeSource (0.63 sec)

  1. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      optional AzureDiskVolumeSource azureDisk = 16;
    
      // photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
      optional PhotonPersistentDiskVolumeSource photonPersistentDisk = 17;
    
      // portworxVolume represents a portworx volume attached and mounted on kubelets host machine
      // +optional
      optional PortworxVolumeSource portworxVolume = 18;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    	// photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
    	PhotonPersistentDisk *PhotonPersistentDiskVolumeSource `json:"photonPersistentDisk,omitempty" protobuf:"bytes,23,opt,name=photonPersistentDisk"`
    	// projected items for all in one resources secrets, configmaps, and downward API
    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. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

                "type": "string"
              },
              "photonPersistentDisk": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource"
                  }
                ],
                "description": "photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "type": "boolean"
              }
            },
            "required": [
              "claimName"
            ],
            "type": "object"
          },
          "io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource": {
            "description": "Represents a Photon Controller persistent disk resource.",
            "properties": {
              "fsType": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  5. pkg/generated/openapi/zz_generated.openapi.go

    		"k8s.io/api/core/v1.PersistentVolumeStatus":                                                             schema_k8sio_api_core_v1_PersistentVolumeStatus(ref),
    		"k8s.io/api/core/v1.PhotonPersistentDiskVolumeSource":                                                   schema_k8sio_api_core_v1_PhotonPersistentDiskVolumeSource(ref),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"fsType": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.",
    }
    
    func (PhotonPersistentDiskVolumeSource) SwaggerDoc() map[string]string {
    	return map_PhotonPersistentDiskVolumeSource
    }
    
    var map_Pod = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  7. pkg/apis/core/validation/validation.go

    	if len(cd.VolumePath) == 0 {
    		allErrs = append(allErrs, field.Required(fldPath.Child("volumePath"), ""))
    	}
    	return allErrs
    }
    
    func validatePhotonPersistentDiskVolumeSource(cd *core.PhotonPersistentDiskVolumeSource, fldPath *field.Path) field.ErrorList {
    	allErrs := field.ErrorList{}
    	if len(cd.PdID) == 0 {
    		allErrs = append(allErrs, field.Required(fldPath.Child("pdID"), ""))
    	}
    	return allErrs
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "boolean"
              }
            },
            "required": [
              "claimName"
            ],
            "type": "object"
          },
          "io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource": {
            "description": "Represents a Photon Controller persistent disk resource.",
            "properties": {
              "fsType": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/api__v1_openapi.json

                "type": "string"
              },
              "photonPersistentDisk": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource"
                  }
                ],
                "description": "photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "type": "string"
            },
            "photonPersistentDisk": {
              "$ref": "#/definitions/io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource",
              "description": "photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine"
            },
            "portworxVolume": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
Back to top