mirror of
https://github.com/rancher/types.git
synced 2025-08-31 12:48:45 +00:00
Generated changes - Ping-saml test and login output
This commit is contained in:
committed by
Alena Prokharchyk
parent
5eb3931b41
commit
a3a682e811
@@ -5713,6 +5713,22 @@ func (in *SamlConfigTestInput) DeepCopy() *SamlConfigTestInput {
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *SamlConfigTestOutput) DeepCopyInto(out *SamlConfigTestOutput) {
|
||||
*out = *in
|
||||
return
|
||||
}
|
||||
|
||||
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SamlConfigTestOutput.
|
||||
func (in *SamlConfigTestOutput) DeepCopy() *SamlConfigTestOutput {
|
||||
if in == nil {
|
||||
return nil
|
||||
}
|
||||
out := new(SamlConfigTestOutput)
|
||||
in.DeepCopyInto(out)
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *SchedulerService) DeepCopyInto(out *SchedulerService) {
|
||||
*out = *in
|
||||
|
Reference in New Issue
Block a user