package
1.2.0-alpha.3
Repository: https://github.com/suhasanand/kubernetes.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
GetEtcdVersion performs a version check against the provided Etcd server, returning the string response, and error (if any).
IsEtcdNodeExist returns true if and only if err is an etcd node already exist error.
IsEtcdNotFound returns true if and only if err is an etcd not found error.
IsEtcdTestFailed returns true if and only if err is an etcd write conflict.
IsEtcdWatchStoppedByUser returns true if and only if err is a client triggered stop.
No description provided by the author
No description provided by the author
NewEtcdTestClientServer creates a new client and server for testing.
# Constants
Etcd watch event actions.
Etcd watch event actions.
Etcd watch event actions.
Etcd watch event actions.
Etcd watch event actions.
Etcd watch event actions.
# Structs
APIObjectVersioner implements versioning and extracting etcd node information for objects that have an embedded ObjectMeta or ListMeta field.
EtcdTestServer encapsulates the datastructures needed to start local instance for testing.
# Type aliases
TransformFunc attempts to convert an object to another object for use with a watcher.