This commit is contained in:
@@ -944,6 +944,7 @@ func (in *OrganizationList) DeepCopyObject() runtime.Object {
|
||||
func (in *OrganizationRef) DeepCopyInto(out *OrganizationRef) {
|
||||
*out = *in
|
||||
out.ObjectReference = in.ObjectReference
|
||||
out.ConnectionRef = in.ConnectionRef
|
||||
}
|
||||
|
||||
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OrganizationRef.
|
||||
@@ -1108,6 +1109,7 @@ func (in *ProjectList) DeepCopyObject() runtime.Object {
|
||||
func (in *ProjectRef) DeepCopyInto(out *ProjectRef) {
|
||||
*out = *in
|
||||
out.ObjectReference = in.ObjectReference
|
||||
out.ConnectionRef = in.ConnectionRef
|
||||
}
|
||||
|
||||
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectRef.
|
||||
@@ -1190,6 +1192,21 @@ func (in *ProjectStatus) DeepCopy() *ProjectStatus {
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *ResolvedReference) DeepCopyInto(out *ResolvedReference) {
|
||||
*out = *in
|
||||
}
|
||||
|
||||
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResolvedReference.
|
||||
func (in *ResolvedReference) DeepCopy() *ResolvedReference {
|
||||
if in == nil {
|
||||
return nil
|
||||
}
|
||||
out := new(ResolvedReference)
|
||||
in.DeepCopyInto(out)
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *Resource) DeepCopyInto(out *Resource) {
|
||||
*out = *in
|
||||
|
||||
Reference in New Issue
Block a user