class K8S::Api::Flowcontrol::V1beta1::LimitedPriorityLevelConfiguration
Overview
LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
- How are requests for this priority level limited?
 - What should be done with requests that exceed the limit?
 
Included Modules
- JSON::Serializable
 - YAML::Serializable
 
Defined in:
versions/v1.21/api/flowcontrol/v1beta1/limited_priority_level_configuration.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, assured_concurrency_shares : Int32? = nil, limit_response : Api::Flowcontrol::V1beta1::LimitResponse? = nil)
 
Instance Method Summary
- #assured_concurrency_shares : Int32?
 - #assured_concurrency_shares=(assured_concurrency_shares : Int32?)
 - #limit_response : Api::Flowcontrol::V1beta1::LimitResponse?
 - #limit_response=(limit_response : Api::Flowcontrol::V1beta1::LimitResponse?)