mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 18:28:13 +00:00 
			
		
		
		
	fix deleted typos
This commit is contained in:
		| @@ -19,11 +19,11 @@ package pod | |||||||
| import "k8s.io/kubernetes/pkg/api" | import "k8s.io/kubernetes/pkg/api" | ||||||
|  |  | ||||||
| const ( | const ( | ||||||
| 	// TODO: to be de!eted after v1.3 is released. PodSpec has a dedicated Hostname field. | 	// TODO: to be deleted after v1.3 is released. PodSpec has a dedicated Hostname field. | ||||||
| 	// The annotation value is a string specifying the hostname to be used for the pod e.g 'my-webserver-1' | 	// The annotation value is a string specifying the hostname to be used for the pod e.g 'my-webserver-1' | ||||||
| 	PodHostnameAnnotation = "pod.beta.kubernetes.io/hostname" | 	PodHostnameAnnotation = "pod.beta.kubernetes.io/hostname" | ||||||
|  |  | ||||||
| 	// TODO: to be de!eted after v1.3 is released. PodSpec has a dedicated Subdomain field. | 	// TODO: to be deleted after v1.3 is released. PodSpec has a dedicated Subdomain field. | ||||||
| 	// The annotation value is a string specifying the subdomain e.g. "my-web-service" | 	// The annotation value is a string specifying the subdomain e.g. "my-web-service" | ||||||
| 	// If specified, on the pod itself, "<hostname>.my-web-service.<namespace>.svc.<cluster domain>" would resolve to | 	// If specified, on the pod itself, "<hostname>.my-web-service.<namespace>.svc.<cluster domain>" would resolve to | ||||||
| 	// the pod's IP. | 	// the pod's IP. | ||||||
|   | |||||||
| @@ -25,11 +25,11 @@ import ( | |||||||
| ) | ) | ||||||
|  |  | ||||||
| const ( | const ( | ||||||
| 	// TODO: to be de!eted after v1.3 is released. PodSpec has a dedicated Hostname field. | 	// TODO: to be deleted after v1.3 is released. PodSpec has a dedicated Hostname field. | ||||||
| 	// The annotation value is a string specifying the hostname to be used for the pod e.g 'my-webserver-1' | 	// The annotation value is a string specifying the hostname to be used for the pod e.g 'my-webserver-1' | ||||||
| 	PodHostnameAnnotation = "pod.beta.kubernetes.io/hostname" | 	PodHostnameAnnotation = "pod.beta.kubernetes.io/hostname" | ||||||
|  |  | ||||||
| 	// TODO: to be de!eted after v1.3 is released. PodSpec has a dedicated Subdomain field. | 	// TODO: to be deleted after v1.3 is released. PodSpec has a dedicated Subdomain field. | ||||||
| 	// The annotation value is a string specifying the subdomain e.g. "my-web-service" | 	// The annotation value is a string specifying the subdomain e.g. "my-web-service" | ||||||
| 	// If specified, on the pod itself, "<hostname>.my-web-service.<namespace>.svc.<cluster domain>" would resolve to | 	// If specified, on the pod itself, "<hostname>.my-web-service.<namespace>.svc.<cluster domain>" would resolve to | ||||||
| 	// the pod's IP. | 	// the pod's IP. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 supereagle
					supereagle