package apiservice

import "k8s.io/kubernetes/cmd/kube-aggregator/pkg/registry/apiservice"

Index

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 GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error)

func MatchAPIService

func MatchAPIService(label labels.Selector, field fields.Selector) storage.SelectionPredicate

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

PathSynopsis
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.