Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for VSphere (0.2 sec)

  1. common-protos/k8s.io/api/core/v1/generated.proto

      // persistent volumes at the same time.
      //
      // +optional
      optional EphemeralVolumeSource ephemeral = 29;
    }
    
    // Represents a vSphere volume resource.
    message VsphereVirtualDiskVolumeSource {
      // volumePath is the path that identifies vSphere volume vmdk
      optional string volumePath = 1;
    
      // fsType is filesystem type to mount.
      // Must be a filesystem type supported by the host operating system.
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
Back to top