MCPcopy
hub / github.com/etcd-io/etcd / List

Method List

client/v3/kubernetes/interface.go:42–42  ·  view source on GitHub ↗

List retrieves key-value pairs with the specified prefix, ordered lexicographically by key. If opts.Revision is non-zero, the key-value pairs are retrieved at the specified revision. If the required revision has been compacted, the request will fail with ErrCompacted. If opts.Limit is greater than

(ctx context.Context, prefix string, opts ListOptions)

Source from the content-addressed store, hash-verified

40 // specified by it. When paginating, the Continue value should be set
41 // to the last observed key with "\x00" appended to it.
42 List(ctx context.Context, prefix string, opts ListOptions) (ListResponse, error)
43
44 // Count returns the number of keys with the specified prefix.
45 //

Callers 4

BeforeTestFunction · 0.65
ReadMethod · 0.65

Implementers 1

Clientclient/v3/kubernetes/client.go

Calls

no outgoing calls