Fix linter issuers

Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
pull/5980/head
Marc Khouzam 5 years ago
parent 61578de6a0
commit 81321532e6

@ -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