|
@@ -847,21 +847,6 @@ func (in *DopplerProvider) DeepCopy() *DopplerProvider {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
-func (in *ExtermalSecretRewriteTransform) DeepCopyInto(out *ExtermalSecretRewriteTransform) {
|
|
|
|
|
- *out = *in
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExtermalSecretRewriteTransform.
|
|
|
|
|
-func (in *ExtermalSecretRewriteTransform) DeepCopy() *ExtermalSecretRewriteTransform {
|
|
|
|
|
- if in == nil {
|
|
|
|
|
- return nil
|
|
|
|
|
- }
|
|
|
|
|
- out := new(ExtermalSecretRewriteTransform)
|
|
|
|
|
- in.DeepCopyInto(out)
|
|
|
|
|
- return out
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
|
func (in *ExternalSecret) DeepCopyInto(out *ExternalSecret) {
|
|
func (in *ExternalSecret) DeepCopyInto(out *ExternalSecret) {
|
|
|
*out = *in
|
|
*out = *in
|
|
|
out.TypeMeta = in.TypeMeta
|
|
out.TypeMeta = in.TypeMeta
|
|
@@ -1064,7 +1049,7 @@ func (in *ExternalSecretRewrite) DeepCopyInto(out *ExternalSecretRewrite) {
|
|
|
}
|
|
}
|
|
|
if in.Transform != nil {
|
|
if in.Transform != nil {
|
|
|
in, out := &in.Transform, &out.Transform
|
|
in, out := &in.Transform, &out.Transform
|
|
|
- *out = new(ExtermalSecretRewriteTransform)
|
|
|
|
|
|
|
+ *out = new(ExternalSecretRewriteTransform)
|
|
|
**out = **in
|
|
**out = **in
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -1095,6 +1080,21 @@ func (in *ExternalSecretRewriteRegexp) DeepCopy() *ExternalSecretRewriteRegexp {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
|
+func (in *ExternalSecretRewriteTransform) DeepCopyInto(out *ExternalSecretRewriteTransform) {
|
|
|
|
|
+ *out = *in
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretRewriteTransform.
|
|
|
|
|
+func (in *ExternalSecretRewriteTransform) DeepCopy() *ExternalSecretRewriteTransform {
|
|
|
|
|
+ if in == nil {
|
|
|
|
|
+ return nil
|
|
|
|
|
+ }
|
|
|
|
|
+ out := new(ExternalSecretRewriteTransform)
|
|
|
|
|
+ in.DeepCopyInto(out)
|
|
|
|
|
+ return out
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
func (in *ExternalSecretSpec) DeepCopyInto(out *ExternalSecretSpec) {
|
|
func (in *ExternalSecretSpec) DeepCopyInto(out *ExternalSecretSpec) {
|
|
|
*out = *in
|
|
*out = *in
|
|
|
out.SecretStoreRef = in.SecretStoreRef
|
|
out.SecretStoreRef = in.SecretStoreRef
|