Class V1ListMeta

java.lang.Object
io.kubernetes.client.openapi.models.V1ListMeta

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-18T15:05:57.863601Z[Etc/UTC]") public class V1ListMeta extends Object
ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.
  • Field Details

  • Constructor Details

    • V1ListMeta

      public V1ListMeta()
  • Method Details

    • _continue

      public V1ListMeta _continue(String _continue)
    • getContinue

      @Nullable public String getContinue()
      continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.
      Returns:
      _continue
    • setContinue

      public void setContinue(String _continue)
    • remainingItemCount

      public V1ListMeta remainingItemCount(Long remainingItemCount)
    • getRemainingItemCount

      @Nullable public Long getRemainingItemCount()
      remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.
      Returns:
      remainingItemCount
    • setRemainingItemCount

      public void setRemainingItemCount(Long remainingItemCount)
    • resourceVersion

      public V1ListMeta resourceVersion(String resourceVersion)
    • getResourceVersion

      @Nullable public String getResourceVersion()
      String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
      Returns:
      resourceVersion
    • setResourceVersion

      public void setResourceVersion(String resourceVersion)
    • selfLink

      public V1ListMeta selfLink(String selfLink)
    • getSelfLink

      @Nullable public String getSelfLink()
      Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
      Returns:
      selfLink
    • setSelfLink

      public void setSelfLink(String selfLink)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object