MCPcopy Create free account
hub / github.com/efficientgo/e2e / NewHTTPSReadinessProbe

Function NewHTTPSReadinessProbe

env.go:292–295  ·  view source on GitHub ↗
(portName, path string, expectedStatusRangeStart, expectedStatusRangeEnd int, expectedContent ...string)

Source from the content-addressed store, hash-verified

290}
291
292func NewHTTPSReadinessProbe(portName, path string, expectedStatusRangeStart, expectedStatusRangeEnd int, expectedContent ...string) *HTTPReadinessProbe {
293 return newHTTPReadinessProbe(portName, path, "HTTPS",
294 expectedStatusRangeStart, expectedStatusRangeEnd, expectedContent...)
295}
296
297func newHTTPReadinessProbe(portName, path, scheme string, expectedStatusRangeStart, expectedStatusRangeEnd int, expectedContent ...string) *HTTPReadinessProbe {
298 return &HTTPReadinessProbe{

Callers

nothing calls this directly

Calls 1

newHTTPReadinessProbeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…