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 ¶ added in v1.6.0
func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, bool, error)
GetAttrs returns labels and fields of a given object for filtering purposes.
func MatchNetworkPolicy ¶
func MatchNetworkPolicy(label labels.Selector, field fields.Selector) storage.SelectionPredicate
MatchNetworkPolicy 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 NetworkPolicyToSelectableFields ¶
func NetworkPolicyToSelectableFields(networkPolicy *extensions.NetworkPolicy) fields.Set
NetworkPolicyToSelectableFields returns a field set that represents the object.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.