markturansky 
							
						 
					 
					
						
						
							
						
						c4a53a23bd 
					 
					
						
						
							
							Added validation to prevent mutating Claim.Spec after binding  
						
						
						
						
					 
					
						2015-04-06 08:46:44 -04:00 
						 
				 
			
				
					
						
							
							
								markturansky 
							
						 
					 
					
						
						
							
						
						95bd170ca2 
					 
					
						
						
							
							PV & PVC Client implementation  
						
						
						
						
					 
					
						2015-04-06 08:46:43 -04:00 
						 
				 
			
				
					
						
							
							
								Piotr Szczesniak 
							
						 
					 
					
						
						
							
						
						5c6439d449 
					 
					
						
						
							
							Removed PodStatus.Host  
						
						... 
						
						
						
						Fixes  #6165  
					
						2015-04-02 16:38:45 +02:00 
						 
				 
			
				
					
						
							
							
								Rohit Jnagal 
							
						 
					 
					
						
						
							
						
						e0ff139279 
					 
					
						
						
							
							Remove validation for Capacity as it got moved from Spec to Status.  
						
						... 
						
						
						
						Also fix breakage from ExternalID validation: Default ExternalID to node name when not specified. 
						
						
					 
					
						2015-04-02 00:51:52 +00:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						dec3209229 
					 
					
						
						
							
							Merge pull request  #6246  from derekwaynecarr/finalize_fix  
						
						... 
						
						
						
						Fix Namespace Termination 
						
						
					 
					
						2015-04-01 17:34:56 -04:00 
						 
				 
			
				
					
						
							
							
								derekwaynecarr 
							
						 
					 
					
						
						
							
						
						b745f51c65 
					 
					
						
						
							
							Client must specifiy a resource version on finalize  
						
						
						
						
					 
					
						2015-04-01 11:16:45 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						b420871a11 
					 
					
						
						
							
							fixes from testing  
						
						
						
						
					 
					
						2015-03-31 09:30:56 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						186818d787 
					 
					
						
						
							
							WIP: Implement multi-port Services  
						
						
						
						
					 
					
						2015-03-30 19:28:11 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						8ae203825b 
					 
					
						
						
							
							Implement multi-port endpoints  
						
						... 
						
						
						
						Instead of endpoints being a flat list, it is now a list of "subsets"
