Update dependency go modules for k8s v1.26.0-rc.0
This commit is contained in:
10
vendor/k8s.io/api/flowcontrol/v1alpha1/zz_generated.deepcopy.go
generated
vendored
10
vendor/k8s.io/api/flowcontrol/v1alpha1/zz_generated.deepcopy.go
generated
vendored
@@ -212,6 +212,16 @@ func (in *LimitResponse) DeepCopy() *LimitResponse {
|
||||
func (in *LimitedPriorityLevelConfiguration) DeepCopyInto(out *LimitedPriorityLevelConfiguration) {
|
||||
*out = *in
|
||||
in.LimitResponse.DeepCopyInto(&out.LimitResponse)
|
||||
if in.LendablePercent != nil {
|
||||
in, out := &in.LendablePercent, &out.LendablePercent
|
||||
*out = new(int32)
|
||||
**out = **in
|
||||
}
|
||||
if in.BorrowingLimitPercent != nil {
|
||||
in, out := &in.BorrowingLimitPercent, &out.BorrowingLimitPercent
|
||||
*out = new(int32)
|
||||
**out = **in
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user