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 MatchNetworkPolicy(label labels.Selector, field fields.Selector) apisrvstorage.SelectionPredicate + func NewStatusStrategy(typer runtime.ObjectTyper) networkPolicyStatusStrategy + func NewStrategy(typer runtime.ObjectTyper) networkPolicyStrategy + func SelectableFields(networkPolicy *core.NetworkPolicy) fields.Set + type NetworkPolicyStorage struct + NetworkPolicy *REST + Status *StatusREST + func NewStorage(scheme *runtime.Scheme, optsGetter generic.RESTOptionsGetter) (NetworkPolicyStorage, error) + type REST struct + func (REST) ShortNames() []string + 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)