Class 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.KubernetesResource
    LimitResponse defines how to handle requests that can not be executed right now.
    See Also:
    Serialized Form
    • Constructor Detail

      • LimitResponse

        public LimitResponse()
        No args constructor for use in serialization
    • 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.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)