package
0.0.0-20161015192436-cf83b6a632e6
Repository: https://github.com/fasaxc/libcalico-go.git
Documentation: pkg.go.dev
# Functions
KeyFromDefaultPath parses the default path representation of a key into one of our <Type>Key structs.
KeyToDefaultDeleteParentPaths returns a slice of '/'-delimited paths which are used to delete parent entries that may be auto-created by directory-based KV stores (e.g.
KeyToDefaultDeletePath converts one of the Keys from this package into a unique '/'-delimited path, which is suitable for use as the key when (recursively) deleting the value from a hierarchical (i.e.
KeyToDefaultPath converts one of the Keys from this package into a unique '/'-delimited path, which is suitable for use as the key when storing the value in a hierarchical (i.e.
ListOptionsToDefaultPathRoot converts list options struct into a common-prefix path suitable for querying a datastore that uses the paths returned by KeyToDefaultPath.
ParseValue parses the default JSON representation of our data into one of our value structs, according to the type of key.
# Structs
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
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
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
TODO find a place to put this.
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
IPNat contains a single NAT mapping for a WorkloadEndpoint resource.
KVPair holds a typed key and value object as well as datastore specific revision information.
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
The profile structure is defined to allow the client to define a conversion interface to map between the API and backend profiles.
The profile key actually returns the common parent of the three separate entries.
ProfileLabelsKey implements the KeyInterface for the profile labels.
No description provided by the author
No description provided by the author
ProfileRulesKey implements the KeyInterface for the profile rules.
ProfileTagsKey implements the KeyInterface for the profile tags.
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
No description provided by the author
# Interfaces
Key represents a parsed datastore key.
Interface used to perform datastore lookups.