Documentation ¶
Overview ¶
SPDX-License-Identifier: Apache-2.0
Copyright Contributors to the Submariner project.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- type IPSet
- func (i *IPSet) AddEntry(entry string, set *ipset.IPSet, ignoreExistErr bool) error
- func (i *IPSet) AddEntryWithOptions(entry *ipset.Entry, set *ipset.IPSet, ignoreExistErr bool) error
- func (i *IPSet) AddFailOnAddEntryMatchers(stringOrMatcher interface{})
- func (i *IPSet) AddFailOnCreateSetMatchers(stringOrMatcher interface{})
- func (i *IPSet) AddFailOnDelEntryMatchers(stringOrMatcher interface{})
- func (i *IPSet) AddFailOnDestroySetMatchers(stringOrMatcher interface{})
- func (i *IPSet) AwaitEntry(set string, stringOrMatcher interface{})
- func (i *IPSet) AwaitEntryDeleted(set string, stringOrMatcher interface{})
- func (i *IPSet) AwaitNoEntry(set string, stringOrMatcher interface{})
- func (i *IPSet) AwaitOneSet(stringOrMatcher interface{}) string
- func (i *IPSet) AwaitSet(stringOrMatcher interface{})
- func (i *IPSet) AwaitSetDeleted(set string)
- func (i *IPSet) CreateSet(set *ipset.IPSet, ignoreExistErr bool) error
- func (i *IPSet) DelEntry(entry, set string) error
- func (i *IPSet) DelEntryWithOptions(set, entry string, options ...string) error
- func (i *IPSet) DestroyAllSets() error
- func (i *IPSet) DestroySet(set string) error
- func (i *IPSet) FlushSet(set string) error
- func (i *IPSet) GetVersion() (string, error)
- func (i *IPSet) ListAllSetInfo() (string, error)
- func (i *IPSet) ListEntries(set string) ([]string, error)
- func (i *IPSet) ListSets() ([]string, error)
- func (i *IPSet) TestEntry(entry, set string) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPSet ¶
func (*IPSet) AddEntryWithOptions ¶
func (*IPSet) AddFailOnAddEntryMatchers ¶
func (i *IPSet) AddFailOnAddEntryMatchers(stringOrMatcher interface{})
func (*IPSet) AddFailOnCreateSetMatchers ¶
func (i *IPSet) AddFailOnCreateSetMatchers(stringOrMatcher interface{})
func (*IPSet) AddFailOnDelEntryMatchers ¶
func (i *IPSet) AddFailOnDelEntryMatchers(stringOrMatcher interface{})
func (*IPSet) AddFailOnDestroySetMatchers ¶
func (i *IPSet) AddFailOnDestroySetMatchers(stringOrMatcher interface{})
func (*IPSet) AwaitEntry ¶
func (*IPSet) AwaitEntryDeleted ¶
func (*IPSet) AwaitNoEntry ¶
func (*IPSet) AwaitOneSet ¶
func (*IPSet) AwaitSetDeleted ¶
func (*IPSet) DelEntryWithOptions ¶
func (*IPSet) DestroyAllSets ¶
func (*IPSet) DestroySet ¶
func (*IPSet) GetVersion ¶
func (*IPSet) ListAllSetInfo ¶
Click to show internal directories.
Click to hide internal directories.