• Kubernetes Submit Queue's avatar
    Merge pull request #46640 from derekwaynecarr/active-deadline-seconds-fix · 91cef78f
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 46661, 46562, 46657, 46655, 46640)
    
    Improve validation of active deadline seconds
    
    **What this PR does / why we need it**:
    Improve validation of active deadline seconds to not allow it to be larger than max uint32.
    
    If users choose a value that is too large, the conversion of that value to a duration in seconds can cause an overflow.  I see no practical benefit of having a value larger than uint32 at this time.
    
    xref: https://bugzilla.redhat.com/show_bug.cgi?id=1456156
    
    **Release note**:
    ```release-note
    Restrict active deadline seconds max allowed value to be maximum uint32
    ```
    91cef78f
Name
Last commit
Last update
..
testdata/v1 Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
doc.go Loading commit data...
events.go Loading commit data...
events_test.go Loading commit data...
schema.go Loading commit data...
schema_test.go Loading commit data...
validation.go Loading commit data...
validation_test.go Loading commit data...