package daemon
import "k8s.io/kubernetes/pkg/registry/daemon"
Package daemon provides Registry interface and its RESTStorage implementation for storing Daemon api objects.
Index ¶
- Variables
- func DaemonToSelectableFields(daemon *expapi.Daemon) fields.Set
- func MatchDaemon(label labels.Selector, field fields.Selector) generic.Matcher
Variables ¶
var Strategy = daemonStrategy{api.Scheme, api.SimpleNameGenerator}
Strategy is the default logic that applies when creating and updating Daemon objects.
Functions ¶
func DaemonToSelectableFields ¶
DaemonToSelectableFields returns a field set that represents the object.
func MatchDaemon ¶
MatchDaemon is the filter used by the generic etcd backend to route watch events from etcd to clients of the apiserver only interested in specific labels/fields.
Source Files ¶
doc.go strategy.go
Directories ¶
Path | Synopsis |
---|---|
pkg/registry/daemon/etcd |
- Version
- v1.1.0-alpha.1
- Published
- Aug 28, 2015
- Platform
- darwin/amd64
- Imports
- 10 packages
- Last checked
- 24 minutes ago –
Tools for package owners.