forked from openshift/osd-cluster-ready
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Do maxClusterAge check first. - Pull maxHealthCheckDurationMinutes into a variable for easier changing later when we want to calculate it. - Start cleaning up silence module to allow crisper public/private boundary. (More work to do here.) - Change module name from osd-cluster-ready-job to osd-cluster-ready (left over from iamkirbater origins). - Rename some things in the 'silence' module to be less stuttery. - Correct the README wrt extending silences (missed in openshift#2). - Fix some comment typos. Add & flesh out other comments.
- Loading branch information
Showing
4 changed files
with
49 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module github.com/openshift/osd-cluster-ready-job | ||
module github.com/openshift/osd-cluster-ready | ||
|
||
go 1.15 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters