mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
When the user provides a hostname with trailing slashes like https://localhost:6443/, the openshift library fails to enumerate the APIs from the given cluster. This fix removes any extra trailing slashes before sending it to the openshift DynamicClient. Fixes: #52 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>