Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit d602cdc

Browse files
authored
Keep podGracefulDeletionTimeoutSec as Nullable (#74)
1 parent e658916 commit d602cdc

File tree

1 file changed

+1
-0
lines changed
  • pkg/apis/frameworkcontroller/v1

1 file changed

+1
-0
lines changed

pkg/apis/frameworkcontroller/v1/crd.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ func buildFrameworkSchema() *apiExtensions.CustomResourceValidation {
148148
},
149149
"podGracefulDeletionTimeoutSec": {
150150
Type: "integer",
151+
Nullable: true,
151152
},
152153
"pod": {
153154
Type: "object",

0 commit comments

Comments
 (0)