Documentation ¶
Overview ¶
Package shared contains functions and types that can be used across various versions of conformance tests, e.g. checkers, requests senders, etc.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DigestResolutionExceptions = sets.New("kind.local", "ko.local", "dev.local")
DigestResolutionExceptions holds the set of "registry" domains for which digest resolution is not required. These "registry" domains are generally associated with images that aren't actually published to a registry, but side-loaded into the cluster's container daemon via an operation like `docker load` or `kind load`.
Functions ¶
func CheckDistribution ¶
func CheckDistribution(ctx context.Context, t testing.TB, clients *test.Clients, url *url.URL, num, min int, expectedResponses []string, resolvable bool) error
CheckDistribution sends "num" requests to "domain", then validates that we see each body in "expectedResponses" at least "min" times.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.