func()

in api/v1beta2/zz_generated.deepcopy.go [185:192]


func (in *AuthenticationMethod) DeepCopy() *AuthenticationMethod {
	if in == nil {
		return nil
	}
	out := new(AuthenticationMethod)
	in.DeepCopyInto(out)
	return out
}