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 13, 2024
1 parent f7a1b54 commit ab45eec
Show file tree
Hide file tree
Showing 6 changed files with 219 additions and 166 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 ab45eec

Please sign in to comment.