where each is a struct of {Addresses, Ports}.  To generate the list of
endpoints you need to take union of the Cartesian products of the
subsets.  This is compact in the vast majority of cases, yet still
represents named ports and corner cases (e.g. each pod has a different
port number).
This also stores subsets in a deterministic order (sorted by hash) to
avoid spurious updates and comparison problems.
This is a fully compatible change - old objects and clients will
keepworking as long as they don't need the new functionality.
This is the prep for multi-port Services, which will add API to produce
endpoints in this new structure. 
						
						
					 
					
						2015-03-27 12:36:32 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Grant 
							
						 
					 
					
						
						
							
						
						a4bf91c8c0 
					 
					
						
						
							
							Merge pull request  #5690  from satnam6502/failputnover  
						
						... 
						
						
						
						Give better error message for PUTs with no resource version 
						
						
					 
					
						2015-03-27 07:12:56 -07:00 
						 
				 
			
				
					
						
							
							
								gmarek 
							
						 
					 
					
						
						
							
						
						5a11748018 
					 
					
						
						
							
							Move Capacity from NodeSpec to NodeStatus  
						
						
						
						
					 
					
						2015-03-26 15:28:48 +01:00 
						 
				 
			
				
					
						
							
							
								Satnam Singh 
							
						 
					 
					
						
						
							
						
						cd05c8b9bc 
					 
					
						
						
							
							Give better error message for PUTs with no resource version  
						
						
						
						
					 
					
						2015-03-25 15:52:48 -07:00 
						 
				 
			
				
					
						
							
							
								Rohit Jnagal 
							
						 
					 
					
						
						
							
						
						49ff04765b 
					 
					
						
						
							
							Add validation for node creation.  
						
						
						
						
					 
					
						2015-03-25 21:55:03 +00:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						367284b63b 
					 
					
						
						
							
							Merge pull request  #5767  from kazegusuri/endpoints_storage  
						
						... 
						
						
						
						port endpoints to generic etcd 
						
						
					 
					
						2015-03-25 11:32:01 -04:00 
						 
				 
			
				
					
						
							
							
								markturansky 
							
						 
					 
					
						
						
							
						
						f762b303ad 
					 
					
						
						
							
							PersistentVolume & PersistentVolumeClaim API types  
						
						
						
						
					 
					
						2015-03-25 10:09:25 -04:00 
						 
				 
			
				
					
						
							
							
								Wojciech Tyczynski 
							
						 
					 
					
						
						
							
						
						c8e89bc717 
					 
					
						
						
							
							Merge pull request  #5853  from fgrzadkowski/better_errors  
						
						... 
						
						
						
						Improve error message for invalid pod spec update 
						
						
					 
					
						2015-03-25 14:31:13 +01:00 
						 
				 
			
				
					
						
							
							
								Masahiro Sano 
							
						 
					 
					
						
						
							
						
						410e11c305 
					 
					
						
						
							
							port endpoints to generic etcd  
						
						
						
						
					 
					
						2015-03-25 22:15:19 +09:00 
						 
				 
			
				
					
						
							
							
								Filip Grzadkowski 
							
						 
					 
					
						
						
							
						
						7085a0cb44 
					 
					
						
						
							
							Merge pull request  #5508  from fgrzadkowski/validate_ips  
						
						... 
						
						
						
						Validate Service.Spec.publicIPs to be a valid IP that is not a localhost 
						
						
					 
					
						2015-03-25 12:11:29 +01:00 
						 
				 
			
				
					
						
							
							
								Abhi Shah 
							
						 
					 
					
						
						
							
						
						f1872d36cf 
					 
					
						
						
							
							Merge pull request  #5814  from vmarmol/net-host  
						
						... 
						
						
						
						Add HostNetworking container option to API. 
						
						
					 
					
						2015-03-24 15:55:27 -07:00 
						 
				 
			
				
					
						
							
							
								Victor Marmol 
							
						 
					 
					
						
						
							
						
						2a0793c155 
					 
					
						
						
							
							Add HostNetworking container option to API.  
						
						... 
						
						
						
						This allows a container to run within the same networking namespace as
