mirror of
https://github.com/rancher/types.git
synced 2025-06-27 05:56:50 +00:00
generate code
This commit is contained in:
parent
79c7a790de
commit
e280b8a142
@ -164,22 +164,6 @@ func (in *AlertStatus) DeepCopy() *AlertStatus {
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *AlertSystemImages) DeepCopyInto(out *AlertSystemImages) {
|
||||
*out = *in
|
||||
return
|
||||
}
|
||||
|
||||
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AlertSystemImages.
|
||||
func (in *AlertSystemImages) DeepCopy() *AlertSystemImages {
|
||||
if in == nil {
|
||||
return nil
|
||||
}
|
||||
out := new(AlertSystemImages)
|
||||
in.DeepCopyInto(out)
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *AlidnsProviderConfig) DeepCopyInto(out *AlidnsProviderConfig) {
|
||||
*out = *in
|
||||
@ -4628,22 +4612,6 @@ func (in *LoggingCondition) DeepCopy() *LoggingCondition {
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *LoggingSystemImages) DeepCopyInto(out *LoggingSystemImages) {
|
||||
*out = *in
|
||||
return
|
||||
}
|
||||
|
||||
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LoggingSystemImages.
|
||||
func (in *LoggingSystemImages) DeepCopy() *LoggingSystemImages {
|
||||
if in == nil {
|
||||
return nil
|
||||
}
|
||||
out := new(LoggingSystemImages)
|
||||
in.DeepCopyInto(out)
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *LoggingTargets) DeepCopyInto(out *LoggingTargets) {
|
||||
*out = *in
|
||||
|
Loading…
Reference in New Issue
Block a user