package
1.2.0-alpha.1
Repository: https://github.com/gosharplite/kubernetes.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
Everything is a FilterFunc which accepts all objects.
No description provided by the author
Create a new Cacher responsible from service WATCH and LIST requests from its internal cache and updating its cache in the background based on the given configuration.
No description provided by the author
ParseWatchResourceVersion takes a resource version argument and converts it to the etcd version we should pass to helper.Watch().
SimpleUpdateFunc converts SimpleUpdateFunc into UpdateFunc.
# Structs
Cacher is responsible for serving WATCH and LIST requests for a given resource from its internal cache and updating its cache in the background based on the underlying storage contents.
CacherConfig contains the configuration for a given Cache.
ResponseMeta contains information about the database metadata that is associated with an object.
# Type aliases
FilterFunc is a predicate which takes an API object and returns true if and only if the object should remain in the set.
No description provided by the author
Pass an UpdateFunc to Interface.GuaranteedUpdate to make an update that is guaranteed to succeed.