Merge pull request #114307 from rphillips/promote_probe_termination_grace_period

ProbeTerminationGracePeriod promote to GA
This commit is contained in:
Kubernetes Prow Robot
2023-07-13 13:41:38 -07:00
committed by GitHub
4 changed files with 4 additions and 106 deletions

View File

@@ -6522,8 +6522,6 @@ func TestValidateProbe(t *testing.T) {
}
func Test_validateProbe(t *testing.T) {
defer featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.ProbeTerminationGracePeriod, true)()
fldPath := field.NewPath("test")
type args struct {
probe *core.Probe