class K8S::Api::Flowcontrol::V1alpha1::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
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.18/api/flowcontrol/v1alpha1/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::V1alpha1::LimitResponse? = nil)
Instance Method Summary
- #assured_concurrency_shares : Int32?
- #assured_concurrency_shares=(assured_concurrency_shares : Int32?)
- #limit_response : Api::Flowcontrol::V1alpha1::LimitResponse?
- #limit_response=(limit_response : Api::Flowcontrol::V1alpha1::LimitResponse?)