Merge pull request #5980 from VilledeMontreal/fix-v3/linter

Fix linter issuers
pull/5971/head
Matthew Fisher 5 years ago committed by GitHub
commit 5e2e7b7aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -131,7 +131,7 @@ func (w *waiter) waitForResources(created Result) error {
}
case *corev1.ReplicationController:
ok, err = w.podsReadyForObject(value.Namespace, value)
// TODO(Taylor): This works, but ends up with a possible race
// TODO(Taylor): This works, but ends up with a possible race
// condition if some pods have not been scheduled yet. This logic
// should be refactored to do similar checks to what is done for
// Deployments

@ -71,7 +71,7 @@ func (suite *RegistryClientTestSuite) SetupSuite() {
// Init test client
suite.RegistryClient = NewClient(&ClientOptions{
Out: suite.Out,
Out: suite.Out,
Authorizer: Authorizer{
Client: client,
},

Loading…
Cancel
Save