mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Generated files
This commit is contained in:
		@@ -5101,7 +5101,7 @@ func autoConvert_v1_Taint_To_api_Taint(in *v1.Taint, out *api.Taint, s conversio
 | 
				
			|||||||
	out.Key = in.Key
 | 
						out.Key = in.Key
 | 
				
			||||||
	out.Value = in.Value
 | 
						out.Value = in.Value
 | 
				
			||||||
	out.Effect = api.TaintEffect(in.Effect)
 | 
						out.Effect = api.TaintEffect(in.Effect)
 | 
				
			||||||
	out.TimeAdded = in.TimeAdded
 | 
						out.TimeAdded = (*meta_v1.Time)(unsafe.Pointer(in.TimeAdded))
 | 
				
			||||||
	return nil
 | 
						return nil
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -5114,7 +5114,7 @@ func autoConvert_api_Taint_To_v1_Taint(in *api.Taint, out *v1.Taint, s conversio
 | 
				
			|||||||
	out.Key = in.Key
 | 
						out.Key = in.Key
 | 
				
			||||||
	out.Value = in.Value
 | 
						out.Value = in.Value
 | 
				
			||||||
	out.Effect = v1.TaintEffect(in.Effect)
 | 
						out.Effect = v1.TaintEffect(in.Effect)
 | 
				
			||||||
	out.TimeAdded = in.TimeAdded
 | 
						out.TimeAdded = (*meta_v1.Time)(unsafe.Pointer(in.TimeAdded))
 | 
				
			||||||
	return nil
 | 
						return nil
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5903,7 +5903,15 @@ func (in *TCPSocketAction) DeepCopy() *TCPSocketAction {
 | 
				
			|||||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | 
					// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | 
				
			||||||
func (in *Taint) DeepCopyInto(out *Taint) {
 | 
					func (in *Taint) DeepCopyInto(out *Taint) {
 | 
				
			||||||
	*out = *in
 | 
						*out = *in
 | 
				
			||||||
	in.TimeAdded.DeepCopyInto(&out.TimeAdded)
 | 
						if in.TimeAdded != nil {
 | 
				
			||||||
 | 
							in, out := &in.TimeAdded, &out.TimeAdded
 | 
				
			||||||
 | 
							if *in == nil {
 | 
				
			||||||
 | 
								*out = nil
 | 
				
			||||||
 | 
							} else {
 | 
				
			||||||
 | 
								*out = new(v1.Time)
 | 
				
			||||||
 | 
								(*in).DeepCopyInto(*out)
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
	return
 | 
						return
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -5905,7 +5905,15 @@ func (in *TCPSocketAction) DeepCopy() *TCPSocketAction {
 | 
				
			|||||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | 
					// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | 
				
			||||||
func (in *Taint) DeepCopyInto(out *Taint) {
 | 
					func (in *Taint) DeepCopyInto(out *Taint) {
 | 
				
			||||||
	*out = *in
 | 
						*out = *in
 | 
				
			||||||
	in.TimeAdded.DeepCopyInto(&out.TimeAdded)
 | 
						if in.TimeAdded != nil {
 | 
				
			||||||
 | 
							in, out := &in.TimeAdded, &out.TimeAdded
 | 
				
			||||||
 | 
							if *in == nil {
 | 
				
			||||||
 | 
								*out = nil
 | 
				
			||||||
 | 
							} else {
 | 
				
			||||||
 | 
								*out = new(meta_v1.Time)
 | 
				
			||||||
 | 
								(*in).DeepCopyInto(*out)
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
	return
 | 
						return
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user