mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-19 12:36:39 +00:00
feat: upstream enterprise preview --------- Signed-off-by: Oliver Baehler <oliver@sudo-i.net> Co-authored-by: CorentinPtrl <pitrel.corentin@gmail.com>
201 lines
6.8 KiB
Go
201 lines
6.8 KiB
Go
//go:build !ignore_autogenerated
|
|
|
|
// Copyright 2020-2023 Project Capsule Authors.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Code generated by controller-gen. DO NOT EDIT.
|
|
|
|
package meta
|
|
|
|
import ()
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *Condition) DeepCopyInto(out *Condition) {
|
|
*out = *in
|
|
in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Condition.
|
|
func (in *Condition) DeepCopy() *Condition {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(Condition)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in ConditionList) DeepCopyInto(out *ConditionList) {
|
|
{
|
|
in := &in
|
|
*out = make(ConditionList, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConditionList.
|
|
func (in ConditionList) DeepCopy() ConditionList {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(ConditionList)
|
|
in.DeepCopyInto(out)
|
|
return *out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *LocalObjectReference) DeepCopyInto(out *LocalObjectReference) {
|
|
*out = *in
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocalObjectReference.
|
|
func (in *LocalObjectReference) DeepCopy() *LocalObjectReference {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(LocalObjectReference)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *LocalRFC1123ObjectReference) DeepCopyInto(out *LocalRFC1123ObjectReference) {
|
|
*out = *in
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocalRFC1123ObjectReference.
|
|
func (in *LocalRFC1123ObjectReference) DeepCopy() *LocalRFC1123ObjectReference {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(LocalRFC1123ObjectReference)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *NamespacedObjectReference) DeepCopyInto(out *NamespacedObjectReference) {
|
|
*out = *in
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacedObjectReference.
|
|
func (in *NamespacedObjectReference) DeepCopy() *NamespacedObjectReference {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(NamespacedObjectReference)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *NamespacedObjectReferenceWithNamespace) DeepCopyInto(out *NamespacedObjectReferenceWithNamespace) {
|
|
*out = *in
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacedObjectReferenceWithNamespace.
|
|
func (in *NamespacedObjectReferenceWithNamespace) DeepCopy() *NamespacedObjectReferenceWithNamespace {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(NamespacedObjectReferenceWithNamespace)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *NamespacedObjectWithUIDReference) DeepCopyInto(out *NamespacedObjectWithUIDReference) {
|
|
*out = *in
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacedObjectWithUIDReference.
|
|
func (in *NamespacedObjectWithUIDReference) DeepCopy() *NamespacedObjectWithUIDReference {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(NamespacedObjectWithUIDReference)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *NamespacedRFC1123ObjectReference) DeepCopyInto(out *NamespacedRFC1123ObjectReference) {
|
|
*out = *in
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacedRFC1123ObjectReference.
|
|
func (in *NamespacedRFC1123ObjectReference) DeepCopy() *NamespacedRFC1123ObjectReference {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(NamespacedRFC1123ObjectReference)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *NamespacedRFC1123ObjectReferenceWithNamespace) DeepCopyInto(out *NamespacedRFC1123ObjectReferenceWithNamespace) {
|
|
*out = *in
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacedRFC1123ObjectReferenceWithNamespace.
|
|
func (in *NamespacedRFC1123ObjectReferenceWithNamespace) DeepCopy() *NamespacedRFC1123ObjectReferenceWithNamespace {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(NamespacedRFC1123ObjectReferenceWithNamespace)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *NamespacedRFC1123ObjectReferenceWithNamespaceWithUID) DeepCopyInto(out *NamespacedRFC1123ObjectReferenceWithNamespaceWithUID) {
|
|
*out = *in
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacedRFC1123ObjectReferenceWithNamespaceWithUID.
|
|
func (in *NamespacedRFC1123ObjectReferenceWithNamespaceWithUID) DeepCopy() *NamespacedRFC1123ObjectReferenceWithNamespaceWithUID {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(NamespacedRFC1123ObjectReferenceWithNamespaceWithUID)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *ObjectReferenceStatus) DeepCopyInto(out *ObjectReferenceStatus) {
|
|
*out = *in
|
|
out.ResourceID = in.ResourceID
|
|
in.ObjectReferenceStatusCondition.DeepCopyInto(&out.ObjectReferenceStatusCondition)
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ObjectReferenceStatus.
|
|
func (in *ObjectReferenceStatus) DeepCopy() *ObjectReferenceStatus {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(ObjectReferenceStatus)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *ObjectReferenceStatusCondition) DeepCopyInto(out *ObjectReferenceStatusCondition) {
|
|
*out = *in
|
|
in.LastApply.DeepCopyInto(&out.LastApply)
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ObjectReferenceStatusCondition.
|
|
func (in *ObjectReferenceStatusCondition) DeepCopy() *ObjectReferenceStatusCondition {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(ObjectReferenceStatusCondition)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|