Eric Paris 
							
						 
					 
					
						
						
							
						
						6b3a6e6b98 
					 
					
						
						
							
							Make copyright ownership statement generic  
						
						... 
						
						
						
						Instead of saying "Google Inc." (which is not always correct) say "The
Kubernetes Authors", which is generic. 
						
						
					 
					
						2015-05-01 17:49:56 -04:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						d516a86633 
					 
					
						
						
							
							Use UTC when marshalling times and Local when unmarshalling  
						
						... 
						
						
						
						Marshal to UTC and read into Local, which means clients automatically
show local time and stored values are always consistent. 
						
						
					 
					
						2015-03-18 17:44:35 -04:00 
						 
				 
			
				
					
						
							
							
								Sam Ghods 
							
						 
					 
					
						
						
							
						
						6399854240 
					 
					
						
						
							
							Remove unused YAML tags and GetYAML/SetYAML methods  
						
						... 
						
						
						
						Unneeded after move to ghodss/yaml. 
						
						
					 
					
						2014-12-02 16:25:28 -08:00 
						 
				 
			
				
					
						
							
							
								Sam Ghods 
							
						 
					 
					
						
						
							
						
						9a9a1e0939 
					 
					
						
						
							
							Move from go-yaml/yaml to ghodss/yaml  
						
						
						
						
					 
					
						2014-12-02 16:24:05 -08:00 
						 
				 
			
				
					
						
							
							
								Paul Morie 
							
						 
					 
					
						
						
							
						
						47fd5842ad 
					 
					
						
						
							
							Fix typo in tests  
						
						
						
						
					 
					
						2014-08-21 17:02:28 -04:00 
						 
				 
			
				
					
						
							
							
								derekwaynecarr 
							
						 
					 
					
						
						
							
						
						8c07a0f524 
					 
					
						
						
							
							Fix verify-boilerplate  
						
						
						
						
					 
					
						2014-08-15 13:12:01 -05:00 
						 
				 
			
				
					
						
							
							
								Paul Morie 
							
						 
					 
					
						
						
							
						
						c69160059b 
					 
					
						
						
							
							Change CreationTimestamp to a util.Time and set in each storage implementation  
						
						... 
						
						
						
						Because time.Time doesn't work correctly with our YAML package, it is necessary
to introduce a type, util.Time, which serializes correctly to JSON and YAML.
Eventually we would like timestamping to cut across storage implementations;
for now, we set it in each storage. 
						
						
					 
					
						2014-08-14 16:26:29 -04:00