Skip to content

Remove pkg/metrics and pkg/kube-metrics#3484

Merged
bharathi-tenneti merged 4 commits intooperator-framework:masterfrom
hasbro17:remove-pkg-metrics
Jul 22, 2020
Merged

Remove pkg/metrics and pkg/kube-metrics#3484
bharathi-tenneti merged 4 commits intooperator-framework:masterfrom
hasbro17:remove-pkg-metrics

Conversation

@hasbro17
Copy link
Copy Markdown
Contributor

Description of the change:
Remove pkg/metrics and pkg/kube-metrics as they are no longer being used by any of the operator scaffolds after #3466

Motivation for the change:
Removing unused public APIs to prepare for the v1.0.0 release #3327

Copy link
Copy Markdown
Member

@estroz estroz left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci-robot openshift-ci-robot added lgtm Indicates that a PR is ready to be merged. and removed lgtm Indicates that a PR is ready to be merged. labels Jul 22, 2020
Copy link
Copy Markdown
Member

@joelanford joelanford left a comment

Choose a reason for hiding this comment

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

/lgtm

After reverting the added indirect requires (if possible)

Comment thread go.mod Outdated
@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jul 22, 2020
@hasbro17 hasbro17 force-pushed the remove-pkg-metrics branch from 51744bd to 303e935 Compare July 22, 2020 01:32
@openshift-ci-robot openshift-ci-robot removed the lgtm Indicates that a PR is ready to be merged. label Jul 22, 2020
@hasbro17 hasbro17 force-pushed the remove-pkg-metrics branch from 303e935 to e8fd63e Compare July 22, 2020 01:40
Copy link
Copy Markdown
Member

@varshaprasad96 varshaprasad96 left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jul 22, 2020
Comment thread go.mod

require (
github.com/blang/semver v3.5.1+incompatible
github.com/coreos/prometheus-operator v0.38.1-0.20200424145508-7e176fda06cc
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I feel like I remember this dependency being the one that forced us to use replace for k8s.io/client-go. Can you see if we can directly require k8s.io/client-go v0.18.2 now?

@openshift-ci-robot openshift-ci-robot removed the lgtm Indicates that a PR is ready to be merged. label Jul 22, 2020
Copy link
Copy Markdown
Member

@joelanford joelanford left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jul 22, 2020
@bharathi-tenneti bharathi-tenneti merged commit 6a33076 into operator-framework:master Jul 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants