Skip to content

Commit

Permalink
Add origin readiness client
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-Kalpakchiev committed Nov 11, 2024
1 parent fee2dd4 commit 8981297
Show file tree
Hide file tree
Showing 6 changed files with 218 additions and 165 deletions.
1 change: 1 addition & 0 deletions lib/backend/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ const (
var (
ReadinessCheckNamespace string = core.NamespaceFixture()
ReadinessCheckName string = core.DigestFixture().Hex()
ReadinessCheckDigest, _ = core.NewSHA256DigestFromHex(ReadinessCheckName)
)
182 changes: 101 additions & 81 deletions mocks/origin/blobclient/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8981297

Please sign in to comment.