networkpolicy

package
v0.0.0-...-112d741 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 11, 2017 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Strategy = networkPolicyStrategy{api.Scheme, names.SimpleNameGenerator}

Strategy is the default logic that applies when creating and updating NetworkPolicy objects.

Functions

func GetAttrs

func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, bool, error)

GetAttrs returns labels and fields of a given object for filtering purposes.

func Matcher

Matcher is the filter used by the generic etcd backend to watch events from etcd to clients of the apiserver only interested in specific labels/fields.

func SelectableFields

func SelectableFields(networkPolicy *networking.NetworkPolicy) fields.Set

SelectableFields returns a field set that represents the object.

Types

type Registry

type Registry interface {
	ListNetworkPolicies(ctx genericapirequest.Context, options *metainternalversion.ListOptions) (*networking.NetworkPolicyList, error)
	CreateNetworkPolicy(ctx genericapirequest.Context, np *networking.NetworkPolicy) error
	UpdateNetworkPolicy(ctx genericapirequest.Context, np *networking.NetworkPolicy) error
	GetNetworkPolicy(ctx genericapirequest.Context, name string, options *metav1.GetOptions) (*networking.NetworkPolicy, error)
	DeleteNetworkPolicy(ctx genericapirequest.Context, name string) error
	WatchNetworkPolicies(ctx genericapirequest.Context, options *metainternalversion.ListOptions) (watch.Interface, error)
}

Registry is an interface for things that know how to store NetworkPolicies.

func NewRegistry

func NewRegistry(s rest.StandardStorage) Registry

NewRegistry returns a new Registry interface for the given Storage. Any mismatched types will panic.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL