1
0
mirror of https://github.com/rancher/types.git synced 2025-09-16 14:59:16 +00:00

go generate

This commit is contained in:
Fyery
2018-12-26 17:58:09 +08:00
committed by Alena Prokharchyk
parent 38ff6b5c9e
commit 0fe6b540ae
4 changed files with 126 additions and 0 deletions

View File

@@ -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