1
0
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:
rajashree
2018-07-20 12:17:06 -07:00
committed by Alena Prokharchyk
parent 5eb3931b41
commit a3a682e811
6 changed files with 66 additions and 14 deletions

View File

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