Kubernetes core API changes for vSphere

This commit is contained in:
System Administrator
2017-05-22 15:11:58 -07:00
parent 23ee1745d3
commit 83520a7470
15 changed files with 1924 additions and 1481 deletions

View File

@@ -1038,6 +1038,12 @@ type VsphereVirtualDiskVolumeSource struct {
// Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
// +optional
FSType string
// Storage Policy Based Management (SPBM) profile name.
// +optional
StoragePolicyName string
// Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
// +optional
StoragePolicyID string
}
// Represents a Photon Controller persistent disk resource.