• Kubernetes Submit Queue's avatar
    Merge pull request #39469 from kevin-wangzefeng/forgiveness-API-changes · 760a51f0
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 39469, 40557)
    
    Forgiveness api changes
    
    **What this PR does / why we need it**:
    Splited from #34825 , contains api changes that are needed to implement forgiveness:
    1. update toleration api types to support forgiveness, added a new field forgivenessSeconds to indicate the duration of time it tolerates a taint.
    2. update taint api types, added a new field to indicate the time the taint is added.
    
    **Which issue this PR fixes** : 
    Related issue: #1574
    Related PR: #34825 
    
    **Special notes for your reviewer**:
    
    **Release note**:
    
    ```release-note
    forgiveness alpha version api definition
    ```
    760a51f0
Name
Last commit
Last update
..
endpoints Loading commit data...
pod Loading commit data...
service Loading commit data...
validation Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
backward_compatibility_test.go Loading commit data...
conversion.go Loading commit data...
conversion_test.go Loading commit data...
defaults.go Loading commit data...
defaults_test.go Loading commit data...
doc.go Loading commit data...
generate.go Loading commit data...
generated.pb.go Loading commit data...
generated.proto Loading commit data...
helpers.go Loading commit data...
helpers_test.go Loading commit data...
meta.go Loading commit data...
ref.go Loading commit data...
register.go Loading commit data...
resource_helpers.go Loading commit data...
resource_helpers_test.go Loading commit data...
types.generated.go Loading commit data...
types.go Loading commit data...
types_swagger_doc_generated.go Loading commit data...
zz_generated.conversion.go Loading commit data...
zz_generated.deepcopy.go Loading commit data...
zz_generated.defaults.go Loading commit data...