mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Remove 'be formatted' from VolumeSource docs
Volumes do not need to be formatted as we now have the SafeFormatAndMount utility which formats volumes when needed.
This commit is contained in:
		@@ -1258,7 +1258,7 @@
 | 
			
		||||
   },
 | 
			
		||||
   "v1.GCEPersistentDiskVolumeSource": {
 | 
			
		||||
    "id": "v1.GCEPersistentDiskVolumeSource",
 | 
			
		||||
    "description": "Represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist and be formatted before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once. GCE PDs support ownership management and SELinux relabeling.",
 | 
			
		||||
    "description": "Represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.",
 | 
			
		||||
    "required": [
 | 
			
		||||
     "pdName"
 | 
			
		||||
    ],
 | 
			
		||||
@@ -1284,7 +1284,7 @@
 | 
			
		||||
   },
 | 
			
		||||
   "v1.AWSElasticBlockStoreVolumeSource": {
 | 
			
		||||
    "id": "v1.AWSElasticBlockStoreVolumeSource",
 | 
			
		||||
    "description": "Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist and be formatted before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.",
 | 
			
		||||
    "description": "Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.",
 | 
			
		||||
    "required": [
 | 
			
		||||
     "volumeID"
 | 
			
		||||
    ],
 | 
			
		||||
 
 | 
			
		||||
@@ -5590,7 +5590,7 @@
 | 
			
		||||
   },
 | 
			
		||||
   "v1.GCEPersistentDiskVolumeSource": {
 | 
			
		||||
    "id": "v1.GCEPersistentDiskVolumeSource",
 | 
			
		||||
    "description": "Represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist and be formatted before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once. GCE PDs support ownership management and SELinux relabeling.",
 | 
			
		||||
    "description": "Represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.",
 | 
			
		||||
    "required": [
 | 
			
		||||
     "pdName"
 | 
			
		||||
    ],
 | 
			
		||||
@@ -5616,7 +5616,7 @@
 | 
			
		||||
   },
 | 
			
		||||
   "v1.AWSElasticBlockStoreVolumeSource": {
 | 
			
		||||
    "id": "v1.AWSElasticBlockStoreVolumeSource",
 | 
			
		||||
    "description": "Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist and be formatted before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.",
 | 
			
		||||
    "description": "Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.",
 | 
			
		||||
    "required": [
 | 
			
		||||
     "volumeID"
 | 
			
		||||
    ],
 | 
			
		||||
 
 | 
			
		||||
@@ -15873,7 +15873,7 @@
 | 
			
		||||
   },
 | 
			
		||||
   "v1.GCEPersistentDiskVolumeSource": {
 | 
			
		||||
    "id": "v1.GCEPersistentDiskVolumeSource",
 | 
			
		||||
    "description": "Represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist and be formatted before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once. GCE PDs support ownership management and SELinux relabeling.",
 | 
			
		||||
    "description": "Represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.",
 | 
			
		||||
    "required": [
 | 
			
		||||
     "pdName"
 | 
			
		||||
    ],
 | 
			
		||||
@@ -15899,7 +15899,7 @@
 | 
			
		||||
   },
 | 
			
		||||
   "v1.AWSElasticBlockStoreVolumeSource": {
 | 
			
		||||
    "id": "v1.AWSElasticBlockStoreVolumeSource",
 | 
			
		||||
    "description": "Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist and be formatted before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.",
 | 
			
		||||
    "description": "Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.",
 | 
			
		||||
    "required": [
 | 
			
		||||
     "volumeID"
 | 
			
		||||
    ],
 | 
			
		||||
 
 | 
			
		||||
@@ -1437,7 +1437,7 @@ Examples:<br>
 | 
			
		||||
<p>Represents a Persistent Disk resource in Google Compute Engine.</p>
 | 
			
		||||
</div>
 | 
			
		||||
<div class="paragraph">
 | 
			
		||||
<p>A GCE PD must exist and be formatted before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once. GCE PDs support ownership management and SELinux relabeling.</p>
 | 
			
		||||
<p>A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once. GCE PDs support ownership management and SELinux relabeling.</p>
 | 
			
		||||
</div>
 | 
			
		||||
<table class="tableblock frame-all grid-all" style="width:100%; ">
 | 
			
		||||
<colgroup>
 | 
			
		||||
@@ -3380,7 +3380,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
 | 
			
		||||
<p>Represents a Persistent Disk resource in AWS.</p>
 | 
			
		||||
</div>
 | 
			
		||||
<div class="paragraph">
 | 
			
		||||
<p>An AWS EBS disk must exist and be formatted before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.</p>
 | 
			
		||||
<p>An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.</p>
 | 
			
		||||
</div>
 | 
			
		||||
<table class="tableblock frame-all grid-all" style="width:100%; ">
 | 
			
		||||
<colgroup>
 | 
			
		||||
@@ -5584,7 +5584,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
 | 
			
		||||
</div>
 | 
			
		||||
<div id="footer">
 | 
			
		||||
<div id="footer-text">
 | 
			
		||||
Last updated 2016-02-23 18:41:56 UTC
 | 
			
		||||
Last updated 2016-02-24 15:58:19 UTC
 | 
			
		||||
</div>
 | 
			
		||||
</div>
 | 
			
		||||
</body>
 | 
			
		||||
 
 | 
			
		||||
@@ -982,7 +982,7 @@ Examples:<br>
 | 
			
		||||
<p>Represents a Persistent Disk resource in Google Compute Engine.</p>
 | 
			
		||||
</div>
 | 
			
		||||
<div class="paragraph">
 | 
			
		||||
<p>A GCE PD must exist and be formatted before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once. GCE PDs support ownership management and SELinux relabeling.</p>
 | 
			
		||||
<p>A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once. GCE PDs support ownership management and SELinux relabeling.</p>
 | 
			
		||||
</div>
 | 
			
		||||
<table class="tableblock frame-all grid-all" style="width:100%; ">
 | 
			
		||||
<colgroup>
 | 
			
		||||
@@ -6013,7 +6013,7 @@ The resulting set of endpoints can be viewed as:<br>
 | 
			
		||||
<p>Represents a Persistent Disk resource in AWS.</p>
 | 
			
		||||
</div>
 | 
			
		||||
<div class="paragraph">
 | 
			
		||||
<p>An AWS EBS disk must exist and be formatted before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.</p>
 | 
			
		||||
<p>An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.</p>
 | 
			
		||||
</div>
 | 
			
		||||
<table class="tableblock frame-all grid-all" style="width:100%; ">
 | 
			
		||||
<colgroup>
 | 
			
		||||
@@ -7477,7 +7477,7 @@ The resulting set of endpoints can be viewed as:<br>
 | 
			
		||||
</div>
 | 
			
		||||
<div id="footer">
 | 
			
		||||
<div id="footer-text">
 | 
			
		||||
Last updated 2016-02-23 18:41:48 UTC
 | 
			
		||||
Last updated 2016-02-24 15:58:11 UTC
 | 
			
		||||
</div>
 | 
			
		||||
</div>
 | 
			
		||||
</body>
 | 
			
		||||
 
 | 
			
		||||
@@ -441,10 +441,10 @@ const (
 | 
			
		||||
 | 
			
		||||
// Represents a Persistent Disk resource in Google Compute Engine.
 | 
			
		||||
//
 | 
			
		||||
// A GCE PD must exist and be formatted before mounting to a container.
 | 
			
		||||
// The disk must also be in the same GCE project and zone as the kubelet.
 | 
			
		||||
// A GCE PD can only be mounted as read/write once.
 | 
			
		||||
// GCE PDs support ownership management and SELinux relabeling.
 | 
			
		||||
// A GCE PD must exist before mounting to a container. The disk must
 | 
			
		||||
// also be in the same GCE project and zone as the kubelet. A GCE PD
 | 
			
		||||
// can only be mounted as read/write once or read-only many times. GCE
 | 
			
		||||
// PDs support ownership management and SELinux relabeling.
 | 
			
		||||
type GCEPersistentDiskVolumeSource struct {
 | 
			
		||||
	// Unique name of the PD resource. Used to identify the disk in GCE
 | 
			
		||||
	PDName string `json:"pdName"`
 | 
			
		||||
@@ -523,10 +523,10 @@ type FlexVolumeSource struct {
 | 
			
		||||
 | 
			
		||||
// Represents a Persistent Disk resource in AWS.
 | 
			
		||||
//
 | 
			
		||||
// An AWS EBS disk must exist and be formatted before mounting to a container.
 | 
			
		||||
// The disk must also be in the same AWS zone as the kubelet.
 | 
			
		||||
// A AWS EBS disk can only be mounted as read/write once.
 | 
			
		||||
// AWS EBS volumes support ownership management and SELinux relabeling.
 | 
			
		||||
// An AWS EBS disk must exist before mounting to a container. The disk
 | 
			
		||||
// must also be in the same AWS zone as the kubelet. A AWS EBS disk
 | 
			
		||||
// can only be mounted as read/write once. AWS EBS volumes support
 | 
			
		||||
// ownership management and SELinux relabeling.
 | 
			
		||||
type AWSElasticBlockStoreVolumeSource struct {
 | 
			
		||||
	// Unique id of the persistent disk resource. Used to identify the disk in AWS
 | 
			
		||||
	VolumeID string `json:"volumeID"`
 | 
			
		||||
@@ -623,10 +623,10 @@ type RBDVolumeSource struct {
 | 
			
		||||
	ReadOnly bool `json:"readOnly,omitempty"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Represents a cinder volume resource in Openstack.
 | 
			
		||||
// A Cinder volume must exist and be formatted before mounting to a container.
 | 
			
		||||
// The volume must also be in the same region as the kubelet.
 | 
			
		||||
// Cinder volumes support ownership management and SELinux relabeling.
 | 
			
		||||
// Represents a cinder volume resource in Openstack. A Cinder volume
 | 
			
		||||
// must exist before mounting to a container. The volume must also be
 | 
			
		||||
// in the same region as the kubelet. Cinder volumes support ownership
 | 
			
		||||
// management and SELinux relabeling.
 | 
			
		||||
type CinderVolumeSource struct {
 | 
			
		||||
	// Unique id of the volume used to identify the cinder volume
 | 
			
		||||
	VolumeID string `json:"volumeID"`
 | 
			
		||||
 
 | 
			
		||||
@@ -640,10 +640,10 @@ const (
 | 
			
		||||
 | 
			
		||||
// Represents a Persistent Disk resource in Google Compute Engine.
 | 
			
		||||
//
 | 
			
		||||
// A GCE PD must exist and be formatted before mounting to a container.
 | 
			
		||||
// The disk must also be in the same GCE project and zone as the kubelet.
 | 
			
		||||
// A GCE PD can only be mounted as read/write once.
 | 
			
		||||
// GCE PDs support ownership management and SELinux relabeling.
 | 
			
		||||
// A GCE PD must exist before mounting to a container. The disk must
 | 
			
		||||
// also be in the same GCE project and zone as the kubelet. A GCE PD
 | 
			
		||||
// can only be mounted as read/write once or read-only many times. GCE
 | 
			
		||||
// PDs support ownership management and SELinux relabeling.
 | 
			
		||||
type GCEPersistentDiskVolumeSource struct {
 | 
			
		||||
	// Unique name of the PD resource in GCE. Used to identify the disk in GCE.
 | 
			
		||||
	// More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#gcepersistentdisk
 | 
			
		||||
@@ -686,10 +686,10 @@ type FlexVolumeSource struct {
 | 
			
		||||
 | 
			
		||||
// Represents a Persistent Disk resource in AWS.
 | 
			
		||||
//
 | 
			
		||||
// An AWS EBS disk must exist and be formatted before mounting to a container.
 | 
			
		||||
// The disk must also be in the same AWS zone as the kubelet.
 | 
			
		||||
// An AWS EBS disk can only be mounted as read/write once.
 | 
			
		||||
// AWS EBS volumes support ownership management and SELinux relabeling.
 | 
			
		||||
// An AWS EBS disk must exist before mounting to a container. The disk
 | 
			
		||||
// must also be in the same AWS zone as the kubelet. An AWS EBS disk
 | 
			
		||||
// can only be mounted as read/write once. AWS EBS volumes support
 | 
			
		||||
// ownership management and SELinux relabeling.
 | 
			
		||||
type AWSElasticBlockStoreVolumeSource struct {
 | 
			
		||||
	// Unique ID of the persistent disk resource in AWS (Amazon EBS volume).
 | 
			
		||||
	// More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#awselasticblockstore
 | 
			
		||||
 
 | 
			
		||||
@@ -28,7 +28,7 @@ package v1
 | 
			
		||||
 | 
			
		||||
// AUTO-GENERATED FUNCTIONS START HERE
 | 
			
		||||
var map_AWSElasticBlockStoreVolumeSource = map[string]string{
 | 
			
		||||
	"":          "Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist and be formatted before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.",
 | 
			
		||||
	"":          "Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.",
 | 
			
		||||
	"volumeID":  "Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#awselasticblockstore",
 | 
			
		||||
	"fsType":    "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#awselasticblockstore",
 | 
			
		||||
	"partition": "The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty).",
 | 
			
		||||
@@ -495,7 +495,7 @@ func (FlockerVolumeSource) SwaggerDoc() map[string]string {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
var map_GCEPersistentDiskVolumeSource = map[string]string{
 | 
			
		||||
	"":          "Represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist and be formatted before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once. GCE PDs support ownership management and SELinux relabeling.",
 | 
			
		||||
	"":          "Represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.",
 | 
			
		||||
	"pdName":    "Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#gcepersistentdisk",
 | 
			
		||||
	"fsType":    "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#gcepersistentdisk",
 | 
			
		||||
	"partition": "The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty). More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#gcepersistentdisk",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user