package
0.0.0-20180911130330-d3ccc4fb1d66
Repository: https://github.com/rglyons/kube-arangodb.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
Package etcd provides conversion of etcd errors to API errors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package value contains methods for assisting with transformation of values in storage.
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
IsConflict returns true if and only if err is a write conflict.
IsInternalError returns true if and only if err is an InternalError.
IsInvalidError returns true if and only if err is an InvalidError.
IsInvalidObj returns true if and only if err is invalid error.
IsNodeExist returns true if and only if err is an node already exist error.
IsNotFound returns true if and only if err is "key" not found error.
IsUnreachable returns true if and only if err indicates the server could not be reached.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewUIDPreconditions returns a Preconditions with UID set.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SimpleUpdateFunc converts SimpleUpdateFunc into UpdateFunc.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
Everything accepts all objects.
# Structs
InternalError is generated when an error occurs in the storage package, i.e., not from the underlying storage backend (e.g., etcd).
InvalidError is generated when an error caused by invalid API object occurs in the storage package.
MatchValue defines a pair (<index name>, <value for that index>).
Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.
ResponseMeta contains information about the database metadata that is associated with an object.
SelectionPredicate is used to represent the way to select objects from api storage.
No description provided by the author
# Type aliases
AttrFunc returns label and field sets and the uninitialized flag for List or Watch to match.
FieldMutationFunc allows the mutation of the field selection fields.
HighWaterMark is a thread-safe object for tracking the maximum value seen for some quantity.
No description provided by the author
TriggerPublisherFunc is a function that takes an object, and returns a list of pairs (<index name>, <index value for the given object>) for all indexes known to that function.
Pass an UpdateFunc to Interface.GuaranteedUpdate to make an update that is guaranteed to succeed.