package apiservice
import "k8s.io/kubernetes/cmd/kube-aggregator/pkg/registry/apiservice"
Index ¶
- Variables
- func APIServiceToSelectableFields(obj *apiregistration.APIService) fields.Set
- func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error)
- func MatchAPIService(label labels.Selector, field fields.Selector) storage.SelectionPredicate
Variables ¶
var Strategy = apiServerStrategy{kapi.Scheme, names.SimpleNameGenerator}
Functions ¶
func APIServiceToSelectableFields ¶
func APIServiceToSelectableFields(obj *apiregistration.APIService) fields.Set
APIServiceToSelectableFields returns a field set that represents the object.
func GetAttrs ¶
func MatchAPIService ¶
MatchAPIService is the filter used by the generic etcd backend to watch events from etcd to clients of the apiserver only interested in specific labels/fields.
Source Files ¶
strategy.go
Directories ¶
Path | Synopsis |
---|---|
cmd/kube-aggregator/pkg/registry/apiservice/etcd |
- Version
- v1.6.0-alpha.1
- Published
- Jan 30, 2017
- Platform
- windows/amd64
- Imports
- 12 packages
- Last checked
- 7 minutes ago –
Tools for package owners.