@@ -17,10 +17,10 @@ limitations under the License.
1717
1818// autogenerated by controller-gen object, do not modify manually
1919
20- package v1
20+ package v2
2121
2222import (
23- corev1 "k8s.io/api/core/v1"
23+ "k8s.io/api/core/v1"
2424 metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
2525 runtime "k8s.io/apimachinery/pkg/runtime"
2626)
@@ -242,14 +242,14 @@ func (in *ContainerResourcePolicy) DeepCopyInto(out *ContainerResourcePolicy) {
242242 }
243243 if in .MinAllowed != nil {
244244 in , out := & in .MinAllowed , & out .MinAllowed
245- * out = make (corev1 .ResourceList , len (* in ))
245+ * out = make (v1 .ResourceList , len (* in ))
246246 for key , val := range * in {
247247 (* out )[key ] = val .DeepCopy ()
248248 }
249249 }
250250 if in .MaxAllowed != nil {
251251 in , out := & in .MaxAllowed , & out .MaxAllowed
252- * out = make (corev1 .ResourceList , len (* in ))
252+ * out = make (v1 .ResourceList , len (* in ))
253253 for key , val := range * in {
254254 (* out )[key ] = val .DeepCopy ()
255255 }
@@ -271,7 +271,7 @@ func (in *GlobalResourcePolicy) DeepCopyInto(out *GlobalResourcePolicy) {
271271 * out = * in
272272 if in .MaxAllowed != nil {
273273 in , out := & in .MaxAllowed , & out .MaxAllowed
274- * out = make (corev1 .ResourceList , len (* in ))
274+ * out = make (v1 .ResourceList , len (* in ))
275275 for key , val := range * in {
276276 (* out )[key ] = val .DeepCopy ()
277277 }
0 commit comments