This is an automated email from the ASF dual-hosted git repository.
vishesh92 pushed a change to branch fix-protocol-toggle
in repository
https://gitbox.apache.org/repos/asf/cloudstack-kubernetes-provider.git
discard 4c107fc5 Update load balancer rules in place when the protocol changes
add 4170ad5c Add pagination to cloudstack api calls (#102)
add 5147f764 Add version as a config variable and use listCapabilities to
fetch the version (#101)
add af3d4186 Update load balancer rules in place when the protocol changes
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (4c107fc5)
\
N -- N -- N refs/heads/fix-protocol-toggle (af3d4186)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
README.md | 9 +-
cloudstack.go | 43 +++-
cloudstack_loadbalancer.go | 146 +++++++++----
cloudstack_loadbalancer_test.go | 457 ++++++++++++++++++++++++++++++++++++++++
cloudstack_test.go | 283 ++++++++++++-------------
docs/development.md | 6 +-
pagination.go | 118 +++++++++++
pagination_test.go | 305 +++++++++++++++++++++++++++
8 files changed, 1160 insertions(+), 207 deletions(-)
create mode 100644 pagination.go
create mode 100644 pagination_test.go