package
1.2.0-alpha.4
Repository: https://github.com/ericchiang/kubernetes.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# 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.
IsEtcdUnreachable returns true if and only if err indicates the server could not be reached.
IsEtcdWatchExpired returns true if and only if err indicates the watch has expired.
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

# 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.

# Type aliases

TransformFunc attempts to convert an object to another object for use with a watcher.