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