the host. This will be locked down by default using a flag on the master
and nodes (similar to how privileged is handled today). 
						
						
					 
					
						2015-03-24 14:40:28 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						064b7dec42 
					 
					
						
						
							
							Merge pull request  #5807  from pmorie/secret_volume_ref  
						
						... 
						
						
						
						Change secret volume plugin reference to name 
						
						
					 
					
						2015-03-24 14:18:35 -07:00 
						 
				 
			
				
					
						
							
							
								Paul Morie 
							
						 
					 
					
						
						
							
						
						e40ba109a1 
					 
					
						
						
							
							Change SecretVolumeSource to use a secret name instead of ObjRef  
						
						
						
						
					 
					
						2015-03-24 13:58:41 -04:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						97560c409f 
					 
					
						
						
							
							Merge pull request  #5554  from derekwaynecarr/namespace_controller  
						
						... 
						
						
						
						Namespace Controller to support Namespace Termination 
						
						
					 
					
						2015-03-24 12:59:00 -04:00 
						 
				 
			
				
					
						
							
							
								Filip Grzadkowski 
							
						 
					 
					
						
						
							
						
						b74b203da2 
					 
					
						
						
							
							Improve error message for invalid pod spec update  
						
						
						
						
					 
					
						2015-03-24 17:11:16 +01:00 
						 
				 
			
				
					
						
							
							
								derekwaynecarr 
							
						 
					 
					
						
						
							
						
						29c491ef2e 
					 
					
						
						
							
							Namespace.Spec.Finalizer support  
						
						
						
						
					 
					
						2015-03-24 10:36:06 -04:00 
						 
				 
			
				
					
						
							
							
								Filip Grzadkowski 
							
						 
					 
					
						
						
							
						
						6bc1e2ef40 
					 
					
						
						
							
							Add validation error explanation for long annotations.  
						
						
						
						
					 
					
						2015-03-24 11:01:26 +01:00 
						 
				 
			
				
					
						
							
							
								Filip Grzadkowski 
							
						 
					 
					
						
						
							
						
						24eb1a08f3 
					 
					
						
						
							
							Validate Service.Spec.publicIPs to be a valid IP that is not a localhost  
						
						
						
						
					 
					
						2015-03-24 10:48:46 +01:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						65425f690c 
					 
					
						
						
							
							Move field errors to pkg/util/fielderrors  
						
						... 
						
						
						
						Allows pkg/api to take a reference to labels.Selector and fields.Selector 
						
						
					 
					
						2015-03-22 17:43:34 -04:00 
						 
				 
			
				
					
						
							
							
								Dawn Chen 
							
						 
					 
					
						
						
							
						
						7a6490f572 
					 
					
						
						
							
							Merge pull request  #5729  from thockin/plural_endpoints_30_restart  
						
						... 
						
						
						
						Rename Service.ContainerPort to TargetPort in v1b3 
						
						
					 
					
						2015-03-20 14:37:46 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Hockin 
							
						 
					 
					
						
						
							
						
						4375376e9c 
					 
					
						
						
							
							Rename Service.ContainerPort to TargetPort in v1b3  
						
						... 
						
						
						
						Fix all callers and examples.  Part of multi-port service cleanup. 
						
						
					 
					
						2015-03-20 13:50:06 -07:00 
						 
				 
			
				
					
						
							
							
								Abhishek Gupta 
							
						 
					 
					
						
						
							
						
						b0c23c1046 
					 
					
						
						
							
							Headless Services: Adding option to specify None for PortalIP  
						
						
						
						
					 
					
						2015-03-20 12:10:03 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Alfonso 
							
						 
					 
					
						
						
							
						
						1a45e37d17 
					 
					
						
						
							
							NFSMount storage plugin for kubelet.  
						
						... 
						
						
						
						* If you want to test this out when an actual NFS export a good place
 to start is by running the NFS server in a container:
