ProbeTerminationGracePeriod promote to GA

This commit is contained in:
Ryan Phillips
2022-12-06 09:18:47 -06:00
parent af92da5cb7
commit ae08fe1e19
4 changed files with 4 additions and 106 deletions

View File

@@ -6554,8 +6554,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