|
@@ -1931,6 +1931,21 @@ func (in *NoSecretError) DeepCopy() *NoSecretError {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 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 *NotModifiedError) DeepCopyInto(out *NotModifiedError) {
|
|
|
|
|
+ *out = *in
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NotModifiedError.
|
|
|
|
|
+func (in *NotModifiedError) DeepCopy() *NotModifiedError {
|
|
|
|
|
+ if in == nil {
|
|
|
|
|
+ return nil
|
|
|
|
|
+ }
|
|
|
|
|
+ out := new(NotModifiedError)
|
|
|
|
|
+ in.DeepCopyInto(out)
|
|
|
|
|
+ return out
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
func (in *OnboardbaseAuthSecretRef) DeepCopyInto(out *OnboardbaseAuthSecretRef) {
|
|
func (in *OnboardbaseAuthSecretRef) DeepCopyInto(out *OnboardbaseAuthSecretRef) {
|
|
|
*out = *in
|
|
*out = *in
|
|
|
in.OnboardbaseAPIKeyRef.DeepCopyInto(&out.OnboardbaseAPIKeyRef)
|
|
in.OnboardbaseAPIKeyRef.DeepCopyInto(&out.OnboardbaseAPIKeyRef)
|