|
|
@@ -3958,33 +3958,33 @@ func (in *WebhookSecret) DeepCopy() *WebhookSecret {
|
|
|
}
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
-func (in *YandexCertificateManagerAuth) DeepCopyInto(out *YandexCertificateManagerAuth) {
|
|
|
+func (in *YandexAuth) DeepCopyInto(out *YandexAuth) {
|
|
|
*out = *in
|
|
|
in.AuthorizedKey.DeepCopyInto(&out.AuthorizedKey)
|
|
|
}
|
|
|
|
|
|
-// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new YandexCertificateManagerAuth.
|
|
|
-func (in *YandexCertificateManagerAuth) DeepCopy() *YandexCertificateManagerAuth {
|
|
|
+// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new YandexAuth.
|
|
|
+func (in *YandexAuth) DeepCopy() *YandexAuth {
|
|
|
if in == nil {
|
|
|
return nil
|
|
|
}
|
|
|
- out := new(YandexCertificateManagerAuth)
|
|
|
+ out := new(YandexAuth)
|
|
|
in.DeepCopyInto(out)
|
|
|
return out
|
|
|
}
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
-func (in *YandexCertificateManagerCAProvider) DeepCopyInto(out *YandexCertificateManagerCAProvider) {
|
|
|
+func (in *YandexCAProvider) DeepCopyInto(out *YandexCAProvider) {
|
|
|
*out = *in
|
|
|
in.Certificate.DeepCopyInto(&out.Certificate)
|
|
|
}
|
|
|
|
|
|
-// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new YandexCertificateManagerCAProvider.
|
|
|
-func (in *YandexCertificateManagerCAProvider) DeepCopy() *YandexCertificateManagerCAProvider {
|
|
|
+// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new YandexCAProvider.
|
|
|
+func (in *YandexCAProvider) DeepCopy() *YandexCAProvider {
|
|
|
if in == nil {
|
|
|
return nil
|
|
|
}
|
|
|
- out := new(YandexCertificateManagerCAProvider)
|
|
|
+ out := new(YandexCAProvider)
|
|
|
in.DeepCopyInto(out)
|
|
|
return out
|
|
|
}
|
|
|
@@ -3995,7 +3995,7 @@ func (in *YandexCertificateManagerProvider) DeepCopyInto(out *YandexCertificateM
|
|
|
in.Auth.DeepCopyInto(&out.Auth)
|
|
|
if in.CAProvider != nil {
|
|
|
in, out := &in.CAProvider, &out.CAProvider
|
|
|
- *out = new(YandexCertificateManagerCAProvider)
|
|
|
+ *out = new(YandexCAProvider)
|
|
|
(*in).DeepCopyInto(*out)
|
|
|
}
|
|
|
}
|
|
|
@@ -4011,44 +4011,12 @@ func (in *YandexCertificateManagerProvider) DeepCopy() *YandexCertificateManager
|
|
|
}
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
-func (in *YandexLockboxAuth) DeepCopyInto(out *YandexLockboxAuth) {
|
|
|
- *out = *in
|
|
|
- in.AuthorizedKey.DeepCopyInto(&out.AuthorizedKey)
|
|
|
-}
|
|
|
-
|
|
|
-// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new YandexLockboxAuth.
|
|
|
-func (in *YandexLockboxAuth) DeepCopy() *YandexLockboxAuth {
|
|
|
- if in == nil {
|
|
|
- return nil
|
|
|
- }
|
|
|
- out := new(YandexLockboxAuth)
|
|
|
- in.DeepCopyInto(out)
|
|
|
- return out
|
|
|
-}
|
|
|
-
|
|
|
-// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
-func (in *YandexLockboxCAProvider) DeepCopyInto(out *YandexLockboxCAProvider) {
|
|
|
- *out = *in
|
|
|
- in.Certificate.DeepCopyInto(&out.Certificate)
|
|
|
-}
|
|
|
-
|
|
|
-// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new YandexLockboxCAProvider.
|
|
|
-func (in *YandexLockboxCAProvider) DeepCopy() *YandexLockboxCAProvider {
|
|
|
- if in == nil {
|
|
|
- return nil
|
|
|
- }
|
|
|
- out := new(YandexLockboxCAProvider)
|
|
|
- in.DeepCopyInto(out)
|
|
|
- return out
|
|
|
-}
|
|
|
-
|
|
|
-// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
func (in *YandexLockboxProvider) DeepCopyInto(out *YandexLockboxProvider) {
|
|
|
*out = *in
|
|
|
in.Auth.DeepCopyInto(&out.Auth)
|
|
|
if in.CAProvider != nil {
|
|
|
in, out := &in.CAProvider, &out.CAProvider
|
|
|
- *out = new(YandexLockboxCAProvider)
|
|
|
+ *out = new(YandexCAProvider)
|
|
|
(*in).DeepCopyInto(*out)
|
|
|
}
|
|
|
}
|