Class V1ListMeta
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1ListMeta
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSet _continue in a chainable fashion.boolean
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.remainingItemCount is the number of subsequent items in the list which are not included in this list response.String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed.Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.int
hashCode()
remainingItemCount
(Long remainingItemCount) Set remainingItemCount in a chainable fashion.resourceVersion
(String resourceVersion) Set resourceVersion in a chainable fashion.Set selfLink in a chainable fashion.void
set_continue
(String _continue) Set the _continue property valuevoid
setRemainingItemCount
(Long remainingItemCount) Set the remainingItemCount property valuevoid
setResourceVersion
(String resourceVersion) Set the resourceVersion property valuevoid
setSelfLink
(String selfLink) Set the selfLink property valuetoString()
-
Field Details
-
JSON_PROPERTY_CONTINUE
- See Also:
-
JSON_PROPERTY_REMAINING_ITEM_COUNT
- See Also:
-
JSON_PROPERTY_RESOURCE_VERSION
- See Also:
-
JSON_PROPERTY_SELF_LINK
- See Also:
-
-
Constructor Details
-
V1ListMeta
public V1ListMeta()
-
-
Method Details
-
get_continue
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:
- the _continue property value
-
set_continue
Set the _continue property value -
_continue
Set _continue in a chainable fashion.- Returns:
- The same instance of V1ListMeta for chaining.
-
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:
- the remainingItemCount property value
-
setRemainingItemCount
Set the remainingItemCount property value -
remainingItemCount
Set remainingItemCount in a chainable fashion.- Returns:
- The same instance of V1ListMeta for chaining.
-
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:
- the resourceVersion property value
-
setResourceVersion
Set the resourceVersion property value -
resourceVersion
Set resourceVersion in a chainable fashion.- Returns:
- The same instance of V1ListMeta for chaining.
-
getSelfLink
Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.- Returns:
- the selfLink property value
-
setSelfLink
Set the selfLink property value -
selfLink
Set selfLink in a chainable fashion.- Returns:
- The same instance of V1ListMeta for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-