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