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.SelectionPredicate
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 field 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.4.0-beta.5
- Published
- Sep 15, 2016
- Platform
- linux/amd64
- Imports
- 10 packages
- Last checked
- 28 minutes ago –
Tools for package owners.