Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. staging/src/k8s.io/api/testdata/HEAD/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: Wed May 29 22:40:29 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/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: Wed May 29 22:40:29 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Pod.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 52K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1beta1.CronJob.json

                      "fsType": "fsTypeValue",
                      "readOnly": true,
                      "kind": "kindValue"
                    },
                    "photonPersistentDisk": {
                      "pdID": "pdIDValue",
                      "fsType": "fsTypeValue"
                    },
                    "projected": {
                      "sources": [
                        {
                          "secret": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 63.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.StatefulSet.json

                  "fsType": "fsTypeValue",
                  "readOnly": true,
                  "kind": "kindValue"
                },
                "photonPersistentDisk": {
                  "pdID": "pdIDValue",
                  "fsType": "fsTypeValue"
                },
                "projected": {
                  "sources": [
                    {
                      "secret": {
                        "name": "nameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 58.2K 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. pkg/generated/openapi/zz_generated.openapi.go

    				Description: "Represents a Photon Controller persistent disk resource.",
    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"pdID": {
    						SchemaProps: spec.SchemaProps{
    							Description: "pdID is the ID that identifies Photon Controller persistent disk",
    							Default:     "",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top