Skip to content

Commit

Permalink
Add imagequalify generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
frobware committed Jan 10, 2018
1 parent 723d2e4 commit 486eda7
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
35 changes: 35 additions & 0 deletions pkg/image/admission/imagequalify/api/v1/zz_generated.deepcopy.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
// +build !ignore_autogenerated_openshift

// This file was autogenerated by deepcopy-gen. Do not edit it manually!

package v1

import (
runtime "k8s.io/apimachinery/pkg/runtime"
)

// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *ImageQualifyConfig) DeepCopyInto(out *ImageQualifyConfig) {
*out = *in
out.TypeMeta = in.TypeMeta
return
}

// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImageQualifyConfig.
func (in *ImageQualifyConfig) DeepCopy() *ImageQualifyConfig {
if in == nil {
return nil
}
out := new(ImageQualifyConfig)
in.DeepCopyInto(out)
return out
}

// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (in *ImageQualifyConfig) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
} else {
return nil
}
}
35 changes: 35 additions & 0 deletions pkg/image/admission/imagequalify/api/zz_generated.deepcopy.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
// +build !ignore_autogenerated_openshift

// This file was autogenerated by deepcopy-gen. Do not edit it manually!

package api

import (
runtime "k8s.io/apimachinery/pkg/runtime"
)

// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *ImageQualifyConfig) DeepCopyInto(out *ImageQualifyConfig) {
*out = *in
out.TypeMeta = in.TypeMeta
return
}

// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImageQualifyConfig.
func (in *ImageQualifyConfig) DeepCopy() *ImageQualifyConfig {
if in == nil {
return nil
}
out := new(ImageQualifyConfig)
in.DeepCopyInto(out)
return out
}

// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (in *ImageQualifyConfig) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
} else {
return nil
}
}

0 comments on commit 486eda7

Please sign in to comment.