package ingress
import "k8s.io/kubernetes/pkg/registry/ingress"
Index ¶
- Variables
- func IngressToSelectableFields(ingress *extensions.Ingress) fields.Set
- func MatchIngress(label labels.Selector, field fields.Selector) generic.Matcher
Variables ¶
var StatusStrategy = ingressStatusStrategy{Strategy}
var Strategy = ingressStrategy{api.Scheme, api.SimpleNameGenerator}
Strategy is the default logic that applies when creating and updating Replication Ingress objects.
Functions ¶
func IngressToSelectableFields ¶
func IngressToSelectableFields(ingress *extensions.Ingress) fields.Set
IngressToSelectableFields returns a label set that represents the object.
func MatchIngress ¶
MatchIngress is the filter used by the generic etcd backend to ingress 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/ingress/etcd |
- Version
- v1.1.4-beta.0
- Published
- Dec 7, 2015
- Platform
- js/wasm
- Imports
- 10 packages
- Last checked
- 50 minutes ago –
Tools for package owners.