We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26093fa + 1ad3ad7 commit 0403599Copy full SHA for 0403599
pkg/image/controller/controller.go
@@ -101,9 +101,6 @@ func resetScheduledTags(stream *api.ImageStream) {
101
}
102
103
104
-// retryCount is the number of times to retry on a conflict when updating an image stream
105
-const retryCount = 2
106
-
107
// Next processes the given image stream, looking for streams that have DockerImageRepository
108
// set but have not yet been marked as "ready". If transient errors occur, err is returned but
109
// the image stream is not modified (so it will be tried again later). If a permanent
0 commit comments