This repository has been archived by the owner on Sep 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Fix up fmt.Printlns everywhere #22
Labels
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
lifecycle/active
Indicates that an issue or PR is actively being worked on by a contributor.
Comments
chuckha
added
kind/feature
Categorizes issue or PR as related to a new feature.
and removed
kind/feature
Categorizes issue or PR as related to a new feature.
labels
Jun 25, 2019
/kind feature |
k8s-ci-robot
added
the
kind/feature
Categorizes issue or PR as related to a new feature.
label
Jun 25, 2019
/remove-kind feature |
k8s-ci-robot
added
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
and removed
kind/feature
Categorizes issue or PR as related to a new feature.
labels
Jun 25, 2019
/lifecycle active |
k8s-ci-robot
added
the
lifecycle/active
Indicates that an issue or PR is actively being worked on by a contributor.
label
Jun 25, 2019
There are 2 main sections that have |
Merged
I think this is fine too close. there is still some work to do but will be handled by other issues /close |
@chuckha: Closing this issue. In response to this:
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. |
6 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
lifecycle/active
Indicates that an issue or PR is actively being worked on by a contributor.
There are a lot of fmt.Printlns. They should be treated as a logging dependency, as in, for now it's ok to add a parameter to the function that is a logger interface. We have been using
logr.Logger
in a few places, so I think it would be good to continue using that./kind enhancement
The text was updated successfully, but these errors were encountered: