mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	autogen: PostFilter
This commit is contained in:
		@@ -622,6 +622,15 @@ func autoConvert_v1beta1_Plugins_To_config_Plugins(in *v1beta1.Plugins, out *con
 | 
				
			|||||||
	} else {
 | 
						} else {
 | 
				
			||||||
		out.Filter = nil
 | 
							out.Filter = nil
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
						if in.PostFilter != nil {
 | 
				
			||||||
 | 
							in, out := &in.PostFilter, &out.PostFilter
 | 
				
			||||||
 | 
							*out = new(config.PluginSet)
 | 
				
			||||||
 | 
							if err := Convert_v1beta1_PluginSet_To_config_PluginSet(*in, *out, s); err != nil {
 | 
				
			||||||
 | 
								return err
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
						} else {
 | 
				
			||||||
 | 
							out.PostFilter = nil
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
	if in.PreScore != nil {
 | 
						if in.PreScore != nil {
 | 
				
			||||||
		in, out := &in.PreScore, &out.PreScore
 | 
							in, out := &in.PreScore, &out.PreScore
 | 
				
			||||||
		*out = new(config.PluginSet)
 | 
							*out = new(config.PluginSet)
 | 
				
			||||||
@@ -730,6 +739,15 @@ func autoConvert_config_Plugins_To_v1beta1_Plugins(in *config.Plugins, out *v1be
 | 
				
			|||||||
	} else {
 | 
						} else {
 | 
				
			||||||
		out.Filter = nil
 | 
							out.Filter = nil
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
						if in.PostFilter != nil {
 | 
				
			||||||
 | 
							in, out := &in.PostFilter, &out.PostFilter
 | 
				
			||||||
 | 
							*out = new(v1beta1.PluginSet)
 | 
				
			||||||
 | 
							if err := Convert_config_PluginSet_To_v1beta1_PluginSet(*in, *out, s); err != nil {
 | 
				
			||||||
 | 
								return err
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
						} else {
 | 
				
			||||||
 | 
							out.PostFilter = nil
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
	if in.PreScore != nil {
 | 
						if in.PreScore != nil {
 | 
				
			||||||
		in, out := &in.PreScore, &out.PreScore
 | 
							in, out := &in.PreScore, &out.PreScore
 | 
				
			||||||
		*out = new(v1beta1.PluginSet)
 | 
							*out = new(v1beta1.PluginSet)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -445,6 +445,11 @@ func (in *Plugins) DeepCopyInto(out *Plugins) {
 | 
				
			|||||||
		*out = new(PluginSet)
 | 
							*out = new(PluginSet)
 | 
				
			||||||
		(*in).DeepCopyInto(*out)
 | 
							(*in).DeepCopyInto(*out)
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
						if in.PostFilter != nil {
 | 
				
			||||||
 | 
							in, out := &in.PostFilter, &out.PostFilter
 | 
				
			||||||
 | 
							*out = new(PluginSet)
 | 
				
			||||||
 | 
							(*in).DeepCopyInto(*out)
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
	if in.PreScore != nil {
 | 
						if in.PreScore != nil {
 | 
				
			||||||
		in, out := &in.PreScore, &out.PreScore
 | 
							in, out := &in.PreScore, &out.PreScore
 | 
				
			||||||
		*out = new(PluginSet)
 | 
							*out = new(PluginSet)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -387,6 +387,11 @@ func (in *Plugins) DeepCopyInto(out *Plugins) {
 | 
				
			|||||||
		*out = new(PluginSet)
 | 
							*out = new(PluginSet)
 | 
				
			||||||
		(*in).DeepCopyInto(*out)
 | 
							(*in).DeepCopyInto(*out)
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
						if in.PostFilter != nil {
 | 
				
			||||||
 | 
							in, out := &in.PostFilter, &out.PostFilter
 | 
				
			||||||
 | 
							*out = new(PluginSet)
 | 
				
			||||||
 | 
							(*in).DeepCopyInto(*out)
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
	if in.PreScore != nil {
 | 
						if in.PreScore != nil {
 | 
				
			||||||
		in, out := &in.PreScore, &out.PreScore
 | 
							in, out := &in.PreScore, &out.PreScore
 | 
				
			||||||
		*out = new(PluginSet)
 | 
							*out = new(PluginSet)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user