Interface ClientStat.Builder

    • Method Detail

      • userAgent

        ClientStat.Builder userAgent​(String userAgent)

        The user agent of the Kubernetes client using the deprecated resource.

        Parameters:
        userAgent - The user agent of the Kubernetes client using the deprecated resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • numberOfRequestsLast30Days

        ClientStat.Builder numberOfRequestsLast30Days​(Integer numberOfRequestsLast30Days)

        The number of requests from the Kubernetes client seen over the last 30 days.

        Parameters:
        numberOfRequestsLast30Days - The number of requests from the Kubernetes client seen over the last 30 days.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastRequestTime

        ClientStat.Builder lastRequestTime​(Instant lastRequestTime)

        The timestamp of the last request seen from the Kubernetes client.

        Parameters:
        lastRequestTime - The timestamp of the last request seen from the Kubernetes client.
        Returns:
        Returns a reference to this object so that method calls can be chained together.