Documentation ¶
Index ¶
- func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error)
- func MatchNATTable(label labels.Selector, field fields.Selector) apisrvstorage.SelectionPredicate
- func NewStrategy(typer runtime.ObjectTyper) natTableStrategy
- func SelectableFields(natTable *core.NATTable) fields.Set
- type NATTableStorage
- type REST
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MatchNATTable ¶
func MatchNATTable(label labels.Selector, field fields.Selector) apisrvstorage.SelectionPredicate
func NewStrategy ¶
func NewStrategy(typer runtime.ObjectTyper) natTableStrategy
Types ¶
type NATTableStorage ¶
type NATTableStorage struct {
NATTable *REST
}
func NewStorage ¶
func NewStorage(scheme *runtime.Scheme, optsGetter generic.RESTOptionsGetter) (NATTableStorage, error)
type REST ¶
type REST struct {
*genericregistry.Store
}
Click to show internal directories.
Click to hide internal directories.