1
0
mirror of https://github.com/rancher/types.git synced 2025-09-17 07:19:17 +00:00

generated code

This commit is contained in:
moelsayed
2019-03-08 21:50:35 +02:00
committed by Alena Prokharchyk
parent 3b644de40f
commit 6e04fa3e4a
2 changed files with 7 additions and 0 deletions

View File

@@ -427,6 +427,11 @@ func (in *AzureCloudProvider) DeepCopy() *AzureCloudProvider {
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *BackupConfig) DeepCopyInto(out *BackupConfig) {
*out = *in
if in.Enabled != nil {
in, out := &in.Enabled, &out.Enabled
*out = new(bool)
**out = **in
}
if in.S3BackupConfig != nil {
in, out := &in.S3BackupConfig, &out.S3BackupConfig
*out = new(S3BackupConfig)