ocp components simplify,clarify names - #496
Conversation
fda1edc to
a68740f
Compare
There was a problem hiding this comment.
logrus.Warningf("Failed to apply openshift namespaces %v", err)
There was a problem hiding this comment.
looking thru the code, the other examples show lower case, i wasn't sure so i went w/ that
There was a problem hiding this comment.
I know that is why I didn't request review changes, the klog PR will change all the lower case to upper case anyways as per https://pkg.go.dev/k8s.io/klog#pkg-overview
There was a problem hiding this comment.
logrus.Warningf("Failed to apply apps %v: %v", apps, err)
There was a problem hiding this comment.
logrus.Infof("Starting openshift-apiserver %s, args: %v", cfg.NodeIP, args)
|
/test all |
|
/lgtm I'd change the case as suggested by Parul. |
Signed-off-by: Sally O'Malley <somalley@redhat.com>
a68740f to
3bf1a00
Compare
|
/approved |
|
@sallyom: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fzdarsky, husky-parul, mangelajo The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Sally O'Malley somalley@redhat.com
PR to update names of PrepJob, APIComponents service managers, files, and functions to describe what they do:
Closes #