mirror of
https://github.com/rancher/types.git
synced 2025-09-16 14:59:16 +00:00
go generate
This commit is contained in:
@@ -4828,6 +4828,31 @@ func (in *NotifierStatus) DeepCopy() *NotifierStatus {
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *OKTAConfig) DeepCopyInto(out *OKTAConfig) {
|
||||
*out = *in
|
||||
in.SamlConfig.DeepCopyInto(&out.SamlConfig)
|
||||
return
|
||||
}
|
||||
|
||||
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OKTAConfig.
|
||||
func (in *OKTAConfig) DeepCopy() *OKTAConfig {
|
||||
if in == nil {
|
||||
return nil
|
||||
}
|
||||
out := new(OKTAConfig)
|
||||
in.DeepCopyInto(out)
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
||||
func (in *OKTAConfig) DeepCopyObject() runtime.Object {
|
||||
if c := in.DeepCopy(); c != nil {
|
||||
return c
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *OpenLdapConfig) DeepCopyInto(out *OpenLdapConfig) {
|
||||
*out = *in
|
||||
|
Reference in New Issue
Block a user