Class APIRequestCountStatus

    • Constructor Detail

      • APIRequestCountStatus

        public APIRequestCountStatus()
        No args constructor for use in serialization
    • Method Detail

      • getConditions

        public List<io.fabric8.kubernetes.api.model.Condition> getConditions()
        conditions contains details of the current status of this API Resource.
      • setConditions

        public void setConditions​(List<io.fabric8.kubernetes.api.model.Condition> conditions)
        conditions contains details of the current status of this API Resource.
      • getLast24h

        public List<PerResourceAPIRequestLog> getLast24h()
        last24h contains request history for the last 24 hours, indexed by the hour, so 12:00AM-12:59 is in index 0, 6am-6:59am is index 6, etc. The index of the current hour is updated live and then duplicated into the requestsLastHour field.
      • setLast24h

        public void setLast24h​(List<PerResourceAPIRequestLog> last24h)
        last24h contains request history for the last 24 hours, indexed by the hour, so 12:00AM-12:59 is in index 0, 6am-6:59am is index 6, etc. The index of the current hour is updated live and then duplicated into the requestsLastHour field.
      • getRemovedInRelease

        public String getRemovedInRelease()
        removedInRelease is when the API will be removed.
      • setRemovedInRelease

        public void setRemovedInRelease​(String removedInRelease)
        removedInRelease is when the API will be removed.
      • getRequestCount

        public Long getRequestCount()
        requestCount is a sum of all requestCounts across all current hours, nodes, and users.
      • setRequestCount

        public void setRequestCount​(Long requestCount)
        requestCount is a sum of all requestCounts across all current hours, nodes, and users.
      • getAdditionalProperties

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

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

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