Skip to content

fix: bump kube-linter to version which supports more recent k8s apis #189

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

Conversation

Ajpantuso
Copy link
Contributor

Summary

Bumps kube-linter to a commit which supports more recent k8s apis.

@openshift-ci openshift-ci bot requested review from apahim and jmelis October 13, 2022 18:21
@openshift-ci
Copy link

openshift-ci bot commented Oct 13, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Ajpantuso

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@codecov-commenter
Copy link

Codecov Report

Merging #189 (4477006) into master (554174c) will increase coverage by 0.07%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #189      +/-   ##
==========================================
+ Coverage   21.05%   21.13%   +0.07%     
==========================================
  Files          20       20              
  Lines         793      790       -3     
==========================================
  Hits          167      167              
+ Misses        608      605       -3     
  Partials       18       18              
Impacted Files Coverage Δ
cmd/manager/main.go 0.00% <0.00%> (ø)

@Ajpantuso Ajpantuso force-pushed the apantuso/bump_kube-linter_version branch from 4477006 to d1c4ef9 Compare October 13, 2022 18:38
@@ -196,8 +196,8 @@ func getManagerOptions(scheme *k8sruntime.Scheme, opts options) (manager.Options
HealthProbeBindAddress: opts.ProbeAddr,
MetricsBindAddress: "0", // disable controller-runtime managed prometheus endpoint
// disable caching of everything
ClientBuilder: &newUncachedClientBuilder{},
Scheme: scheme,
NewClient: newClient,
Copy link
Contributor

Choose a reason for hiding this comment

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

interesting change 👍

it took a minute for me the get my mind around this change 😄 , ClientBuilder is deprecated.
cc @thetechnick (fyi)

@nikhil-thomas
Copy link
Contributor

/lgtm
/woof

@openshift-ci
Copy link

openshift-ci bot commented Oct 14, 2022

@nikhil-thomas: dog image

In response to this:

/lgtm
/woof

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci openshift-ci bot added the lgtm label Oct 14, 2022
@openshift-merge-robot openshift-merge-robot merged commit 3909af1 into app-sre:master Oct 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants