Skip to content
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

Functionality to call ingress operations after discovering APIVersion #1138

Merged
merged 8 commits into from
Nov 24, 2021

Conversation

viveksinghggits
Copy link
Contributor

@viveksinghggits viveksinghggits commented Nov 12, 2021

Change Overview

To support k8s version 1.17 and 1.22 we will have to make sure that we are getting the ingress resources from the api version that is present on the cluster, for example we can not get ingresses from api version networking/v1 on k8s versions 1.22.
This PR adds wrappers that can be used to figure out which api version ingresses are part and then call the helper methods to eventually call the verb methods (get/list) from respective apis.

Pull request type

Please check the type of change your PR introduces:

  • 🚧 Work in Progress
  • 🌈 Refactoring (no functional changes, no api changes)
  • 🐹 Trivial/Minor
  • 🐛 Bugfix
  • 🌻 Feature
  • 🗺️ Documentation
  • 🤖 Test

Issues

  • #XXX

Test Plan

  • 💪 Manual
  • ⚡ Unit test
  • 💚 E2E

This commit adds wrapper around the std API's get and list
methods so that we can first figure out which api version
ingresses are part of, and then can call the respective methods.
@viveksinghggits viveksinghggits changed the title [WIP] Functionality to call ingress operations after discovering APIVersion Functionality to call ingress operations after discovering APIVersion Nov 16, 2021
Apart from getting/listting and creating the ingress resources
we would also need to get the ingress path of provided ingress
resource.
Since that would depend on which APIVersion the ingress resource
is from, its better we have that method as part of this interface.
pkg/kube/discover.go Outdated Show resolved Hide resolved
pkg/kube/discover.go Show resolved Hide resolved
pkg/kube/discover.go Outdated Show resolved Hide resolved
pkg/kube/ingress/ingressmgr.go Outdated Show resolved Hide resolved
pkg/kube/ingress/ingress_extbeta.go Outdated Show resolved Hide resolved
pkg/kube/ingress/ingress_netbeta.go Outdated Show resolved Hide resolved
pkg/kube/ingress/ingress_netv1.go Outdated Show resolved Hide resolved
Copy link
Contributor

@pavannd1 pavannd1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mergify mergify bot merged commit 551d676 into master Nov 24, 2021
@mergify mergify bot deleted the ingress-discovery branch November 24, 2021 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants