mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 10:10:30 +00:00
Update zz_generated.deepcopy.go
This commit is contained in:
@@ -589,7 +589,7 @@ func (in *InfisicalPushSecretList) DeepCopyObject() runtime.Object {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 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 *InfisicalPushSecretSecretSource) DeepCopyInto(out *InfisicalPushSecretSecretSource) {
|
func (in *InfisicalPushSecretSource) DeepCopyInto(out *InfisicalPushSecretSource) {
|
||||||
*out = *in
|
*out = *in
|
||||||
if in.Template != nil {
|
if in.Template != nil {
|
||||||
in, out := &in.Template, &out.Template
|
in, out := &in.Template, &out.Template
|
||||||
@@ -598,12 +598,12 @@ func (in *InfisicalPushSecretSecretSource) DeepCopyInto(out *InfisicalPushSecret
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InfisicalPushSecretSecretSource.
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InfisicalPushSecretSource.
|
||||||
func (in *InfisicalPushSecretSecretSource) DeepCopy() *InfisicalPushSecretSecretSource {
|
func (in *InfisicalPushSecretSource) DeepCopy() *InfisicalPushSecretSource {
|
||||||
if in == nil {
|
if in == nil {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
out := new(InfisicalPushSecretSecretSource)
|
out := new(InfisicalPushSecretSource)
|
||||||
in.DeepCopyInto(out)
|
in.DeepCopyInto(out)
|
||||||
return out
|
return out
|
||||||
}
|
}
|
||||||
@@ -992,7 +992,7 @@ func (in *SecretPush) DeepCopyInto(out *SecretPush) {
|
|||||||
*out = *in
|
*out = *in
|
||||||
if in.Secret != nil {
|
if in.Secret != nil {
|
||||||
in, out := &in.Secret, &out.Secret
|
in, out := &in.Secret, &out.Secret
|
||||||
*out = new(InfisicalPushSecretSecretSource)
|
*out = new(InfisicalPushSecretSource)
|
||||||
(*in).DeepCopyInto(*out)
|
(*in).DeepCopyInto(*out)
|
||||||
}
|
}
|
||||||
if in.Generators != nil {
|
if in.Generators != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user