admission

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2016 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const ExternalIPPluginName = "ExternalIPRanger"

Variables

This section is empty.

Functions

func NewExternalIPRanger

func NewExternalIPRanger(reject, admit []*net.IPNet) *externalIPRanger

NewConstraint creates a new SCC constraint admission plugin.

func ParseCIDRRules

func ParseCIDRRules(rules []string) (reject, admit []*net.IPNet, err