MCPcopy Create free account
hub / github.com/NVIDIA/gpu-operator / getDefaultContainerProbeSpec

Function getDefaultContainerProbeSpec

internal/state/driver_test.go:707–715  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

705}
706
707func getDefaultContainerProbeSpec() *nvidiav1alpha1.ContainerProbeSpec {
708 return &nvidiav1alpha1.ContainerProbeSpec{
709 InitialDelaySeconds: 60,
710 TimeoutSeconds: 60,
711 PeriodSeconds: 10,
712 SuccessThreshold: 1,
713 FailureThreshold: 120,
714 }
715}
716
717func getSampleAdditionalConfigs() *additionalConfigs {
718 return &additionalConfigs{

Callers 2

TestDriverSpecFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected