mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +00:00
apiserver: add generated files for flowcontrol api change
This commit is contained in:
parent
9fd2ab419a
commit
730d10a8fb
22
api/openapi-spec/swagger.json
generated
22
api/openapi-spec/swagger.json
generated
@ -11608,7 +11608,7 @@
|
||||
"description": "`limitResponse` indicates what to do with requests that can not be executed right now"
|
||||
},
|
||||
"nominalConcurrencyShares": {
|
||||
"description": "`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:\n\nNominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)\n\nBigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level. This field has a default value of 30.",
|
||||
"description": "`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:\n\nNominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)\n\nBigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level.\n\nIf not specified, this field defaults to a value of 30.\n\nSetting this field to zero allows for the construction of a \"jail\" for this priority level that is used to hold some request(s)",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
}
|
||||
@ -54960,7 +54960,7 @@
|
||||
},
|
||||
"parameters": [
|
||||
{
|
||||
"$ref": "#/parameters/pretty-nN7o5FEq"
|
||||
"$ref": "#/parameters/pretty-tJGM1-ng"
|
||||
}
|
||||
],
|
||||
"post": {
|
||||
@ -55146,7 +55146,7 @@
|
||||
"uniqueItems": true
|
||||
},
|
||||
{
|
||||
"$ref": "#/parameters/pretty-nN7o5FEq"
|
||||
"$ref": "#/parameters/pretty-tJGM1-ng"
|
||||
}
|
||||
],
|
||||
"patch": {
|
||||
@ -55333,7 +55333,7 @@
|
||||
"uniqueItems": true
|
||||
},
|
||||
{
|
||||
"$ref": "#/parameters/pretty-nN7o5FEq"
|
||||
"$ref": "#/parameters/pretty-tJGM1-ng"
|
||||
}
|
||||
],
|
||||
"patch": {
|
||||
@ -55626,7 +55626,7 @@
|
||||
},
|
||||
"parameters": [
|
||||
{
|
||||
"$ref": "#/parameters/pretty-nN7o5FEq"
|
||||
"$ref": "#/parameters/pretty-tJGM1-ng"
|
||||
}
|
||||
],
|
||||
"post": {
|
||||
@ -55812,7 +55812,7 @@
|
||||
"uniqueItems": true
|
||||
},
|
||||
{
|
||||
"$ref": "#/parameters/pretty-nN7o5FEq"
|
||||
"$ref": "#/parameters/pretty-tJGM1-ng"
|
||||
}
|
||||
],
|
||||
"patch": {
|
||||
@ -55999,7 +55999,7 @@
|
||||
"uniqueItems": true
|
||||
},
|
||||
{
|
||||
"$ref": "#/parameters/pretty-nN7o5FEq"
|
||||
"$ref": "#/parameters/pretty-tJGM1-ng"
|
||||
}
|
||||
],
|
||||
"patch": {
|
||||
@ -56195,7 +56195,7 @@
|
||||
"$ref": "#/parameters/limit-1NfNmdNH"
|
||||
},
|
||||
{
|
||||
"$ref": "#/parameters/pretty-nN7o5FEq"
|
||||
"$ref": "#/parameters/pretty-tJGM1-ng"
|
||||
},
|
||||
{
|
||||
"$ref": "#/parameters/resourceVersion-5WAnf1kx"
|
||||
@ -56277,7 +56277,7 @@
|
||||
"uniqueItems": true
|
||||
},
|
||||
{
|
||||
"$ref": "#/parameters/pretty-nN7o5FEq"
|
||||
"$ref": "#/parameters/pretty-tJGM1-ng"
|
||||
},
|
||||
{
|
||||
"$ref": "#/parameters/resourceVersion-5WAnf1kx"
|
||||
@ -56351,7 +56351,7 @@
|
||||
"$ref": "#/parameters/limit-1NfNmdNH"
|
||||
},
|
||||
{
|
||||
"$ref": "#/parameters/pretty-nN7o5FEq"
|
||||
"$ref": "#/parameters/pretty-tJGM1-ng"
|
||||
},
|
||||
{
|
||||
"$ref": "#/parameters/resourceVersion-5WAnf1kx"
|
||||
@ -56433,7 +56433,7 @@
|
||||
"uniqueItems": true
|
||||
},
|
||||
{
|
||||
"$ref": "#/parameters/pretty-nN7o5FEq"
|
||||
"$ref": "#/parameters/pretty-tJGM1-ng"
|
||||
},
|
||||
{
|
||||
"$ref": "#/parameters/resourceVersion-5WAnf1kx"
|
||||
|
@ -88,7 +88,6 @@
|
||||
"$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
||||
}
|
||||
],
|
||||
"default": {},
|
||||
"description": "`lastTransitionTime` is the last time the condition transitioned from one status to another."
|
||||
},
|
||||
"message": {
|
||||
@ -291,8 +290,7 @@
|
||||
"description": "`limitResponse` indicates what to do with requests that can not be executed right now"
|
||||
},
|
||||
"nominalConcurrencyShares": {
|
||||
"default": 0,
|
||||
"description": "`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:\n\nNominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)\n\nBigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level. This field has a default value of 30.",
|
||||
"description": "`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:\n\nNominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)\n\nBigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level.\n\nIf not specified, this field defaults to a value of 30.\n\nSetting this field to zero allows for the construction of a \"jail\" for this priority level that is used to hold some request(s)",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
}
|
||||
@ -432,7 +430,6 @@
|
||||
"$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
||||
}
|
||||
],
|
||||
"default": {},
|
||||
"description": "`lastTransitionTime` is the last time the condition transitioned from one status to another."
|
||||
},
|
||||
"message": {
|
||||
@ -1265,7 +1262,6 @@
|
||||
"$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
||||
}
|
||||
],
|
||||
"default": {},
|
||||
"description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
|
||||
},
|
||||
"deletionGracePeriodSeconds": {
|
||||
@ -1546,7 +1542,6 @@
|
||||
"$ref": "#/components/schemas/io.k8s.apimachinery.pkg.runtime.RawExtension"
|
||||
}
|
||||
],
|
||||
"default": {},
|
||||
"description": "Object is:\n * If Type is Added or Modified: the new state of the object.\n * If Type is Deleted: the state of the object immediately before deletion.\n * If Type is Error: *Status is recommended; other types may make sense\n depending on context."
|
||||
},
|
||||
"type": {
|
||||
@ -2206,7 +2201,7 @@
|
||||
},
|
||||
"parameters": [
|
||||
{
|
||||
"description": "If 'true', then the output is pretty printed.",
|
||||
"description": "If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).",
|
||||
"in": "query",
|
||||
"name": "pretty",
|
||||
"schema": {
|
||||
@ -2254,7 +2249,8 @@
|
||||
"$ref": "#/components/schemas/io.k8s.api.flowcontrol.v1.FlowSchema"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": true
|
||||
},
|
||||
"responses": {
|
||||
"200": {
|
||||
@ -2488,7 +2484,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"description": "If 'true', then the output is pretty printed.",
|
||||
"description": "If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).",
|
||||
"in": "query",
|
||||
"name": "pretty",
|
||||
"schema": {
|
||||
@ -2560,7 +2556,8 @@
|
||||
"$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Patch"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": true
|
||||
},
|
||||
"responses": {
|
||||
"200": {
|
||||
@ -2656,7 +2653,8 @@
|
||||
"$ref": "#/components/schemas/io.k8s.api.flowcontrol.v1.FlowSchema"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": true
|
||||
},
|
||||
"responses": {
|
||||
"200": {
|
||||
@ -2765,7 +2763,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"description": "If 'true', then the output is pretty printed.",
|
||||
"description": "If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).",
|
||||
"in": "query",
|
||||
"name": "pretty",
|
||||
"schema": {
|
||||
@ -2837,7 +2835,8 @@
|
||||
"$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Patch"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": true
|
||||
},
|
||||
"responses": {
|
||||
"200": {
|
||||
@ -2933,7 +2932,8 @@
|
||||
"$ref": "#/components/schemas/io.k8s.api.flowcontrol.v1.FlowSchema"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": true
|
||||
},
|
||||
"responses": {
|
||||
"200": {
|
||||
@ -3291,7 +3291,7 @@
|
||||
},
|
||||
"parameters": [
|
||||
{
|
||||
"description": "If 'true', then the output is pretty printed.",
|
||||
"description": "If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).",
|
||||
"in": "query",
|
||||
"name": "pretty",
|
||||
"schema": {
|
||||
@ -3339,7 +3339,8 @@
|
||||
"$ref": "#/components/schemas/io.k8s.api.flowcontrol.v1.PriorityLevelConfiguration"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": true
|
||||
},
|
||||
"responses": {
|
||||
"200": {
|
||||
@ -3573,7 +3574,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"description": "If 'true', then the output is pretty printed.",
|
||||
"description": "If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).",
|
||||
"in": "query",
|
||||
"name": "pretty",
|
||||
"schema": {
|
||||
@ -3645,7 +3646,8 @@
|
||||
"$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Patch"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": true
|
||||
},
|
||||
"responses": {
|
||||
"200": {
|
||||
@ -3741,7 +3743,8 @@
|
||||
"$ref": "#/components/schemas/io.k8s.api.flowcontrol.v1.PriorityLevelConfiguration"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": true
|
||||
},
|
||||
"responses": {
|
||||
"200": {
|
||||
@ -3850,7 +3853,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"description": "If 'true', then the output is pretty printed.",
|
||||
"description": "If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).",
|
||||
"in": "query",
|
||||
"name": "pretty",
|
||||
"schema": {
|
||||
@ -3922,7 +3925,8 @@
|
||||
"$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Patch"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": true
|
||||
},
|
||||
"responses": {
|
||||
"200": {
|
||||
@ -4018,7 +4022,8 @@
|
||||
"$ref": "#/components/schemas/io.k8s.api.flowcontrol.v1.PriorityLevelConfiguration"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": true
|
||||
},
|
||||
"responses": {
|
||||
"200": {
|
||||
@ -4172,7 +4177,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"description": "If 'true', then the output is pretty printed.",
|
||||
"description": "If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).",
|
||||
"in": "query",
|
||||
"name": "pretty",
|
||||
"schema": {
|
||||
@ -4333,7 +4338,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"description": "If 'true', then the output is pretty printed.",
|
||||
"description": "If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).",
|
||||
"in": "query",
|
||||
"name": "pretty",
|
||||
"schema": {
|
||||
@ -4484,7 +4489,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"description": "If 'true', then the output is pretty printed.",
|
||||
"description": "If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).",
|
||||
"in": "query",
|
||||
"name": "pretty",
|
||||
"schema": {
|
||||
@ -4645,7 +4650,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"description": "If 'true', then the output is pretty printed.",
|
||||
"description": "If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).",
|
||||
"in": "query",
|
||||
"name": "pretty",
|
||||
"schema": {
|
||||
|
53
pkg/apis/flowcontrol/v1/zz_generated.conversion.go
generated
53
pkg/apis/flowcontrol/v1/zz_generated.conversion.go
generated
@ -25,6 +25,7 @@ import (
|
||||
unsafe "unsafe"
|
||||
|
||||
v1 "k8s.io/api/flowcontrol/v1"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
conversion "k8s.io/apimachinery/pkg/conversion"
|
||||
runtime "k8s.io/apimachinery/pkg/runtime"
|
||||
flowcontrol "k8s.io/kubernetes/pkg/apis/flowcontrol"
|
||||
@ -487,7 +488,9 @@ func Convert_flowcontrol_LimitResponse_To_v1_LimitResponse(in *flowcontrol.Limit
|
||||
}
|
||||
|
||||
func autoConvert_v1_LimitedPriorityLevelConfiguration_To_flowcontrol_LimitedPriorityLevelConfiguration(in *v1.LimitedPriorityLevelConfiguration, out *flowcontrol.LimitedPriorityLevelConfiguration, s conversion.Scope) error {
|
||||
out.NominalConcurrencyShares = in.NominalConcurrencyShares
|
||||
if err := metav1.Convert_Pointer_int32_To_int32(&in.NominalConcurrencyShares, &out.NominalConcurrencyShares, s); err != nil {
|
||||
return err
|
||||
}
|
||||
if err := Convert_v1_LimitResponse_To_flowcontrol_LimitResponse(&in.LimitResponse, &out.LimitResponse, s); err != nil {
|
||||
return err
|
||||
}
|
||||
@ -502,7 +505,9 @@ func Convert_v1_LimitedPriorityLevelConfiguration_To_flowcontrol_LimitedPriority
|
||||
}
|
||||
|
||||
func autoConvert_flowcontrol_LimitedPriorityLevelConfiguration_To_v1_LimitedPriorityLevelConfiguration(in *flowcontrol.LimitedPriorityLevelConfiguration, out *v1.LimitedPriorityLevelConfiguration, s conversion.Scope) error {
|
||||
out.NominalConcurrencyShares = in.NominalConcurrencyShares
|
||||
if err := metav1.Convert_int32_To_Pointer_int32(&in.NominalConcurrencyShares, &out.NominalConcurrencyShares, s); err != nil {
|
||||
return err
|
||||
}
|
||||
if err := Convert_flowcontrol_LimitResponse_To_v1_LimitResponse(&in.LimitResponse, &out.LimitResponse, s); err != nil {
|
||||
return err
|
||||
}
|
||||
@ -624,7 +629,17 @@ func Convert_flowcontrol_PriorityLevelConfigurationCondition_To_v1_PriorityLevel
|
||||
|
||||
func autoConvert_v1_PriorityLevelConfigurationList_To_flowcontrol_PriorityLevelConfigurationList(in *v1.PriorityLevelConfigurationList, out *flowcontrol.PriorityLevelConfigurationList, s conversion.Scope) error {
|
||||
out.ListMeta = in.ListMeta
|
||||
out.Items = *(*[]flowcontrol.PriorityLevelConfiguration)(unsafe.Pointer(&in.Items))
|
||||
if in.Items != nil {
|
||||
in, out := &in.Items, &out.Items
|
||||
*out = make([]flowcontrol.PriorityLevelConfiguration, len(*in))
|
||||
for i := range *in {
|
||||
if err := Convert_v1_PriorityLevelConfiguration_To_flowcontrol_PriorityLevelConfiguration(&(*in)[i], &(*out)[i], s); err != nil {
|
||||
return err
|
||||
}
|
||||
}
|
||||
} else {
|
||||
out.Items = nil
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
@ -635,7 +650,17 @@ func Convert_v1_PriorityLevelConfigurationList_To_flowcontrol_PriorityLevelConfi
|
||||
|
||||
func autoConvert_flowcontrol_PriorityLevelConfigurationList_To_v1_PriorityLevelConfigurationList(in *flowcontrol.PriorityLevelConfigurationList, out *v1.PriorityLevelConfigurationList, s conversion.Scope) error {
|
||||
out.ListMeta = in.ListMeta
|
||||
out.Items = *(*[]v1.PriorityLevelConfiguration)(unsafe.Pointer(&in.Items))
|
||||
if in.Items != nil {
|
||||
in, out := &in.Items, &out.Items
|
||||
*out = make([]v1.PriorityLevelConfiguration, len(*in))
|
||||
for i := range *in {
|
||||
if err := Convert_flowcontrol_PriorityLevelConfiguration_To_v1_PriorityLevelConfiguration(&(*in)[i], &(*out)[i], s); err != nil {
|
||||
return err
|
||||
}
|
||||
}
|
||||
} else {
|
||||
out.Items = nil
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
@ -666,7 +691,15 @@ func Convert_flowcontrol_PriorityLevelConfigurationReference_To_v1_PriorityLevel
|
||||
|
||||
func autoConvert_v1_PriorityLevelConfigurationSpec_To_flowcontrol_PriorityLevelConfigurationSpec(in *v1.PriorityLevelConfigurationSpec, out *flowcontrol.PriorityLevelConfigurationSpec, s conversion.Scope) error {
|
||||
out.Type = flowcontrol.PriorityLevelEnablement(in.Type)
|
||||
out.Limited = (*flowcontrol.LimitedPriorityLevelConfiguration)(unsafe.Pointer(in.Limited))
|
||||
if in.Limited != nil {
|
||||
in, out := &in.Limited, &out.Limited
|
||||
*out = new(flowcontrol.LimitedPriorityLevelConfiguration)
|
||||
if err := Convert_v1_LimitedPriorityLevelConfiguration_To_flowcontrol_LimitedPriorityLevelConfiguration(*in, *out, s); err != nil {
|
||||
return err
|
||||
}
|
||||
} else {
|
||||
out.Limited = nil
|
||||
}
|
||||
out.Exempt = (*flowcontrol.ExemptPriorityLevelConfiguration)(unsafe.Pointer(in.Exempt))
|
||||
return nil
|
||||
}
|
||||
@ -678,7 +711,15 @@ func Convert_v1_PriorityLevelConfigurationSpec_To_flowcontrol_PriorityLevelConfi
|
||||
|
||||
func autoConvert_flowcontrol_PriorityLevelConfigurationSpec_To_v1_PriorityLevelConfigurationSpec(in *flowcontrol.PriorityLevelConfigurationSpec, out *v1.PriorityLevelConfigurationSpec, s conversion.Scope) error {
|
||||
out.Type = v1.PriorityLevelEnablement(in.Type)
|
||||
out.Limited = (*v1.LimitedPriorityLevelConfiguration)(unsafe.Pointer(in.Limited))
|
||||
if in.Limited != nil {
|
||||
in, out := &in.Limited, &out.Limited
|
||||
*out = new(v1.LimitedPriorityLevelConfiguration)
|
||||
if err := Convert_flowcontrol_LimitedPriorityLevelConfiguration_To_v1_LimitedPriorityLevelConfiguration(*in, *out, s); err != nil {
|
||||
return err
|
||||
}
|
||||
} else {
|
||||
out.Limited = nil
|
||||
}
|
||||
out.Exempt = (*v1.ExemptPriorityLevelConfiguration)(unsafe.Pointer(in.Exempt))
|
||||
return nil
|
||||
}
|
||||
|
@ -157,16 +157,6 @@ func RegisterConversions(s *runtime.Scheme) error {
|
||||
}); err != nil {
|
||||
return err
|
||||
}
|
||||
if err := s.AddGeneratedConversionFunc((*v1beta3.PriorityLevelConfiguration)(nil), (*flowcontrol.PriorityLevelConfiguration)(nil), func(a, b interface{}, scope conversion.Scope) error {
|
||||
return Convert_v1beta3_PriorityLevelConfiguration_To_flowcontrol_PriorityLevelConfiguration(a.(*v1beta3.PriorityLevelConfiguration), b.(*flowcontrol.PriorityLevelConfiguration), scope)
|
||||
}); err != nil {
|
||||
return err
|
||||
}
|
||||
if err := s.AddGeneratedConversionFunc((*flowcontrol.PriorityLevelConfiguration)(nil), (*v1beta3.PriorityLevelConfiguration)(nil), func(a, b interface{}, scope conversion.Scope) error {
|
||||
return Convert_flowcontrol_PriorityLevelConfiguration_To_v1beta3_PriorityLevelConfiguration(a.(*flowcontrol.PriorityLevelConfiguration), b.(*v1beta3.PriorityLevelConfiguration), scope)
|
||||
}); err != nil {
|
||||
return err
|
||||
}
|
||||
if err := s.AddGeneratedConversionFunc((*v1beta3.PriorityLevelConfigurationCondition)(nil), (*flowcontrol.PriorityLevelConfigurationCondition)(nil), func(a, b interface{}, scope conversion.Scope) error {
|
||||
return Convert_v1beta3_PriorityLevelConfigurationCondition_To_flowcontrol_PriorityLevelConfigurationCondition(a.(*v1beta3.PriorityLevelConfigurationCondition), b.(*flowcontrol.PriorityLevelConfigurationCondition), scope)
|
||||
}); err != nil {
|
||||
@ -267,6 +257,16 @@ func RegisterConversions(s *runtime.Scheme) error {
|
||||
}); err != nil {
|
||||
return err
|
||||
}
|
||||
if err := s.AddConversionFunc((*flowcontrol.PriorityLevelConfiguration)(nil), (*v1beta3.PriorityLevelConfiguration)(nil), func(a, b interface{}, scope conversion.Scope) error {
|
||||
return Convert_flowcontrol_PriorityLevelConfiguration_To_v1beta3_PriorityLevelConfiguration(a.(*flowcontrol.PriorityLevelConfiguration), b.(*v1beta3.PriorityLevelConfiguration), scope)
|
||||
}); err != nil {
|
||||
return err
|
||||
}
|
||||
if err := s.AddConversionFunc((*v1beta3.PriorityLevelConfiguration)(nil), (*flowcontrol.PriorityLevelConfiguration)(nil), func(a, b interface{}, scope conversion.Scope) error {
|
||||
return Convert_v1beta3_PriorityLevelConfiguration_To_flowcontrol_PriorityLevelConfiguration(a.(*v1beta3.PriorityLevelConfiguration), b.(*flowcontrol.PriorityLevelConfiguration), scope)
|
||||
}); err != nil {
|
||||
return err
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
@ -573,11 +573,6 @@ func autoConvert_v1beta3_PriorityLevelConfiguration_To_flowcontrol_PriorityLevel
|
||||
return nil
|
||||
}
|
||||
|
||||
// Convert_v1beta3_PriorityLevelConfiguration_To_flowcontrol_PriorityLevelConfiguration is an autogenerated conversion function.
|
||||
func Convert_v1beta3_PriorityLevelConfiguration_To_flowcontrol_PriorityLevelConfiguration(in *v1beta3.PriorityLevelConfiguration, out *flowcontrol.PriorityLevelConfiguration, s conversion.Scope) error {
|
||||
return autoConvert_v1beta3_PriorityLevelConfiguration_To_flowcontrol_PriorityLevelConfiguration(in, out, s)
|
||||
}
|
||||
|
||||
func autoConvert_flowcontrol_PriorityLevelConfiguration_To_v1beta3_PriorityLevelConfiguration(in *flowcontrol.PriorityLevelConfiguration, out *v1beta3.PriorityLevelConfiguration, s conversion.Scope) error {
|
||||
out.ObjectMeta = in.ObjectMeta
|
||||
if err := Convert_flowcontrol_PriorityLevelConfigurationSpec_To_v1beta3_PriorityLevelConfigurationSpec(&in.Spec, &out.Spec, s); err != nil {
|
||||
@ -589,11 +584,6 @@ func autoConvert_flowcontrol_PriorityLevelConfiguration_To_v1beta3_PriorityLevel
|
||||
return nil
|
||||
}
|
||||
|
||||
// Convert_flowcontrol_PriorityLevelConfiguration_To_v1beta3_PriorityLevelConfiguration is an autogenerated conversion function.
|
||||
func Convert_flowcontrol_PriorityLevelConfiguration_To_v1beta3_PriorityLevelConfiguration(in *flowcontrol.PriorityLevelConfiguration, out *v1beta3.PriorityLevelConfiguration, s conversion.Scope) error {
|
||||
return autoConvert_flowcontrol_PriorityLevelConfiguration_To_v1beta3_PriorityLevelConfiguration(in, out, s)
|
||||
}
|
||||
|
||||
func autoConvert_v1beta3_PriorityLevelConfigurationCondition_To_flowcontrol_PriorityLevelConfigurationCondition(in *v1beta3.PriorityLevelConfigurationCondition, out *flowcontrol.PriorityLevelConfigurationCondition, s conversion.Scope) error {
|
||||
out.Type = flowcontrol.PriorityLevelConfigurationConditionType(in.Type)
|
||||
out.Status = flowcontrol.ConditionStatus(in.Status)
|
||||
@ -624,7 +614,17 @@ func Convert_flowcontrol_PriorityLevelConfigurationCondition_To_v1beta3_Priority
|
||||
|
||||
func autoConvert_v1beta3_PriorityLevelConfigurationList_To_flowcontrol_PriorityLevelConfigurationList(in *v1beta3.PriorityLevelConfigurationList, out *flowcontrol.PriorityLevelConfigurationList, s conversion.Scope) error {
|
||||
out.ListMeta = in.ListMeta
|
||||
out.Items = *(*[]flowcontrol.PriorityLevelConfiguration)(unsafe.Pointer(&in.Items))
|
||||
if in.Items != nil {
|
||||
in, out := &in.Items, &out.Items
|
||||
*out = make([]flowcontrol.PriorityLevelConfiguration, len(*in))
|
||||
for i := range *in {
|
||||
if err := Convert_v1beta3_PriorityLevelConfiguration_To_flowcontrol_PriorityLevelConfiguration(&(*in)[i], &(*out)[i], s); err != nil {
|
||||
return err
|
||||
}
|
||||
}
|
||||
} else {
|
||||
out.Items = nil
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
@ -635,7 +635,17 @@ func Convert_v1beta3_PriorityLevelConfigurationList_To_flowcontrol_PriorityLevel
|
||||
|
||||
func autoConvert_flowcontrol_PriorityLevelConfigurationList_To_v1beta3_PriorityLevelConfigurationList(in *flowcontrol.PriorityLevelConfigurationList, out *v1beta3.PriorityLevelConfigurationList, s conversion.Scope) error {
|
||||
out.ListMeta = in.ListMeta
|
||||
out.Items = *(*[]v1beta3.PriorityLevelConfiguration)(unsafe.Pointer(&in.Items))
|
||||
if in.Items != nil {
|
||||
in, out := &in.Items, &out.Items
|
||||
*out = make([]v1beta3.PriorityLevelConfiguration, len(*in))
|
||||
for i := range *in {
|
||||
if err := Convert_flowcontrol_PriorityLevelConfiguration_To_v1beta3_PriorityLevelConfiguration(&(*in)[i], &(*out)[i], s); err != nil {
|
||||
return err
|
||||
}
|
||||
}
|
||||
} else {
|
||||
out.Items = nil
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
|
@ -53,6 +53,7 @@ func SetObjectDefaults_FlowSchemaList(in *v1beta3.FlowSchemaList) {
|
||||
}
|
||||
|
||||
func SetObjectDefaults_PriorityLevelConfiguration(in *v1beta3.PriorityLevelConfiguration) {
|
||||
SetDefaults_PriorityLevelConfiguration(in)
|
||||
if in.Spec.Limited != nil {
|
||||
SetDefaults_LimitedPriorityLevelConfiguration(in.Spec.Limited)
|
||||
if in.Spec.Limited.LimitResponse.Queuing != nil {
|
||||
|
5
pkg/generated/openapi/zz_generated.openapi.go
generated
5
pkg/generated/openapi/zz_generated.openapi.go
generated
@ -32899,7 +32899,6 @@ func schema_k8sio_api_flowcontrol_v1_FlowSchemaCondition(ref common.ReferenceCal
|
||||
"lastTransitionTime": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "`lastTransitionTime` is the last time the condition transitioned from one status to another.",
|
||||
Default: map[string]interface{}{},
|
||||
Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Time"),
|
||||
},
|
||||
},
|
||||
@ -33144,8 +33143,7 @@ func schema_k8sio_api_flowcontrol_v1_LimitedPriorityLevelConfiguration(ref commo
|
||||
Properties: map[string]spec.Schema{
|
||||
"nominalConcurrencyShares": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:\n\nNominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)\n\nBigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level. This field has a default value of 30.",
|
||||
Default: 0,
|
||||
Description: "`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:\n\nNominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)\n\nBigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level.\n\nIf not specified, this field defaults to a value of 30.\n\nSetting this field to zero allows for the construction of a \"jail\" for this priority level that is used to hold some request(s)",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
@ -33380,7 +33378,6 @@ func schema_k8sio_api_flowcontrol_v1_PriorityLevelConfigurationCondition(ref com
|
||||
"lastTransitionTime": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "`lastTransitionTime` is the last time the condition transitioned from one status to another.",
|
||||
Default: map[string]interface{}{},
|
||||
Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Time"),
|
||||
},
|
||||
},
|
||||
|
221
staging/src/k8s.io/api/flowcontrol/v1/generated.pb.go
generated
221
staging/src/k8s.io/api/flowcontrol/v1/generated.pb.go
generated
@ -718,107 +718,107 @@ func init() {
|
||||
}
|
||||
|
||||
var fileDescriptor_f8a25df358697d27 = []byte{
|
||||
// 1598 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x58, 0xcd, 0x6f, 0xdb, 0x46,
|
||||
0x16, 0xb7, 0x64, 0xc9, 0xb6, 0x9e, 0x3f, 0x33, 0x8e, 0x61, 0xc5, 0x59, 0x48, 0x0e, 0x17, 0x9b,
|
||||
0x8f, 0xcd, 0x46, 0x4a, 0x8c, 0xcd, 0x6e, 0x82, 0xec, 0x6e, 0x10, 0x26, 0xd9, 0x7c, 0xd9, 0x8e,
|
||||
0x33, 0xca, 0x47, 0x91, 0x06, 0x68, 0x29, 0x6a, 0x2c, 0x31, 0x96, 0x48, 0x76, 0x86, 0x94, 0xeb,
|
||||
0x02, 0x05, 0xfa, 0x27, 0xe4, 0xd4, 0x63, 0x0f, 0xed, 0x7f, 0xd0, 0x53, 0xd1, 0x5e, 0x7a, 0xcc,
|
||||
0xad, 0x39, 0xa6, 0x3d, 0x08, 0x8d, 0xfa, 0x4f, 0xa4, 0x39, 0x15, 0x33, 0x1c, 0x92, 0xa2, 0x24,
|
||||
0x52, 0x82, 0x0f, 0x39, 0xf5, 0x66, 0xbe, 0xf7, 0x7b, 0xbf, 0x37, 0xf3, 0xe6, 0x7d, 0xc9, 0xa0,
|
||||
0xee, 0x5d, 0x62, 0x25, 0xc3, 0x2a, 0xef, 0xb9, 0x55, 0x42, 0x4d, 0xe2, 0x10, 0x56, 0x6e, 0x13,
|
||||
0xb3, 0x66, 0xd1, 0xb2, 0x54, 0x68, 0xb6, 0x51, 0xde, 0x6d, 0x5a, 0xfb, 0xba, 0x65, 0x3a, 0xd4,
|
||||
0x6a, 0x96, 0xdb, 0x17, 0xca, 0x75, 0x62, 0x12, 0xaa, 0x39, 0xa4, 0x56, 0xb2, 0xa9, 0xe5, 0x58,
|
||||
0xe8, 0x98, 0x07, 0x2d, 0x69, 0xb6, 0x51, 0xea, 0x81, 0x96, 0xda, 0x17, 0xd6, 0xce, 0xd5, 0x0d,
|
||||
0xa7, 0xe1, 0x56, 0x4b, 0xba, 0xd5, 0x2a, 0xd7, 0xad, 0xba, 0x55, 0x16, 0x16, 0x55, 0x77, 0x57,
|
||||
0x7c, 0x89, 0x0f, 0xf1, 0x97, 0xc7, 0xb4, 0xf6, 0xcf, 0xd0, 0x69, 0x4b, 0xd3, 0x1b, 0x86, 0x49,
|
||||
0xe8, 0x41, 0xd9, 0xde, 0xab, 0x73, 0x01, 0x2b, 0xb7, 0x88, 0xa3, 0x0d, 0xf1, 0xbf, 0x56, 0x8e,
|
||||
0xb3, 0xa2, 0xae, 0xe9, 0x18, 0x2d, 0x32, 0x60, 0xf0, 0xaf, 0x51, 0x06, 0x4c, 0x6f, 0x90, 0x96,
|
||||
0xd6, 0x6f, 0xa7, 0xfc, 0x90, 0x82, 0xf5, 0x9b, 0x9f, 0x92, 0x96, 0xed, 0xec, 0x50, 0xc3, 0xa2,
|
||||
0x86, 0x73, 0xb0, 0x49, 0xda, 0xa4, 0x79, 0xdd, 0x32, 0x77, 0x8d, 0xba, 0x4b, 0x35, 0xc7, 0xb0,
|
||||
0x4c, 0xf4, 0x01, 0xe4, 0x4d, 0xab, 0x65, 0x98, 0x1a, 0x97, 0xeb, 0x2e, 0xa5, 0xc4, 0xd4, 0x0f,
|
||||
0x2a, 0x0d, 0x8d, 0x12, 0x96, 0x4f, 0xad, 0xa7, 0x4e, 0x67, 0xd5, 0xbf, 0x74, 0x3b, 0xc5, 0xfc,
|
||||
0x76, 0x0c, 0x06, 0xc7, 0x5a, 0xa3, 0xff, 0xc2, 0x62, 0x93, 0x98, 0x35, 0xad, 0xda, 0x24, 0x3b,
|
||||
0x84, 0xea, 0xc4, 0x74, 0xf2, 0x69, 0x41, 0xb8, 0xdc, 0xed, 0x14, 0x17, 0x37, 0xa3, 0x2a, 0xdc,
|
||||
0x8f, 0x55, 0x9e, 0xc2, 0xea, 0xff, 0x9b, 0xd6, 0xfe, 0x0d, 0x83, 0x39, 0x86, 0x59, 0x77, 0x0d,
|
||||
0xd6, 0x20, 0x74, 0x8b, 0x38, 0x0d, 0xab, 0x86, 0xae, 0x42, 0xc6, 0x39, 0xb0, 0x89, 0x38, 0x5f,
|
||||
0x4e, 0x3d, 0xfb, 0xb2, 0x53, 0x9c, 0xe8, 0x76, 0x8a, 0x99, 0x87, 0x07, 0x36, 0x79, 0xd7, 0x29,
|
||||
0x1e, 0x8f, 0x31, 0xe3, 0x6a, 0x2c, 0x0c, 0x95, 0x17, 0x69, 0x00, 0x8e, 0xaa, 0x88, 0xc0, 0xa1,
|
||||
0x8f, 0x61, 0x86, 0x3f, 0x56, 0x4d, 0x73, 0x34, 0xc1, 0x39, 0xbb, 0x71, 0xbe, 0x14, 0x26, 0x49,
|
||||
0x10, 0xf3, 0x92, 0xbd, 0x57, 0xe7, 0x02, 0x56, 0xe2, 0xe8, 0x52, 0xfb, 0x42, 0xe9, 0x7e, 0xf5,
|
||||
0x39, 0xd1, 0x9d, 0x2d, 0xe2, 0x68, 0x2a, 0x92, 0xa7, 0x80, 0x50, 0x86, 0x03, 0x56, 0x74, 0x0f,
|
||||
0x32, 0xcc, 0x26, 0xba, 0x08, 0xc0, 0xec, 0xc6, 0x99, 0x52, 0x6c, 0x0a, 0x96, 0xc2, 0x63, 0x55,
|
||||
0x6c, 0xa2, 0xab, 0x73, 0xfe, 0xe5, 0xf8, 0x17, 0x16, 0x24, 0xa8, 0x02, 0x53, 0xcc, 0xd1, 0x1c,
|
||||
0x97, 0xe5, 0x27, 0x05, 0xdd, 0xd9, 0xf1, 0xe8, 0x84, 0x89, 0xba, 0x20, 0x09, 0xa7, 0xbc, 0x6f,
|
||||
0x2c, 0xa9, 0x94, 0xd7, 0x69, 0x58, 0x0e, 0xc1, 0xd7, 0x2d, 0xb3, 0x66, 0x88, 0xfc, 0xb8, 0x12,
|
||||
0x89, 0xf5, 0xa9, 0xbe, 0x58, 0xaf, 0x0e, 0x31, 0x09, 0xe3, 0x8c, 0x2e, 0x07, 0x27, 0x4d, 0x0b,
|
||||
0xf3, 0x13, 0x51, 0xe7, 0xef, 0x3a, 0xc5, 0xc5, 0xc0, 0x2c, 0x7a, 0x1e, 0xd4, 0x06, 0xd4, 0xd4,
|
||||
0x98, 0xf3, 0x90, 0x6a, 0x26, 0xf3, 0x68, 0x8d, 0x16, 0x91, 0x17, 0xfe, 0xfb, 0x78, 0xaf, 0xc3,
|
||||
0x2d, 0xd4, 0x35, 0xe9, 0x12, 0x6d, 0x0e, 0xb0, 0xe1, 0x21, 0x1e, 0xd0, 0x49, 0x98, 0xa2, 0x44,
|
||||
0x63, 0x96, 0x99, 0xcf, 0x88, 0x23, 0x07, 0xf1, 0xc2, 0x42, 0x8a, 0xa5, 0x16, 0x9d, 0x81, 0xe9,
|
||||
0x16, 0x61, 0x4c, 0xab, 0x93, 0x7c, 0x56, 0x00, 0x17, 0x25, 0x70, 0x7a, 0xcb, 0x13, 0x63, 0x5f,
|
||||
0xaf, 0x7c, 0x9f, 0x82, 0x85, 0x30, 0x4e, 0x9b, 0x06, 0x73, 0xd0, 0xb3, 0x81, 0x8c, 0x2b, 0x8d,
|
||||
0x77, 0x27, 0x6e, 0x2d, 0xf2, 0x6d, 0x49, 0xba, 0x9b, 0xf1, 0x25, 0x3d, 0xd9, 0x76, 0x17, 0xb2,
|
||||
0x86, 0x43, 0x5a, 0x3c, 0xea, 0x93, 0xa7, 0x67, 0x37, 0xfe, 0x36, 0x56, 0x7e, 0xa8, 0xf3, 0x92,
|
||||
0x31, 0x7b, 0x87, 0xdb, 0x62, 0x8f, 0x42, 0xf9, 0x79, 0xb2, 0xf7, 0xf0, 0x3c, 0x0b, 0xd1, 0xd7,
|
||||
0x29, 0x58, 0xb3, 0x63, 0x3b, 0x8a, 0xbc, 0xcf, 0xff, 0x12, 0x9c, 0xc6, 0xb7, 0x23, 0x4c, 0x76,
|
||||
0x09, 0xef, 0x21, 0x44, 0x55, 0xe4, 0x69, 0xd6, 0x12, 0xc0, 0x09, 0xa7, 0x40, 0x77, 0x01, 0xb5,
|
||||
0x34, 0x87, 0xc7, 0xb1, 0xbe, 0x43, 0x89, 0x4e, 0x6a, 0x9c, 0x55, 0x36, 0xa0, 0x20, 0x27, 0xb6,
|
||||
0x06, 0x10, 0x78, 0x88, 0x15, 0xfa, 0x1c, 0x96, 0x6b, 0x83, 0xfd, 0x44, 0x26, 0xe3, 0xc6, 0x88,
|
||||
0xe8, 0x0e, 0xe9, 0x44, 0xea, 0x6a, 0xb7, 0x53, 0x5c, 0x1e, 0xa2, 0xc0, 0xc3, 0xfc, 0xa0, 0x27,
|
||||
0x90, 0xa5, 0x6e, 0x93, 0xb0, 0x7c, 0x46, 0x3c, 0x67, 0x92, 0xc3, 0x1d, 0xab, 0x69, 0xe8, 0x07,
|
||||
0x98, 0xa3, 0x9f, 0x18, 0x4e, 0xa3, 0xe2, 0x8a, 0x66, 0xc4, 0xc2, 0xb7, 0x15, 0x2a, 0xec, 0xf1,
|
||||
0x29, 0x6d, 0x58, 0xea, 0xef, 0x0f, 0xa8, 0x0a, 0xa0, 0xfb, 0x25, 0xc9, 0x27, 0xc0, 0x64, 0x5f,
|
||||
0x6e, 0xc6, 0x27, 0x50, 0x50, 0xc9, 0x61, 0x2f, 0x0c, 0x44, 0x0c, 0xf7, 0xb0, 0x2a, 0xe7, 0x61,
|
||||
0xee, 0x16, 0xb5, 0x5c, 0x5b, 0x1e, 0x0f, 0xad, 0x43, 0xc6, 0xd4, 0x5a, 0x7e, 0x8f, 0x09, 0x5a,
|
||||
0xde, 0xb6, 0xd6, 0x22, 0x58, 0x68, 0x94, 0xaf, 0x52, 0x30, 0xbf, 0x69, 0xb4, 0x0c, 0x07, 0x13,
|
||||
0x66, 0x5b, 0x26, 0x23, 0xe8, 0x62, 0xa4, 0x2f, 0x9d, 0xe8, 0xeb, 0x4b, 0x47, 0x22, 0xe0, 0x9e,
|
||||
0x8e, 0xf4, 0x18, 0xa6, 0x3f, 0x71, 0x89, 0x6b, 0x98, 0x75, 0xd9, 0x8b, 0xcb, 0x09, 0x77, 0x7b,
|
||||
0xe0, 0x21, 0x23, 0x89, 0xa5, 0xce, 0xf2, 0x1a, 0x97, 0x1a, 0xec, 0x93, 0x29, 0x6f, 0xd3, 0x70,
|
||||
0x42, 0xf8, 0x24, 0xb5, 0x84, 0x61, 0xfb, 0x6c, 0xe4, 0xb0, 0x5d, 0x97, 0x17, 0x39, 0xcc, 0xc0,
|
||||
0x25, 0x30, 0xdf, 0xec, 0xbd, 0xb6, 0xbc, 0xe1, 0xe9, 0x84, 0x1b, 0x46, 0xc2, 0xa4, 0xae, 0x48,
|
||||
0xe7, 0xd1, 0x50, 0xe3, 0x28, 0xeb, 0xb0, 0xb9, 0x3e, 0x39, 0xfe, 0x5c, 0x47, 0xf7, 0x61, 0xa5,
|
||||
0x6a, 0x51, 0x6a, 0xed, 0x1b, 0x66, 0x5d, 0xf8, 0xf1, 0x49, 0x32, 0x82, 0xe4, 0x58, 0xb7, 0x53,
|
||||
0x5c, 0x51, 0x87, 0x01, 0xf0, 0x70, 0x3b, 0x65, 0x1f, 0x56, 0xb6, 0x79, 0xe7, 0x60, 0x96, 0x4b,
|
||||
0x75, 0x12, 0x56, 0x00, 0x2a, 0x42, 0xb6, 0x4d, 0x68, 0xd5, 0xcb, 0xe2, 0x9c, 0x9a, 0xe3, 0xf9,
|
||||
0xff, 0x98, 0x0b, 0xb0, 0x27, 0xe7, 0x37, 0x31, 0x43, 0xcb, 0x47, 0x78, 0x93, 0xe5, 0xa7, 0x04,
|
||||
0x54, 0xdc, 0x64, 0x3b, 0xaa, 0xc2, 0xfd, 0x58, 0xe5, 0xa7, 0x34, 0xac, 0xc6, 0x14, 0x1c, 0xda,
|
||||
0x81, 0x19, 0x26, 0xff, 0x96, 0x45, 0xa4, 0x24, 0x3c, 0x83, 0x34, 0x0b, 0x9b, 0xba, 0xcf, 0x83,
|
||||
0x03, 0x16, 0xf4, 0x1c, 0xe6, 0xa9, 0xf4, 0x2e, 0xdc, 0xc9, 0xe6, 0x7e, 0x2e, 0x81, 0x76, 0x30,
|
||||
0x26, 0xe1, 0x13, 0xe3, 0x5e, 0x2e, 0x1c, 0xa5, 0x46, 0x6d, 0x58, 0xea, 0xb9, 0xac, 0xe7, 0x6e,
|
||||
0x52, 0xb8, 0x3b, 0x9f, 0xe0, 0x6e, 0xe8, 0x2b, 0xa8, 0x79, 0xe9, 0x71, 0x69, 0xbb, 0x8f, 0x11,
|
||||
0x0f, 0xf8, 0x50, 0x7e, 0x4c, 0x43, 0x42, 0xbf, 0x7f, 0x0f, 0x7b, 0xda, 0x87, 0x91, 0x3d, 0xed,
|
||||
0xf2, 0xa1, 0x66, 0x58, 0xec, 0xde, 0xa6, 0xf7, 0xed, 0x6d, 0x57, 0x0e, 0x47, 0x9f, 0xbc, 0xc7,
|
||||
0xbd, 0x4d, 0xc3, 0x5f, 0xe3, 0x8d, 0xc3, 0xbd, 0xee, 0x5e, 0xa4, 0x7f, 0xfe, 0xbb, 0xaf, 0x7f,
|
||||
0x9e, 0x1a, 0x83, 0xe2, 0xcf, 0x3d, 0xaf, 0x6f, 0xcf, 0xfb, 0x25, 0x05, 0x85, 0xf8, 0xb8, 0xbd,
|
||||
0x87, 0xbd, 0xef, 0x69, 0x74, 0xef, 0xbb, 0x78, 0xa8, 0xfc, 0x8a, 0xd9, 0x03, 0x6f, 0x25, 0xa5,
|
||||
0x55, 0xb0, 0xb6, 0x8d, 0x31, 0xca, 0xbf, 0x49, 0x27, 0x45, 0x49, 0x2c, 0x98, 0x23, 0x7e, 0x73,
|
||||
0x44, 0xac, 0x6f, 0x9a, 0x7c, 0xb8, 0xb4, 0xf8, 0x7c, 0xf0, 0x72, 0x51, 0x87, 0xe9, 0xa6, 0x37,
|
||||
0x88, 0x65, 0x15, 0xff, 0x67, 0xd4, 0xfc, 0x4b, 0x1a, 0xd9, 0xde, 0xb8, 0x97, 0x30, 0xec, 0x33,
|
||||
0xa3, 0x8f, 0x60, 0x8a, 0x88, 0x5f, 0xd6, 0x63, 0x94, 0xf2, 0xa8, 0x9f, 0xe0, 0x2a, 0xf0, 0xb4,
|
||||
0xf3, 0x50, 0x58, 0xd2, 0x2a, 0x5f, 0xa6, 0x60, 0x7d, 0x54, 0x0f, 0x40, 0x74, 0xc8, 0xae, 0x76,
|
||||
0xb8, 0xbd, 0x7b, 0xfc, 0xdd, 0xed, 0xdb, 0x14, 0x1c, 0x1d, 0xb6, 0x17, 0xf1, 0x82, 0xe2, 0xcb,
|
||||
0x50, 0xb0, 0xc9, 0x04, 0x05, 0xf5, 0x40, 0x48, 0xb1, 0xd4, 0xa2, 0x7f, 0xc0, 0x4c, 0x43, 0x33,
|
||||
0x6b, 0x15, 0xe3, 0x33, 0x7f, 0x1d, 0x0f, 0x52, 0xfa, 0xb6, 0x94, 0xe3, 0x00, 0x81, 0x6e, 0xc0,
|
||||
0x92, 0xb0, 0xdb, 0x24, 0x66, 0xdd, 0x69, 0x88, 0x77, 0x90, 0xdb, 0x46, 0x30, 0x57, 0x1e, 0xf4,
|
||||
0xe9, 0xf1, 0x80, 0x85, 0xf2, 0x7b, 0x0a, 0xd0, 0x61, 0x16, 0x84, 0xb3, 0x90, 0xd3, 0x6c, 0x43,
|
||||
0xec, 0xaa, 0x5e, 0x51, 0xe5, 0xd4, 0xf9, 0x6e, 0xa7, 0x98, 0xbb, 0xb6, 0x73, 0xc7, 0x13, 0xe2,
|
||||
0x50, 0xcf, 0xc1, 0xfe, 0x14, 0xf5, 0xa6, 0xa5, 0x04, 0xfb, 0x8e, 0x19, 0x0e, 0xf5, 0xe8, 0x12,
|
||||
0xcc, 0xe9, 0x4d, 0x97, 0x39, 0x84, 0x56, 0x74, 0xcb, 0x26, 0xa2, 0x09, 0xcd, 0xa8, 0x47, 0xe5,
|
||||
0x9d, 0xe6, 0xae, 0xf7, 0xe8, 0x70, 0x04, 0x89, 0x4a, 0x00, 0xbc, 0x8e, 0x98, 0xad, 0x71, 0x3f,
|
||||
0x59, 0xe1, 0x67, 0x81, 0x3f, 0xd8, 0x76, 0x20, 0xc5, 0x3d, 0x08, 0xe5, 0x39, 0xac, 0x54, 0x08,
|
||||
0x6d, 0x1b, 0x3a, 0xb9, 0xa6, 0xeb, 0x96, 0x6b, 0x3a, 0xfe, 0xd6, 0x5d, 0x86, 0x5c, 0x00, 0x93,
|
||||
0xa5, 0x76, 0x44, 0xfa, 0xcf, 0x05, 0x5c, 0x38, 0xc4, 0x04, 0xb5, 0x9d, 0x8e, 0xad, 0xed, 0xef,
|
||||
0xd2, 0x30, 0x1d, 0xd2, 0x67, 0xf6, 0x0c, 0xb3, 0x26, 0x99, 0x8f, 0xfb, 0xe8, 0x7b, 0x86, 0x59,
|
||||
0x7b, 0xd7, 0x29, 0xce, 0x4a, 0x18, 0xff, 0xc4, 0x02, 0x88, 0x6e, 0x40, 0xc6, 0x65, 0x84, 0xca,
|
||||
0xaa, 0x3d, 0x99, 0x90, 0xc7, 0x8f, 0x18, 0xa1, 0xfe, 0xca, 0x34, 0xc3, 0x49, 0xb9, 0x00, 0x0b,
|
||||
0x6b, 0x74, 0x1b, 0xb2, 0x75, 0xfe, 0x1e, 0xb2, 0x30, 0x4f, 0x25, 0xd0, 0xf4, 0xfe, 0x06, 0xf1,
|
||||
0x1e, 0x5f, 0x48, 0xb0, 0x47, 0x80, 0x9a, 0xb0, 0xc0, 0x22, 0x81, 0x13, 0x8f, 0x94, 0xbc, 0x02,
|
||||
0x0d, 0x8d, 0xb4, 0x8a, 0xba, 0x9d, 0xe2, 0x42, 0x54, 0x85, 0xfb, 0xb8, 0x95, 0x32, 0xcc, 0xf6,
|
||||
0x5c, 0x6b, 0x74, 0x1f, 0x55, 0xaf, 0xbe, 0x7c, 0x53, 0x98, 0x78, 0xf5, 0xa6, 0x30, 0xf1, 0xfa,
|
||||
0x4d, 0x61, 0xe2, 0x8b, 0x6e, 0x21, 0xf5, 0xb2, 0x5b, 0x48, 0xbd, 0xea, 0x16, 0x52, 0xaf, 0xbb,
|
||||
0x85, 0xd4, 0xaf, 0xdd, 0x42, 0xea, 0xc5, 0x6f, 0x85, 0x89, 0xa7, 0xc7, 0x62, 0xff, 0x2f, 0xfa,
|
||||
0x47, 0x00, 0x00, 0x00, 0xff, 0xff, 0x8d, 0x83, 0x74, 0x23, 0x4c, 0x15, 0x00, 0x00,
|
||||
// 1588 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x58, 0x4b, 0x73, 0x1b, 0xc5,
|
||||
0x16, 0xb6, 0x64, 0xc9, 0xb6, 0x8e, 0x9f, 0x69, 0xc7, 0x65, 0xc5, 0xb9, 0x25, 0x39, 0x73, 0xeb,
|
||||
0xe6, 0x71, 0x43, 0xa4, 0xc4, 0x45, 0x20, 0xa9, 0x00, 0xa9, 0x4c, 0x12, 0xf2, 0xb2, 0x1d, 0xa7,
|
||||
0x95, 0x07, 0x15, 0xa8, 0x82, 0xd1, 0xa8, 0x2d, 0x4d, 0x2c, 0xcd, 0x0c, 0xdd, 0x33, 0x32, 0xa6,
|
||||
0x8a, 0x2a, 0x7e, 0x42, 0x56, 0x2c, 0x59, 0xc0, 0x3f, 0x60, 0x45, 0xc1, 0x86, 0x65, 0x76, 0x64,
|
||||
0x19, 0x58, 0xa8, 0x88, 0xf8, 0x0b, 0x2c, 0x20, 0x2b, 0xaa, 0x7b, 0x7a, 0x66, 0x34, 0x92, 0x66,
|
||||
0xac, 0xf2, 0x22, 0x6c, 0xd8, 0x79, 0xce, 0xf9, 0xce, 0x77, 0xba, 0x4f, 0x9f, 0x97, 0x0c, 0xea,
|
||||
0xce, 0x05, 0x56, 0x32, 0xac, 0xf2, 0x8e, 0x5b, 0x25, 0xd4, 0x24, 0x0e, 0x61, 0xe5, 0x36, 0x31,
|
||||
0x6b, 0x16, 0x2d, 0x4b, 0x85, 0x66, 0x1b, 0xe5, 0xed, 0xa6, 0xb5, 0xab, 0x5b, 0xa6, 0x43, 0xad,
|
||||
0x66, 0xb9, 0x7d, 0xae, 0x5c, 0x27, 0x26, 0xa1, 0x9a, 0x43, 0x6a, 0x25, 0x9b, 0x5a, 0x8e, 0x85,
|
||||
0x8e, 0x78, 0xd0, 0x92, 0x66, 0x1b, 0xa5, 0x1e, 0x68, 0xa9, 0x7d, 0x6e, 0xe5, 0x4c, 0xdd, 0x70,
|
||||
0x1a, 0x6e, 0xb5, 0xa4, 0x5b, 0xad, 0x72, 0xdd, 0xaa, 0x5b, 0x65, 0x61, 0x51, 0x75, 0xb7, 0xc5,
|
||||
0x97, 0xf8, 0x10, 0x7f, 0x79, 0x4c, 0x2b, 0x6f, 0x86, 0x4e, 0x5b, 0x9a, 0xde, 0x30, 0x4c, 0x42,
|
||||
0xf7, 0xca, 0xf6, 0x4e, 0x9d, 0x0b, 0x58, 0xb9, 0x45, 0x1c, 0x6d, 0x88, 0xff, 0x95, 0x72, 0x9c,
|
||||
0x15, 0x75, 0x4d, 0xc7, 0x68, 0x91, 0x01, 0x83, 0xb7, 0xf6, 0x33, 0x60, 0x7a, 0x83, 0xb4, 0xb4,
|
||||
0x7e, 0x3b, 0xe5, 0xc7, 0x14, 0xac, 0x5e, 0xff, 0x8c, 0xb4, 0x6c, 0x67, 0x8b, 0x1a, 0x16, 0x35,
|
||||
0x9c, 0xbd, 0x75, 0xd2, 0x26, 0xcd, 0xab, 0x96, 0xb9, 0x6d, 0xd4, 0x5d, 0xaa, 0x39, 0x86, 0x65,
|
||||
0xa2, 0x0f, 0x20, 0x6f, 0x5a, 0x2d, 0xc3, 0xd4, 0xb8, 0x5c, 0x77, 0x29, 0x25, 0xa6, 0xbe, 0x57,
|
||||
0x69, 0x68, 0x94, 0xb0, 0x7c, 0x6a, 0x35, 0x75, 0x32, 0xab, 0xfe, 0xa7, 0xdb, 0x29, 0xe6, 0x37,
|
||||
0x63, 0x30, 0x38, 0xd6, 0x1a, 0xbd, 0x0b, 0xf3, 0x4d, 0x62, 0xd6, 0xb4, 0x6a, 0x93, 0x6c, 0x11,
|
||||
0xaa, 0x13, 0xd3, 0xc9, 0xa7, 0x05, 0xe1, 0x62, 0xb7, 0x53, 0x9c, 0x5f, 0x8f, 0xaa, 0x70, 0x3f,
|
||||
0x56, 0x79, 0x0c, 0xcb, 0xef, 0x37, 0xad, 0xdd, 0x6b, 0x06, 0x73, 0x0c, 0xb3, 0xee, 0x1a, 0xac,
|
||||
0x41, 0xe8, 0x06, 0x71, 0x1a, 0x56, 0x0d, 0x5d, 0x86, 0x8c, 0xb3, 0x67, 0x13, 0x71, 0xbe, 0x9c,
|
||||
0x7a, 0xfa, 0x59, 0xa7, 0x38, 0xd6, 0xed, 0x14, 0x33, 0xf7, 0xf7, 0x6c, 0xf2, 0xaa, 0x53, 0x3c,
|
||||
0x1a, 0x63, 0xc6, 0xd5, 0x58, 0x18, 0x2a, 0x4f, 0xd3, 0x00, 0x1c, 0x55, 0x11, 0x81, 0x43, 0x9f,
|
||||
0xc0, 0x14, 0x7f, 0xac, 0x9a, 0xe6, 0x68, 0x82, 0x73, 0x7a, 0xed, 0x6c, 0x29, 0x4c, 0x92, 0x20,
|
||||
0xe6, 0x25, 0x7b, 0xa7, 0xce, 0x05, 0xac, 0xc4, 0xd1, 0xa5, 0xf6, 0xb9, 0xd2, 0xdd, 0xea, 0x13,
|
||||
0xa2, 0x3b, 0x1b, 0xc4, 0xd1, 0x54, 0x24, 0x4f, 0x01, 0xa1, 0x0c, 0x07, 0xac, 0xe8, 0x0e, 0x64,
|
||||
0x98, 0x4d, 0x74, 0x11, 0x80, 0xe9, 0xb5, 0x53, 0xa5, 0xd8, 0x14, 0x2c, 0x85, 0xc7, 0xaa, 0xd8,
|
||||
0x44, 0x57, 0x67, 0xfc, 0xcb, 0xf1, 0x2f, 0x2c, 0x48, 0x50, 0x05, 0x26, 0x98, 0xa3, 0x39, 0x2e,
|
||||
0xcb, 0x8f, 0x0b, 0xba, 0xd3, 0xa3, 0xd1, 0x09, 0x13, 0x75, 0x4e, 0x12, 0x4e, 0x78, 0xdf, 0x58,
|
||||
0x52, 0x29, 0x2f, 0xd2, 0xb0, 0x18, 0x82, 0xaf, 0x5a, 0x66, 0xcd, 0x10, 0xf9, 0x71, 0x29, 0x12,
|
||||
0xeb, 0x13, 0x7d, 0xb1, 0x5e, 0x1e, 0x62, 0x12, 0xc6, 0x19, 0x5d, 0x0c, 0x4e, 0x9a, 0x16, 0xe6,
|
||||
0xc7, 0xa2, 0xce, 0x5f, 0x75, 0x8a, 0xf3, 0x81, 0x59, 0xf4, 0x3c, 0xa8, 0x0d, 0xa8, 0xa9, 0x31,
|
||||
0xe7, 0x3e, 0xd5, 0x4c, 0xe6, 0xd1, 0x1a, 0x2d, 0x22, 0x2f, 0xfc, 0xff, 0xd1, 0x5e, 0x87, 0x5b,
|
||||
0xa8, 0x2b, 0xd2, 0x25, 0x5a, 0x1f, 0x60, 0xc3, 0x43, 0x3c, 0xa0, 0xe3, 0x30, 0x41, 0x89, 0xc6,
|
||||
0x2c, 0x33, 0x9f, 0x11, 0x47, 0x0e, 0xe2, 0x85, 0x85, 0x14, 0x4b, 0x2d, 0x3a, 0x05, 0x93, 0x2d,
|
||||
0xc2, 0x98, 0x56, 0x27, 0xf9, 0xac, 0x00, 0xce, 0x4b, 0xe0, 0xe4, 0x86, 0x27, 0xc6, 0xbe, 0x5e,
|
||||
0xf9, 0x21, 0x05, 0x73, 0x61, 0x9c, 0xd6, 0x0d, 0xe6, 0xa0, 0x8f, 0x06, 0x32, 0xae, 0x34, 0xda,
|
||||
0x9d, 0xb8, 0xb5, 0xc8, 0xb7, 0x05, 0xe9, 0x6e, 0xca, 0x97, 0xf4, 0x64, 0xdb, 0x6d, 0xc8, 0x1a,
|
||||
0x0e, 0x69, 0xf1, 0xa8, 0x8f, 0x9f, 0x9c, 0x5e, 0xfb, 0xdf, 0x48, 0xf9, 0xa1, 0xce, 0x4a, 0xc6,
|
||||
0xec, 0x2d, 0x6e, 0x8b, 0x3d, 0x0a, 0xe5, 0x97, 0xf1, 0xde, 0xc3, 0xf3, 0x2c, 0x44, 0xdf, 0xa4,
|
||||
0x60, 0xc5, 0x8e, 0xed, 0x28, 0xf2, 0x3e, 0xef, 0x25, 0x38, 0x8d, 0x6f, 0x47, 0x98, 0x6c, 0x13,
|
||||
0xde, 0x43, 0x88, 0xaa, 0xc8, 0xd3, 0xac, 0x24, 0x80, 0x13, 0x4e, 0x81, 0x6e, 0x03, 0x6a, 0x69,
|
||||
0x0e, 0x8f, 0x63, 0x7d, 0x8b, 0x12, 0x9d, 0xd4, 0x38, 0xab, 0x6c, 0x40, 0x41, 0x4e, 0x6c, 0x0c,
|
||||
0x20, 0xf0, 0x10, 0x2b, 0xf4, 0x05, 0x2c, 0xd6, 0x06, 0xfb, 0x89, 0x4c, 0xc6, 0xb5, 0x7d, 0xa2,
|
||||
0x3b, 0xa4, 0x13, 0xa9, 0xcb, 0xdd, 0x4e, 0x71, 0x71, 0x88, 0x02, 0x0f, 0xf3, 0x83, 0x1e, 0x41,
|
||||
0x96, 0xba, 0x4d, 0xc2, 0xf2, 0x19, 0xf1, 0x9c, 0x49, 0x0e, 0xb7, 0xac, 0xa6, 0xa1, 0xef, 0x61,
|
||||
0x8e, 0x7e, 0x64, 0x38, 0x8d, 0x8a, 0x2b, 0x9a, 0x11, 0x0b, 0xdf, 0x56, 0xa8, 0xb0, 0xc7, 0xa7,
|
||||
0xb4, 0x61, 0xa1, 0xbf, 0x3f, 0xa0, 0x2a, 0x80, 0xee, 0x97, 0x24, 0x9f, 0x00, 0xe3, 0x7d, 0xb9,
|
||||
0x19, 0x9f, 0x40, 0x41, 0x25, 0x87, 0xbd, 0x30, 0x10, 0x31, 0xdc, 0xc3, 0xaa, 0x9c, 0x85, 0x99,
|
||||
0x1b, 0xd4, 0x72, 0x6d, 0x79, 0x3c, 0xb4, 0x0a, 0x19, 0x53, 0x6b, 0xf9, 0x3d, 0x26, 0x68, 0x79,
|
||||
0x9b, 0x5a, 0x8b, 0x60, 0xa1, 0x51, 0xbe, 0x4e, 0xc1, 0xec, 0xba, 0xd1, 0x32, 0x1c, 0x4c, 0x98,
|
||||
0x6d, 0x99, 0x8c, 0xa0, 0xf3, 0x91, 0xbe, 0x74, 0xac, 0xaf, 0x2f, 0x1d, 0x8a, 0x80, 0x7b, 0x3a,
|
||||
0xd2, 0x43, 0x98, 0xfc, 0xd4, 0x25, 0xae, 0x61, 0xd6, 0x65, 0x2f, 0x2e, 0x27, 0xdc, 0xed, 0x9e,
|
||||
0x87, 0x8c, 0x24, 0x96, 0x3a, 0xcd, 0x6b, 0x5c, 0x6a, 0xb0, 0x4f, 0xa6, 0xfc, 0x91, 0x86, 0x63,
|
||||
0xc2, 0x27, 0xa9, 0xfd, 0x23, 0xc3, 0x96, 0xc0, 0x6c, 0xb3, 0xf7, 0xca, 0xf2, 0x76, 0x27, 0x13,
|
||||
0x6e, 0x17, 0x09, 0x91, 0xba, 0x24, 0x23, 0x18, 0x0d, 0x33, 0x8e, 0xb2, 0x0e, 0x9b, 0xe9, 0xe3,
|
||||
0xa3, 0xcf, 0x74, 0x74, 0x17, 0x96, 0xaa, 0x16, 0xa5, 0xd6, 0xae, 0x61, 0xd6, 0x85, 0x1f, 0x9f,
|
||||
0x24, 0x23, 0x48, 0x8e, 0x74, 0x3b, 0xc5, 0x25, 0x75, 0x18, 0x00, 0x0f, 0xb7, 0x53, 0x76, 0x61,
|
||||
0x69, 0x93, 0x77, 0x0d, 0x66, 0xb9, 0x54, 0x27, 0x61, 0xf6, 0xa3, 0x22, 0x64, 0xdb, 0x84, 0x56,
|
||||
0xbd, 0x0c, 0xce, 0xa9, 0x39, 0x9e, 0xfb, 0x0f, 0xb9, 0x00, 0x7b, 0x72, 0x7e, 0x13, 0x33, 0xb4,
|
||||
0x7c, 0x80, 0xd7, 0x59, 0x7e, 0x42, 0x40, 0xc5, 0x4d, 0x36, 0xa3, 0x2a, 0xdc, 0x8f, 0x55, 0x7e,
|
||||
0x4e, 0xc3, 0x72, 0x4c, 0xb1, 0xa1, 0x2d, 0x98, 0x62, 0xf2, 0x6f, 0x59, 0x40, 0x4a, 0xc2, 0x33,
|
||||
0x48, 0xb3, 0xb0, 0xa1, 0xfb, 0x3c, 0x38, 0x60, 0x41, 0x4f, 0x60, 0x96, 0x4a, 0xef, 0xc2, 0x9d,
|
||||
0x6c, 0xec, 0x67, 0x12, 0x68, 0x07, 0x63, 0x12, 0x3e, 0x31, 0xee, 0xe5, 0xc2, 0x51, 0x6a, 0xd4,
|
||||
0x86, 0x85, 0x9e, 0xcb, 0x7a, 0xee, 0xc6, 0x85, 0xbb, 0xb3, 0x09, 0xee, 0x86, 0xbe, 0x82, 0x9a,
|
||||
0x97, 0x1e, 0x17, 0x36, 0xfb, 0x18, 0xf1, 0x80, 0x0f, 0xe5, 0xa7, 0x34, 0x24, 0xf4, 0xfa, 0xd7,
|
||||
0xb0, 0xa3, 0x7d, 0x18, 0xd9, 0xd1, 0x2e, 0x1e, 0x68, 0x7e, 0xc5, 0xee, 0x6c, 0x7a, 0xdf, 0xce,
|
||||
0x76, 0xe9, 0x60, 0xf4, 0xc9, 0x3b, 0xdc, 0x9f, 0x69, 0xf8, 0x6f, 0xbc, 0x71, 0xb8, 0xd3, 0xdd,
|
||||
0x89, 0xf4, 0xce, 0xb7, 0xfb, 0x7a, 0xe7, 0x89, 0x11, 0x28, 0xfe, 0xdd, 0xf1, 0xfa, 0x76, 0xbc,
|
||||
0x5f, 0x53, 0x50, 0x88, 0x8f, 0xdb, 0x6b, 0xd8, 0xf9, 0x1e, 0x47, 0x77, 0xbe, 0xf3, 0x07, 0xca,
|
||||
0xaf, 0x98, 0x1d, 0xf0, 0x46, 0x52, 0x5a, 0x05, 0x2b, 0xdb, 0x08, 0x63, 0xfc, 0xdb, 0x74, 0x52,
|
||||
0x94, 0xc4, 0x72, 0xb9, 0xcf, 0xef, 0x8d, 0x88, 0xf5, 0x75, 0x93, 0x0f, 0x97, 0x16, 0x9f, 0x0f,
|
||||
0x5e, 0x2e, 0xea, 0x30, 0xd9, 0xf4, 0x86, 0xb0, 0xac, 0xe2, 0x77, 0xf6, 0x9b, 0x7f, 0x49, 0xe3,
|
||||
0xda, 0x1b, 0xf5, 0x12, 0x86, 0x7d, 0x66, 0xf4, 0x31, 0x4c, 0x10, 0xf1, 0xab, 0x7a, 0x84, 0x52,
|
||||
0xde, 0xef, 0xe7, 0xb7, 0x0a, 0x3c, 0xed, 0x3c, 0x14, 0x96, 0xb4, 0xca, 0x57, 0x29, 0x58, 0xdd,
|
||||
0xaf, 0x07, 0x20, 0x3a, 0x64, 0x4f, 0x3b, 0xd8, 0xce, 0x3d, 0xfa, 0xde, 0xf6, 0x5d, 0x0a, 0x0e,
|
||||
0x0f, 0xdb, 0x89, 0x78, 0x41, 0xf1, 0x45, 0x28, 0xd8, 0x62, 0x82, 0x82, 0xba, 0x27, 0xa4, 0x58,
|
||||
0x6a, 0xd1, 0x1b, 0x30, 0xd5, 0xd0, 0xcc, 0x5a, 0xc5, 0xf8, 0xdc, 0x5f, 0xc5, 0x83, 0x94, 0xbe,
|
||||
0x29, 0xe5, 0x38, 0x40, 0xa0, 0x6b, 0xb0, 0x20, 0xec, 0xd6, 0x89, 0x59, 0x77, 0x1a, 0xe2, 0x1d,
|
||||
0xe4, 0xb6, 0x11, 0xcc, 0x95, 0x7b, 0x7d, 0x7a, 0x3c, 0x60, 0xa1, 0xfc, 0x95, 0x02, 0x74, 0x90,
|
||||
0x05, 0xe1, 0x34, 0xe4, 0x34, 0xdb, 0x10, 0x7b, 0xaa, 0x57, 0x54, 0x39, 0x75, 0xb6, 0xdb, 0x29,
|
||||
0xe6, 0xae, 0x6c, 0xdd, 0xf2, 0x84, 0x38, 0xd4, 0x73, 0xb0, 0x3f, 0x45, 0xbd, 0x69, 0x29, 0xc1,
|
||||
0xbe, 0x63, 0x86, 0x43, 0x3d, 0xba, 0x00, 0x33, 0x7a, 0xd3, 0x65, 0x0e, 0xa1, 0x15, 0xdd, 0xb2,
|
||||
0x89, 0x68, 0x42, 0x53, 0xea, 0x61, 0x79, 0xa7, 0x99, 0xab, 0x3d, 0x3a, 0x1c, 0x41, 0xa2, 0x12,
|
||||
0x00, 0xaf, 0x23, 0x66, 0x6b, 0xdc, 0x4f, 0x56, 0xf8, 0x99, 0xe3, 0x0f, 0xb6, 0x19, 0x48, 0x71,
|
||||
0x0f, 0x42, 0x79, 0x02, 0x4b, 0x15, 0x42, 0xdb, 0x86, 0x4e, 0xae, 0xe8, 0xba, 0xe5, 0x9a, 0x8e,
|
||||
0xbf, 0x71, 0x97, 0x21, 0x17, 0xc0, 0x64, 0xa9, 0x1d, 0x92, 0xfe, 0x73, 0x01, 0x17, 0x0e, 0x31,
|
||||
0x41, 0x6d, 0xa7, 0x63, 0x6b, 0xfb, 0xfb, 0x34, 0x4c, 0x86, 0xf4, 0x99, 0x1d, 0xc3, 0xac, 0x49,
|
||||
0xe6, 0xa3, 0x3e, 0xfa, 0x8e, 0x61, 0xd6, 0x5e, 0x75, 0x8a, 0xd3, 0x12, 0xc6, 0x3f, 0xb1, 0x00,
|
||||
0xa2, 0x6b, 0x90, 0x71, 0x19, 0xa1, 0xb2, 0x6a, 0x8f, 0x27, 0xe4, 0xf1, 0x03, 0x46, 0xa8, 0xbf,
|
||||
0x32, 0x4d, 0x71, 0x52, 0x2e, 0xc0, 0xc2, 0x1a, 0xdd, 0x84, 0x6c, 0x9d, 0xbf, 0x87, 0x2c, 0xcc,
|
||||
0x13, 0x09, 0x34, 0xbd, 0xbf, 0x3f, 0xbc, 0xc7, 0x17, 0x12, 0xec, 0x11, 0xa0, 0x26, 0xcc, 0xb1,
|
||||
0x48, 0xe0, 0xc4, 0x23, 0x25, 0xaf, 0x40, 0x43, 0x23, 0xad, 0xa2, 0x6e, 0xa7, 0x38, 0x17, 0x55,
|
||||
0xe1, 0x3e, 0x6e, 0xa5, 0x0c, 0xd3, 0x3d, 0xd7, 0xda, 0xbf, 0x8f, 0xaa, 0x97, 0x9f, 0xbd, 0x2c,
|
||||
0x8c, 0x3d, 0x7f, 0x59, 0x18, 0x7b, 0xf1, 0xb2, 0x30, 0xf6, 0x65, 0xb7, 0x90, 0x7a, 0xd6, 0x2d,
|
||||
0xa4, 0x9e, 0x77, 0x0b, 0xa9, 0x17, 0xdd, 0x42, 0xea, 0xb7, 0x6e, 0x21, 0xf5, 0xf4, 0xf7, 0xc2,
|
||||
0xd8, 0xe3, 0x23, 0xb1, 0xff, 0x13, 0xfd, 0x3b, 0x00, 0x00, 0xff, 0xff, 0xd1, 0x0a, 0x3e, 0x83,
|
||||
0x48, 0x15, 0x00, 0x00,
|
||||
}
|
||||
|
||||
func (m *ExemptPriorityLevelConfiguration) Marshal() (dAtA []byte, err error) {
|
||||
@ -1242,9 +1242,11 @@ func (m *LimitedPriorityLevelConfiguration) MarshalToSizedBuffer(dAtA []byte) (i
|
||||
}
|
||||
i--
|
||||
dAtA[i] = 0x12
|
||||
i = encodeVarintGenerated(dAtA, i, uint64(m.NominalConcurrencyShares))
|
||||
i--
|
||||
dAtA[i] = 0x8
|
||||
if m.NominalConcurrencyShares != nil {
|
||||
i = encodeVarintGenerated(dAtA, i, uint64(*m.NominalConcurrencyShares))
|
||||
i--
|
||||
dAtA[i] = 0x8
|
||||
}
|
||||
return len(dAtA) - i, nil
|
||||
}
|
||||
|
||||
@ -2005,7 +2007,9 @@ func (m *LimitedPriorityLevelConfiguration) Size() (n int) {
|
||||
}
|
||||
var l int
|
||||
_ = l
|
||||
n += 1 + sovGenerated(uint64(m.NominalConcurrencyShares))
|
||||
if m.NominalConcurrencyShares != nil {
|
||||
n += 1 + sovGenerated(uint64(*m.NominalConcurrencyShares))
|
||||
}
|
||||
l = m.LimitResponse.Size()
|
||||
n += 1 + l + sovGenerated(uint64(l))
|
||||
if m.LendablePercent != nil {
|
||||
@ -2382,7 +2386,7 @@ func (this *LimitedPriorityLevelConfiguration) String() string {
|
||||
return "nil"
|
||||
}
|
||||
s := strings.Join([]string{`&LimitedPriorityLevelConfiguration{`,
|
||||
`NominalConcurrencyShares:` + fmt.Sprintf("%v", this.NominalConcurrencyShares) + `,`,
|
||||
`NominalConcurrencyShares:` + valueToStringGenerated(this.NominalConcurrencyShares) + `,`,
|
||||
`LimitResponse:` + strings.Replace(strings.Replace(this.LimitResponse.String(), "LimitResponse", "LimitResponse", 1), `&`, ``, 1) + `,`,
|
||||
`LendablePercent:` + valueToStringGenerated(this.LendablePercent) + `,`,
|
||||
`BorrowingLimitPercent:` + valueToStringGenerated(this.BorrowingLimitPercent) + `,`,
|
||||
@ -3713,7 +3717,7 @@ func (m *LimitedPriorityLevelConfiguration) Unmarshal(dAtA []byte) error {
|
||||
if wireType != 0 {
|
||||
return fmt.Errorf("proto: wrong wireType = %d for field NominalConcurrencyShares", wireType)
|
||||
}
|
||||
m.NominalConcurrencyShares = 0
|
||||
var v int32
|
||||
for shift := uint(0); ; shift += 7 {
|
||||
if shift >= 64 {
|
||||
return ErrIntOverflowGenerated
|
||||
@ -3723,11 +3727,12 @@ func (m *LimitedPriorityLevelConfiguration) Unmarshal(dAtA []byte) error {
|
||||
}
|
||||
b := dAtA[iNdEx]
|
||||
iNdEx++
|
||||
m.NominalConcurrencyShares |= int32(b&0x7F) << shift
|
||||
v |= int32(b&0x7F) << shift
|
||||
if b < 0x80 {
|
||||
break
|
||||
}
|
||||
}
|
||||
m.NominalConcurrencyShares = &v
|
||||
case 2:
|
||||
if wireType != 2 {
|
||||
return fmt.Errorf("proto: wrong wireType = %d for field LimitResponse", wireType)
|
||||
|
@ -206,7 +206,12 @@ message LimitedPriorityLevelConfiguration {
|
||||
//
|
||||
// Bigger numbers mean a larger nominal concurrency limit,
|
||||
// at the expense of every other priority level.
|
||||
// This field has a default value of 30.
|
||||
//
|
||||
// If not specified, this field defaults to a value of 30.
|
||||
//
|
||||
// Setting this field to zero allows for the construction of a
|
||||
// "jail" for this priority level that is used to hold some request(s)
|
||||
//
|
||||
// +optional
|
||||
optional int32 nominalConcurrencyShares = 1;
|
||||
|
||||
|
@ -122,7 +122,7 @@ func (LimitResponse) SwaggerDoc() map[string]string {
|
||||
|
||||
var map_LimitedPriorityLevelConfiguration = map[string]string{
|
||||
"": "LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:\n - How are requests for this priority level limited?\n - What should be done with requests that exceed the limit?",
|
||||
"nominalConcurrencyShares": "`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:\n\nNominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)\n\nBigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level. This field has a default value of 30.",
|
||||
"nominalConcurrencyShares": "`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:\n\nNominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)\n\nBigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level.\n\nIf not specified, this field defaults to a value of 30.\n\nSetting this field to zero allows for the construction of a \"jail\" for this priority level that is used to hold some request(s)",
|
||||
"limitResponse": "`limitResponse` indicates what to do with requests that can not be executed right now",
|
||||
"lendablePercent": "`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.\n\nLendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )",
|
||||
"borrowingLimitPercent": "`borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.\n\nBorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )\n\nThe value of this field can be more than 100, implying that this priority level can borrow a number of seats that is greater than its own nominal concurrency limit (NominalCL). When this field is left `nil`, the limit is effectively infinite.",
|
||||
|
@ -237,6 +237,11 @@ func (in *LimitResponse) DeepCopy() *LimitResponse {
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *LimitedPriorityLevelConfiguration) DeepCopyInto(out *LimitedPriorityLevelConfiguration) {
|
||||
*out = *in
|
||||
if in.NominalConcurrencyShares != nil {
|
||||
in, out := &in.NominalConcurrencyShares, &out.NominalConcurrencyShares
|
||||
*out = new(int32)
|
||||
**out = **in
|
||||
}
|
||||
in.LimitResponse.DeepCopyInto(&out.LimitResponse)
|
||||
if in.LendablePercent != nil {
|
||||
in, out := &in.LendablePercent, &out.LendablePercent
|
||||
|
@ -8895,7 +8895,6 @@ var schemaYAML = typed.YAMLObject(`types:
|
||||
- name: lastTransitionTime
|
||||
type:
|
||||
namedType: io.k8s.apimachinery.pkg.apis.meta.v1.Time
|
||||
default: {}
|
||||
- name: message
|
||||
type:
|
||||
scalar: string
|
||||
@ -8977,7 +8976,6 @@ var schemaYAML = typed.YAMLObject(`types:
|
||||
- name: nominalConcurrencyShares
|
||||
type:
|
||||
scalar: numeric
|
||||
default: 0
|
||||
- name: io.k8s.api.flowcontrol.v1.NonResourcePolicyRule
|
||||
map:
|
||||
fields:
|
||||
@ -9041,7 +9039,6 @@ var schemaYAML = typed.YAMLObject(`types:
|
||||
- name: lastTransitionTime
|
||||
type:
|
||||
namedType: io.k8s.apimachinery.pkg.apis.meta.v1.Time
|
||||
default: {}
|
||||
- name: message
|
||||
type:
|
||||
scalar: string
|
||||
|
Loading…
Reference in New Issue
Block a user