-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
F5 partitions #12
Comments
Not at this moment, as it's based around the |
For entities that have a |
is there a estimate of when the partitioning will be supported? |
I'm doing the best I can to work at it, but had a recent death in the family and some other things that have taken priority. Hopefully "soon" ;) |
no worries, I am sorry to hear that. I have been looking into adding the functionality and have started testing some changes locally. I did have a few questions, if I am on the right track I will submit a PR and hopefully that takes a lot of the work off of you.
were you planning on the addition of the partition functionality to require breaking changes? I am fairly new to Go and it doesn't seem like Go supports optional parameters in functions so adding a parameter will cause current implementations to break. |
I vote to have create take a struct. On the fence about having it be a breaking change. On the one hand you can just as easily make new methods that sit beside the existing. On the other that leads to cruft and confusion and people should be vendoring dependencies anyway. Probably leaning towards breaking change. Can you elaborate on what you mean by the |
I agree that having more methods will just add confusion. Having the Create taking a struct also adds tons of flexibility for tweaking other settings when adding pool members, creating nodes etc. What I mean by the Example using the pools method: New struct:
Pools method:
There is some extra logic in the APIcall function that properly url encodes the params and add them to url. calling the method:
The breaking change here is now those methods require at minimum an empty struct to work. |
Any news about partition support? |
As of right now, this package does support Partitions. See this pull request conversation: #69 |
this issue has a few birthdays on its belt. are there any updates ? |
I see partition being a parameter on some tests. Does it mean the library supports different partition for LTM? |
…0-datagroups Revert "Revert "Add support for data group resource""
Will this work if the F5 has partitions, i did not see any examples specifying a partition. If it does could you provide a brief example?
The text was updated successfully, but these errors were encountered: