From 5a68dc54891a4ff4fa6d5308846bfcb493d5aa34 Mon Sep 17 00:00:00 2001 From: Yuqi Wang Date: Wed, 23 Feb 2022 16:48:34 +0800 Subject: [PATCH] Keep podGracefulDeletionTimeoutSec as Nullable --- pkg/apis/frameworkcontroller/v1/crd.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/apis/frameworkcontroller/v1/crd.go b/pkg/apis/frameworkcontroller/v1/crd.go index 3a94d306..89490738 100644 --- a/pkg/apis/frameworkcontroller/v1/crd.go +++ b/pkg/apis/frameworkcontroller/v1/crd.go @@ -148,6 +148,7 @@ func buildFrameworkSchema() *apiExtensions.CustomResourceValidation { }, "podGracefulDeletionTimeoutSec": { Type: "integer", + Nullable: true, }, "pod": { Type: "object",