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