class K8S::Api::Flowcontrol::V1beta1::LimitResponse
- K8S::Api::Flowcontrol::V1beta1::LimitResponse
- Reference
- Object
Overview
LimitResponse defines how to handle requests that can not be executed right now.
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
versions/v1.21/api/flowcontrol/v1beta1/limit_response.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, type : String, queuing : Api::Flowcontrol::V1beta1::QueuingConfiguration? = nil)
Instance Method Summary
- #queuing : Api::Flowcontrol::V1beta1::QueuingConfiguration?
- #queuing=(queuing : Api::Flowcontrol::V1beta1::QueuingConfiguration?)
- #type : String
- #type=(type : String)