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",