package
1.0.8
Repository: https://github.com/tkestack/galaxy.git
Documentation: pkg.go.dev

# README

This package is copied from k8s.io/kubernetes/pkg/util/ipset and added more funcs after.

# Packages

No description provided by the author

# Functions

IsNotFoundError returns true if the error indicates "not found".
New returns a new Interface which will exec ipset.

# Constants

BitmapPort represents the `bitmap:port` type ipset.
DefaultPortRange defines the default bitmap:port valid port range.
No description provided by the author
HashIPPort represents the `hash:ip,port` type ipset.
HashIPPortIP represents the `hash:ip,port,ip` type ipset.
HashIPPortNet represents the `hash:ip,port,net` type ipset.
No description provided by the author
No description provided by the author
IPSetCmd represents the ipset util.
ProtocolFamilyIPV4 represents IPv4 protocol.
ProtocolFamilyIPV6 represents IPv6 protocol.
ProtocolTCP represents TCP protocol.
ProtocolUDP represents UDP protocol.

# Variables

EntryMemberPattern is the regular expression pattern of ipset member list.
ValidIPSetTypes defines the supported ip set type.
VersionPattern is the regular expression pattern of ipset version string.

# Structs

Entry
Entry represents a ipset entry.
IPSet implements an Interface to an set.

# Interfaces

Interface is an injectable interface for running ipset commands.

# Type aliases

Type represents the ipset type.