pkg/apis/config/v1beta1/zz_generated.deepcopy.go [42:49]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
func (in *CapacitySchedulingArgs) DeepCopy() *CapacitySchedulingArgs {
	if in == nil {
		return nil
	}
	out := new(CapacitySchedulingArgs)
	in.DeepCopyInto(out)
	return out
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



pkg/apis/config/zz_generated.deepcopy.go [37:44]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
func (in *CapacitySchedulingArgs) DeepCopy() *CapacitySchedulingArgs {
	if in == nil {
		return nil
	}
	out := new(CapacitySchedulingArgs)
	in.DeepCopyInto(out)
	return out
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