docker run -d --name nfs --privileged cpuguy83/nfs-server /tmp
More detail can be found here:
https://github.com/cpuguy83/docker-nfs-server  
						
						
					 
					
						2015-03-19 13:37:38 -04:00 
						 
				 
			
				
					
						
							
							
								Filip Grzadkowski 
							
						 
					 
					
						
						
							
						
						f89f91b7bd 
					 
					
						
						
							
							Validate that there is at least one container in the pod  
						
						
						
						
					 
					
						2015-03-19 12:31:53 +01:00 
						 
				 
			
				
					
						
							
							
								Victor Marmol 
							
						 
					 
					
						
						
							
						
						9586b39bb7 
					 
					
						
						
							
							Merge pull request  #5555  from fgrzadkowski/sync_pod_status  
						
						... 
						
						
						
						Periodically update pod status from kubelet. 
						
						
					 
					
						2015-03-18 10:14:07 -07:00 
						 
				 
			
				
					
						
							
							
								Filip Grzadkowski 
							
						 
					 
					
						
						
							
						
						1a352b74ba 
					 
					
						
						
							
							Periodically update pod status from kubelet.  
						
						
						
						
					 
					
						2015-03-18 12:11:39 +01:00 
						 
				 
			
				
					
						
							
							
								gmarek 
							
						 
					 
					
						
						
							
						
						a3b137ce8e 
					 
					
						
						
							
							Cleanup of validation.go  
						
						
						
						
					 
					
						2015-03-18 08:59:35 +01:00 
						 
				 
			
				
					
						
							
							
								Victor Marmol 
							
						 
					 
					
						
						
							
						
						668e2dbcd8 
					 
					
						
						
							
							Merge pull request  #5502  from wojtek-t/completely_remove_bound_pods  
						
						... 
						
						
						
						Remove BoundPod type from source code 
						
						
					 
					
						2015-03-17 08:09:50 -07:00 
						 
				 
			
				
					
						
							
							
								Filip Grzadkowski 
							
						 
					 
					
						
						
							
						
						18b728ff44 
					 
					
						
						
							
							Revert "Periodically update pod status from kubelet."  
						
						
						
						
					 
					
						2015-03-17 13:51:45 +01:00 
						 
				 
			
				
					
						
							
							
								Wojciech Tyczynski 
							
						 
					 
					
						
						
							
						
						e6d188fca8 
					 
					
						
						
							
							Remove BoundPod structure  
						
						
						
						
					 
					
						2015-03-17 10:27:41 +01:00 
						 
				 
			
				
					
						
							
							
								Filip Grzadkowski 
							
						 
					 
					
						
						
							
						
						336525a27d 
					 
					
						
						
							
							Periodically update pod status from kubelet.  
						
						
						
						
					 
					
						2015-03-16 23:03:03 +01:00 
						 
				 
			
				
					
						
							
							
								Jeff Lowdermilk 
							
						 
					 
					
						
						
							
						
						e37fd2a84d 
					 
					
						
						
							
							Merge pull request  #5477  from dchen1107/clean  
						
						... 
						
						
						
						Convert RestartPolicy to string for v1beta3. 
						
						
					 
					
						2015-03-16 10:23:52 -07:00 
						 
				 
			
				
					
						
							
							
								derekwaynecarr 
							
						 
					 
					
						
						
							
						
						2d13dfaf13 
					 
					
						
						
							
							Improvements to namespace registry to align with pod model  
						
						
						
						
					 
					
						2015-03-16 10:16:28 -04:00 
						 
				 
			
				
					
						
							
							
								Dawn Chen 
							
						 
					 
					
						
						
							
						
						34e9c82c70 
					 
					
						
						
							
							Convert RestartPolicy to string for v1beta3.  
						
						... 
						
						
						
						Fixed  #3607  and spiritually support #5475  
					
						2015-03-13 18:38:07 -07:00 
						 
				 
			
				
					
						
							
							
								derekwaynecarr 
							
						 
					 
					
						
						
							
						
						799e3fa9cc 
					 
					
						
						
							
							Eliminate ResourceQuotaUsage in favor of ResourceQuota status  
						
						
						
						
					 
					
						2015-03-13 16:52:09 -04:00 
						 
				 
			
				
					
						
							
							
								Ravi Sankar Penta 
							
						 
					 
					
						
						
							
						
						f6ecec5880 
					 
					
						
						
							
							Allow admin user to explicitly unschedule the node  
						
						... 
						
						
						
						Setting Unschedulable on the node will not touch any existing pods
on the node but will block scheduling of new pods on the node. 
						
						
					 
					
						2015-03-12 14:27:27 -07:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						d016f478e0 
					 
					
						
						
							
							Ignore changes to creation timestamp from clients on update  
						
						... 
						
						
						
						CreationTimestamp is not an authoritative field (like UID) so mismatches
can be safely ignored. 
						
						
					 
					
						2015-03-09 12:04:35 -04:00 
						 
				 
			
				
					
						
							
							
								gmarek 
							
						 
					 
					
						
						
							
						
						bb8a4f5ed3 
					 
					
						
						
							
							apply comments  
						
						
						
						
					 
					
						2015-03-06 08:23:22 +01:00 
						 
				 
			
				
					
						
							
							
								gmarek 
							
						 
					 
					
						
						
							
						
						726a5af075 
					 
					
						
						
							
							Loosen label and annotation validation and related tests  
						
						
						
						
					 
					
						2015-03-06 08:23:22 +01:00 
						 
				 
			
				
					
						
							
							
								Brendan Burns 
							
						 
					 
					
						
						
							
						
						fb90b56bf6 
					 
					
						
						
							
							Embed VolumeSource in v1beta3 and internal.  
						
						
						
						
					 
					
						2015-03-04 02:25:40 -08:00 
						 
				 
			
				
					
						
							
							
								Brian Grant 
							
						 
					 
					
						
						
							
						
						fca9fd68c7 
					 
					
						
						
							
							Merge pull request  #4779  from smarterclayton/status_endpoints  
						
						... 
						
						
						
						Minimal status mutation change 
						
						
					 
					
						2015-03-03 11:00:02 -08:00