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: case *corev1.ReplicationController:
ok, err = w.podsReadyForObject(value.Namespace, value) 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 // condition if some pods have not been scheduled yet. This logic
// should be refactored to do similar checks to what is done for // should be refactored to do similar checks to what is done for
// Deployments // Deployments

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

Loading…
Cancel
Save