mirror of
https://github.com/rancher/types.git
synced 2025-09-18 07:52:41 +00:00
Generated changes - ADFS
This commit is contained in:
committed by
Alena Prokharchyk
parent
a4d5b65545
commit
9898f6e9aa
@@ -7,6 +7,31 @@ import (
|
||||
version "k8s.io/apimachinery/pkg/version"
|
||||
)
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *ADFSConfig) DeepCopyInto(out *ADFSConfig) {
|
||||
*out = *in
|
||||
in.SamlConfig.DeepCopyInto(&out.SamlConfig)
|
||||
return
|
||||
}
|
||||
|
||||
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ADFSConfig.
|
||||
func (in *ADFSConfig) DeepCopy() *ADFSConfig {
|
||||
if in == nil {
|
||||
return nil
|
||||
}
|
||||
out := new(ADFSConfig)
|
||||
in.DeepCopyInto(out)
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
||||
func (in *ADFSConfig) 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 *AWSCloudProvider) DeepCopyInto(out *AWSCloudProvider) {
|
||||
*out = *in
|
||||
|
@@ -4,6 +4,31 @@ import (
|
||||
runtime "k8s.io/apimachinery/pkg/runtime"
|
||||
)
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *ADFSProvider) DeepCopyInto(out *ADFSProvider) {
|
||||
*out = *in
|
||||
in.SamlProvider.DeepCopyInto(&out.SamlProvider)
|
||||
return
|
||||
}
|
||||
|
||||
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ADFSProvider.
|
||||
func (in *ADFSProvider) DeepCopy() *ADFSProvider {
|
||||
if in == nil {
|
||||
return nil
|
||||
}
|
||||
out := new(ADFSProvider)
|
||||
in.DeepCopyInto(out)
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
||||
func (in *ADFSProvider) 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 *ActiveDirectoryProvider) DeepCopyInto(out *ActiveDirectoryProvider) {
|
||||
*out = *in
|
||||
|
Reference in New Issue
Block a user