mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Grammar fix: s/a AWS/an AWS/g
This commit is contained in:
		@@ -189,7 +189,7 @@ type VolumeSource struct {
 | 
			
		||||
	// GCEPersistentDisk represents a GCE Disk resource that is attached to a
 | 
			
		||||
	// kubelet's host machine and then exposed to the pod.
 | 
			
		||||
	GCEPersistentDisk *GCEPersistentDiskVolumeSource `json:"gcePersistentDisk"`
 | 
			
		||||
	// AWSElasticBlockStore represents a AWS EBS disk that is attached to a
 | 
			
		||||
	// AWSElasticBlockStore represents an AWS EBS disk that is attached to a
 | 
			
		||||
	// kubelet's host machine and then exposed to the pod.
 | 
			
		||||
	AWSElasticBlockStore *AWSElasticBlockStoreVolumeSource `json:"awsElasticBlockStore"`
 | 
			
		||||
	// GitRepo represents a git repository at a particular revision.
 | 
			
		||||
@@ -211,7 +211,7 @@ type PersistentVolumeSource struct {
 | 
			
		||||
	// GCEPersistentDisk represents a GCE Disk resource that is attached to a
 | 
			
		||||
	// kubelet's host machine and then exposed to the pod.
 | 
			
		||||
	GCEPersistentDisk *GCEPersistentDiskVolumeSource `json:"gcePersistentDisk"`
 | 
			
		||||
	// AWSElasticBlockStore represents a AWS EBS disk that is attached to a
 | 
			
		||||
	// AWSElasticBlockStore represents an AWS EBS disk that is attached to a
 | 
			
		||||
	// kubelet's host machine and then exposed to the pod.
 | 
			
		||||
	AWSElasticBlockStore *AWSElasticBlockStoreVolumeSource `json:"awsElasticBlockStore"`
 | 
			
		||||
	// HostPath represents a directory on the host.
 | 
			
		||||
 
 | 
			
		||||
@@ -105,7 +105,7 @@ type VolumeSource struct {
 | 
			
		||||
	// GCEPersistentDisk represents a GCE Disk resource that is attached to a
 | 
			
		||||
	// kubelet's host machine and then exposed to the pod.
 | 
			
		||||
	GCEPersistentDisk *GCEPersistentDiskVolumeSource `json:"persistentDisk" description:"GCE disk resource attached to the host machine on demand"`
 | 
			
		||||
	// AWSElasticBlockStore represents a AWS Disk resource that is attached to a
 | 
			
		||||
	// AWSElasticBlockStore represents an AWS Disk resource that is attached to a
 | 
			
		||||
	// kubelet's host machine and then exposed to the pod.
 | 
			
		||||
	AWSElasticBlockStore *AWSElasticBlockStoreVolumeSource `json:"awsElasticBlockStore" description:"AWS disk resource attached to the host machine on demand"`
 | 
			
		||||
	// GitRepo represents a git repository at a particular revision.
 | 
			
		||||
@@ -127,7 +127,7 @@ type PersistentVolumeSource struct {
 | 
			
		||||
	// GCEPersistentDisk represents a GCE Disk resource that is attached to a
 | 
			
		||||
	// kubelet's host machine and then exposed to the pod.
 | 
			
		||||
	GCEPersistentDisk *GCEPersistentDiskVolumeSource `json:"persistentDisk" description:"GCE disk resource provisioned by an admin"`
 | 
			
		||||
	// AWSElasticBlockStore represents a AWS EBS volume that is attached to a
 | 
			
		||||
	// AWSElasticBlockStore represents an AWS EBS volume that is attached to a
 | 
			
		||||
	// kubelet's host machine and then exposed to the pod.
 | 
			
		||||
	AWSElasticBlockStore *AWSElasticBlockStoreVolumeSource `json:"awsElasticBlockStore" description:"AWS disk resource provisioned by an admin"`
 | 
			
		||||
	// HostPath represents a directory on the host.
 | 
			
		||||
 
 | 
			
		||||
@@ -96,7 +96,7 @@ type PersistentVolumeSource struct {
 | 
			
		||||
	// GCEPersistentDisk represents a GCE Disk resource that is attached to a
 | 
			
		||||
	// kubelet's host machine and then exposed to the pod.
 | 
			
		||||
	GCEPersistentDisk *GCEPersistentDiskVolumeSource `json:"persistentDisk" description:"GCE disk resource provisioned by an admin"`
 | 
			
		||||
	// AWSElasticBlockStore represents a AWS Disk resource that is attached to a
 | 
			
		||||
	// AWSElasticBlockStore represents an AWS Disk resource that is attached to a
 | 
			
		||||
	// kubelet's host machine and then exposed to the pod.
 | 
			
		||||
	AWSElasticBlockStore *AWSElasticBlockStoreVolumeSource `json:"awsElasticBlockStore" description:"AWS disk resource provisioned by an admin"`
 | 
			
		||||
	// HostPath represents a directory on the host.
 | 
			
		||||
 
 | 
			
		||||
@@ -206,7 +206,7 @@ type VolumeSource struct {
 | 
			
		||||
	// GCEPersistentDisk represents a GCE Disk resource that is attached to a
 | 
			
		||||
	// kubelet's host machine and then exposed to the pod.
 | 
			
		||||
	GCEPersistentDisk *GCEPersistentDiskVolumeSource `json:"gcePersistentDisk" description:"GCE disk resource attached to the host machine on demand"`
 | 
			
		||||
	// AWSElasticBlockStore represents a AWS Disk resource that is attached to a
 | 
			
		||||
	// AWSElasticBlockStore represents an AWS Disk resource that is attached to a
 | 
			
		||||
	// kubelet's host machine and then exposed to the pod.
 | 
			
		||||
	AWSElasticBlockStore *AWSElasticBlockStoreVolumeSource `json:"awsElasticBlockStore" description:"AWS disk resource attached to the host machine on demand"`
 | 
			
		||||
	// GitRepo represents a git repository at a particular revision.
 | 
			
		||||
@@ -228,7 +228,7 @@ type PersistentVolumeSource struct {
 | 
			
		||||
	// GCEPersistentDisk represents a GCE Disk resource that is attached to a
 | 
			
		||||
	// kubelet's host machine and then exposed to the pod.
 | 
			
		||||
	GCEPersistentDisk *GCEPersistentDiskVolumeSource `json:"gcePersistentDisk" description:"GCE disk resource provisioned by an admin"`
 | 
			
		||||
	// AWSElasticBlockStore represents a AWS Disk resource that is attached to a
 | 
			
		||||
	// AWSElasticBlockStore represents an AWS Disk resource that is attached to a
 | 
			
		||||
	// kubelet's host machine and then exposed to the pod.
 | 
			
		||||
	AWSElasticBlockStore *AWSElasticBlockStoreVolumeSource `json:"awsElasticBlockStore" description:"AWS disk resource provisioned by an admin"`
 | 
			
		||||
	// HostPath represents a directory on the host.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user