package ingress
import "k8s.io/kubernetes/pkg/registry/extensions/ingress"
Index ¶
- Variables
- func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error)
- func IngressToSelectableFields(ingress *extensions.Ingress) fields.Set
- func MatchIngress(label labels.Selector, field fields.Selector) storage.SelectionPredicate
Variables ¶
var StatusStrategy = ingressStatusStrategy{Strategy}
var Strategy = ingressStrategy{api.Scheme, names.SimpleNameGenerator}
Strategy is the default logic that applies when creating and updating Replication Ingress objects.
Functions ¶
func GetAttrs ¶
GetAttrs returns labels and fields of a given object for filtering purposes.
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/extensions/ingress/storage |
- Version
- v1.6.4
- Published
- May 19, 2017
- Platform
- js/wasm
- Imports
- 13 packages
- Last checked
- 2 minutes ago –
Tools for package owners.