Versions in this module Expand all Collapse all v0 v0.2.1 Oct 25, 2024 v0.2.0 Oct 14, 2024 Changes in this version + func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error) + func MatchNetwork(label labels.Selector, field fields.Selector) apisrvstorage.SelectionPredicate + func NewStatusStrategy(typer runtime.ObjectTyper) networkStatusStrategy + func NewStrategy(typer runtime.ObjectTyper) networkStrategy + func SelectableFields(network *core.Network) fields.Set + type NetworkStorage struct + Network *REST + Status *StatusREST + func NewStorage(scheme *runtime.Scheme, optsGetter generic.RESTOptionsGetter, ...) (NetworkStorage, error) + type REST struct + type StatusREST struct + func (r *StatusREST) Destroy() + func (r *StatusREST) Get(ctx context.Context, name string, options *metav1.GetOptions) (runtime.Object, error) + func (r *StatusREST) GetResetFields() map[fieldpath.APIVersion]*fieldpath.Set + func (r *StatusREST) New() runtime.Object + func (r *StatusREST) Update(ctx context.Context, name string, objInfo rest.UpdatedObjectInfo, ...) (runtime.Object, bool, error)