Class LimitResponse
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.flowcontrol.v1beta3.LimitResponse
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<LimitResponseBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class LimitResponse extends Object implements io.fabric8.kubernetes.api.builder.Editable<LimitResponseBuilder>, io.fabric8.kubernetes.api.model.KubernetesResourceLimitResponse defines how to handle requests that can not be executed right now.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LimitResponse()No args constructor for use in serializationLimitResponse(QueuingConfiguration queuing, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LimitResponseBuilderedit()Map<String,Object>getAdditionalProperties()QueuingConfigurationgetQueuing()LimitResponse defines how to handle requests that can not be executed right now.StringgetType()`type` is "Queue" or "Reject".voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetQueuing(QueuingConfiguration queuing)LimitResponse defines how to handle requests that can not be executed right now.voidsetType(String type)`type` is "Queue" or "Reject".LimitResponseBuildertoBuilder()
-
-
-
Constructor Detail
-
LimitResponse
public LimitResponse()
No args constructor for use in serialization
-
LimitResponse
public LimitResponse(QueuingConfiguration queuing, String type)
-
-
Method Detail
-
getQueuing
public QueuingConfiguration getQueuing()
LimitResponse defines how to handle requests that can not be executed right now.
-
setQueuing
public void setQueuing(QueuingConfiguration queuing)
LimitResponse defines how to handle requests that can not be executed right now.
-
getType
public String getType()
`type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
-
setType
public void setType(String type)
`type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
-
edit
public LimitResponseBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<LimitResponseBuilder>
-
toBuilder
public LimitResponseBuilder toBuilder()
-
-