Kazan v0.11.0 Kazan.Models.Apimachinery.Meta.V1.ListMeta View Source

ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.

OpenAPI Definition: io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta

Properties

  • continue :: String

    • 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 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.
  • resource_version :: String

    • 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.
  • self_link :: String

    • selfLink is a URL representing this object. Populated by the system. Read-only.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Models.Apimachinery.Meta.V1.ListMeta{
  continue: String.t(),
  resource_version: String.t(),
  self_link: String.t()
}