Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 101 for PdID (0.11 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Pod.yaml

          readOnly: true
          server: serverValue
        persistentVolumeClaim:
          claimName: claimNameValue
          readOnly: true
        photonPersistentDisk:
          fsType: fsTypeValue
          pdID: pdIDValue
        portworxVolume:
          fsType: fsTypeValue
          readOnly: true
          volumeID: volumeIDValue
        projected:
          defaultMode: 2
          sources:
          - clusterTrustBundle:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.CronJob.yaml

                persistentVolumeClaim:
                  claimName: claimNameValue
                  readOnly: true
                photonPersistentDisk:
                  fsType: fsTypeValue
                  pdID: pdIDValue
                portworxVolume:
                  fsType: fsTypeValue
                  readOnly: true
                  volumeID: volumeIDValue
                projected:
                  defaultMode: 2
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1beta1.CronJob.yaml

                persistentVolumeClaim:
                  claimName: claimNameValue
                  readOnly: true
                photonPersistentDisk:
                  fsType: fsTypeValue
                  pdID: pdIDValue
                portworxVolume:
                  fsType: fsTypeValue
                  readOnly: true
                  volumeID: volumeIDValue
                projected:
                  defaultMode: 2
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.StatefulSet.yaml

              server: serverValue
            persistentVolumeClaim:
              claimName: claimNameValue
              readOnly: true
            photonPersistentDisk:
              fsType: fsTypeValue
              pdID: pdIDValue
            portworxVolume:
              fsType: fsTypeValue
              readOnly: true
              volumeID: volumeIDValue
            projected:
              defaultMode: 2
              sources:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 37.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta1.StatefulSet.yaml

              server: serverValue
            persistentVolumeClaim:
              claimName: claimNameValue
              readOnly: true
            photonPersistentDisk:
              fsType: fsTypeValue
              pdID: pdIDValue
            portworxVolume:
              fsType: fsTypeValue
              readOnly: true
              volumeID: volumeIDValue
            projected:
              defaultMode: 2
              sources:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 37.6K bytes
    - Viewed (0)
  6. pkg/apis/core/v1/zz_generated.conversion.go

    }
    
    func autoConvert_v1_PhotonPersistentDiskVolumeSource_To_core_PhotonPersistentDiskVolumeSource(in *v1.PhotonPersistentDiskVolumeSource, out *core.PhotonPersistentDiskVolumeSource, s conversion.Scope) error {
    	out.PdID = in.PdID
    	out.FSType = in.FSType
    	return nil
    }
    
    // Convert_v1_PhotonPersistentDiskVolumeSource_To_core_PhotonPersistentDiskVolumeSource is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types.go

    }
    
    // Represents a Photon Controller persistent disk resource.
    type PhotonPersistentDiskVolumeSource struct {
    	// pdID is the ID that identifies Photon Controller persistent disk
    	PdID string `json:"pdID" protobuf:"bytes,1,opt,name=pdID"`
    	// fsType is the filesystem type to mount.
    	// Must be a filesystem type supported by the host operating system.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/generated.proto

    }
    
    // Represents a Photon Controller persistent disk resource.
    message PhotonPersistentDiskVolumeSource {
      // pdID is the ID that identifies Photon Controller persistent disk
      optional string pdID = 1;
    
      // fsType is the filesystem type to mount.
      // Must be a filesystem type supported by the host operating system.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "pdID": {
                "default": "",
                "description": "pdID is the ID that identifies Photon Controller persistent disk",
                "type": "string"
              }
            },
            "required": [
              "pdID"
            ],
            "type": "object"
          },
          "io.k8s.api.core.v1.PodAffinity": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "type": "string"
            },
            "pdID": {
              "description": "ID that identifies Photon Controller persistent disk",
              "type": "string"
            }
          },
          "required": [
            "pdID"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.Pod": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
Back to top