Skip to content

cleaned up the Dep manifest for k8s 1.10 #114

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

Merged
merged 1 commit into from
Aug 23, 2018

Conversation

droot
Copy link
Contributor

@droot droot commented Aug 22, 2018

Updated the Gopkg.toml file to pin only the k8s deps.

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: droot

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

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 22, 2018
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Aug 22, 2018
@droot droot force-pushed the k8s-1.10-with-clean-deps branch from 116c1a8 to beafcf9 Compare August 22, 2018 20:29
@droot droot force-pushed the k8s-1.10-with-clean-deps branch from beafcf9 to 60966b1 Compare August 22, 2018 21:10
@k8s-ci-robot k8s-ci-robot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Aug 22, 2018
@mengqiy
Copy link
Member

mengqiy commented Aug 23, 2018

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 23, 2018
@k8s-ci-robot k8s-ci-robot merged commit 9f64e28 into kubernetes-sigs:master Aug 23, 2018
name = "github.com/go-logr/logr"
revision = "9fb12b3b21c5415d16ac18dc5cd42c1cfdd40c4e"

[[constraint]]
Copy link
Contributor

Choose a reason for hiding this comment

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

any uses of glog are a mistake, and we should fix them (and probably have a lint).

Copy link
Member

Choose a reason for hiding this comment

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

@DirectXMan12 Why you think we should stay away from glog?

Copy link
Contributor

Choose a reason for hiding this comment

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

The direct reason is that we decided to use structured logging with logr for this library.

We decided to go with that because we've been wanting to experiment with moving away from glog for a while. It has a number of deficiencies (confusing flags, bad defaults, etc), it's not pluggable for people using other logging mechanisms, and it's unstructured. Structured logging lets us capture useful information in a much-easier-to-parse way.

justinsb pushed a commit to justinsb/controller-runtime that referenced this pull request Dec 7, 2018
…-deps

cleaned up the Dep manifest for k8s 1.10
DirectXMan12 pushed a commit that referenced this pull request Jan 31, 2020
Control -x in test.sh with TRACE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants