Jordan Liggitt 
							
						 
					 
					
						
						
							
						
						283e282515 
					 
					
						
						
							
							Move extensions validation to apps  
						
						
						
						
					 
					
						2018-10-25 21:11:52 -04:00 
						 
				 
			
				
					
						
							
							
								Di Xu 
							
						 
					 
					
						
						
							
						
						48388fec7e 
					 
					
						
						
							
							fix all the typos across the project  
						
						
						
						
					 
					
						2018-02-11 11:04:14 +08:00 
						 
				 
			
				
					
						
							
							
								yuexiao-wang 
							
						 
					 
					
						
						
							
						
						400f5545bf 
					 
					
						
						
							
							add more test case in TestValidateStatefulSet  
						
						... 
						
						
						
						Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn > 
						
						
					 
					
						2017-11-22 16:00:38 +08:00 
						 
				 
			
				
					
						
							
							
								Dr. Stefan Schimanski 
							
						 
					 
					
						
						
							
						
						012b085ac8 
					 
					
						
						
							
							pkg/apis/core: mechanical import fixes in dependencies  
						
						
						
						
					 
					
						2017-11-09 12:14:08 +01:00 
						 
				 
			
				
					
						
							
							
								Dr. Stefan Schimanski 
							
						 
					 
					
						
						
							
						
						ed586da147 
					 
					
						
						
							
							apimachinery: remove Scheme.DeepCopy  
						
						
						
						
					 
					
						2017-10-06 14:59:17 +02:00 
						 
				 
			
				
					
						
							
							
								jianglingxia 
							
						 
					 
					
						
						
							
						
						abd1ea86fb 
					 
					
						
						
							
							fix error of func TestValidateStatefulSet that updateStrategy  
						
						
						
						
					 
					
						2017-09-22 16:33:30 +08:00 
						 
				 
			
				
					
						
							
							
								Janet Kuo 
							
						 
					 
					
						
						
							
						
						ad0c6b66b5 
					 
					
						
						
							
							Fix StatefulSet update validation  
						
						
						
						
					 
					
						2017-08-21 15:28:08 -07:00 
						 
				 
			
				
					
						
							
							
								Di Xu 
							
						 
					 
					
						
						
							
						
						85602fd542 
					 
					
						
						
							
							CollisionCount should have type int32 across controllers that use it for collision avoidance  
						
						
						
						
					 
					
						2017-08-18 10:48:12 +08:00 
						 
				 
			
				
					
						
							
							
								Yinan Li 
							
						 
					 
					
						
						
							
						
						68983201bf 
					 
					
						
						
							
							Added field CollisionCount to StatefulSetStatus  
						
						
						
						
					 
					
						2017-08-03 11:53:55 -07:00 
						 
				 
			
				
					
						
							
							
								Kenneth Owens 
							
						 
					 
					
						
						
							
						
						b1ce1ffc55 
					 
					
						
						
							
							Removes PartitionStatefulSetStrategyType and Partition from UpdateStrategy and replaces them with a parameterized RollingUpdate strategy.  
						
						
						
						
					 
					
						2017-06-12 10:06:09 -07:00 
						 
				 
			
				
					
						
							
							
								Kenneth Owens 
							
						 
					 
					
						
						
							
						
						1b55f57391 
					 
					
						
						
							
							Implements StatefulSet update  
						
						... 
						
						
						
						Implements history utilities for ControllerRevision in the controller/history package
StatefulSetStatus now has additional fields for consistency with DaemonSet and Deployment
StatefulSetStatus.Replicas now represents the current number of createdPods and StatefulSetStatus.ReadyReplicas is the current number of ready Pods 
						
						
					 
					
						2017-06-06 12:00:28 -07:00 
						 
				 
			
				
					
						
							
							
								Kenneth Owens 
							
						 
					 
					
						
						
							
						
						ba128e6e41 
					 
					
						
						
							
							Implements ControllerRevision API Object without codec and code  
						
						... 
						
						
						
						generation 
						
						
					 
					
						2017-05-25 11:38:57 -07:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						2861ae5eb9 
					 
					
						
						
							
							Support burst in stateful set scale up and down  
						
						... 
						
						
						
						The alpha field podManagementPolicy defines how pods are created,
deleted, and replaced. The new `Parallel` policy will replace pods
as fast as possible, not waiting for the pod to be `Ready` or providing
an order. This allows for advanced clustered software to take advantage
of rapid changes in scale. 
						
						
					 
					
						2017-05-21 01:14:26 -04:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						469df12038 
					 
					
						
						
							
							refactor: move ListOptions references to metav1  
						
						
						
						
					 
					
						2017-01-23 17:52:46 -05:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						9a2a50cda7 
					 
					
						
						
							
							refactor: use metav1.ObjectMeta in other types  
						
						
						
						
					 
					
						2017-01-17 16:17:19 -05:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						6a4d5cd7cc 
					 
					
						
						
							
							start the apimachinery repo  
						
						
						
						
					 
					
						2017-01-11 09:09:48 -05:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						3454a8d52c 
					 
					
						
						
							
							refactor: update bazel, codec, and gofmt  
						
						
						
						
					 
					
						2016-12-03 19:10:53 -05:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						5df8cc39c9 
					 
					
						
						
							
							refactor: generated  
						
						
						
						
					 
					
						2016-12-03 19:10:46 -05:00 
						 
				 
			
				
					
						
							
							
								Janet Kuo 
							
						 
					 
					
						
						
							
						
						10aee82ae3 
					 
					
						
						
							
							Rename PetSet API to StatefulSet  
						
						
						
						
					 
					
						2016-10-27 17:25:10 -07:00 
						 
				 
			
				
					
						
							
							
								David McMahon 
							
						 
					 
					
						
						
							
						
						ef0c9f0c5b 
					 
					
						
						
							
							Remove "All rights reserved" from all the headers.  
						
						
						
						
					 
					
						2016-06-29 17:47:36 -07:00 
						 
				 
			
				
					
						
							
							
								Prashanth Balasubramanian 
							
						 
					 
					
						
						
							
						
						6bc3052551 
					 
					
						
						
							
							PetSet alpha controller  
						
						
						
						
					 
					
						2016-05-04 18:39:17 -07:00 
						 
				 
			
				
					
						
							
							
								Prashanth Balasubramanian 
							
						 
					 
					
						
						
							
						
						0ac10c6cc2 
					 
					
						
						
							
							PetSet type, apps apigroup  
						
						
						
						
					 
					
						2016-04-20 18:49:31 -07:00