Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StaticEgressIPLister ¶
type StaticEgressIPLister interface { // List lists all StaticEgressIPs in the indexer. List(selector labels.Selector) (ret []*v1alpha1.StaticEgressIP, err error) // StaticEgressIPs returns an object that can list and get StaticEgressIPs. StaticEgressIPs(namespace string) StaticEgressIPNamespaceLister StaticEgressIPListerExpansion }
StaticEgressIPLister helps list StaticEgressIPs.
func NewStaticEgressIPLister ¶
func NewStaticEgressIPLister(indexer cache.Indexer) StaticEgressIPLister
NewStaticEgressIPLister returns a new StaticEgressIPLister.
type StaticEgressIPListerExpansion ¶
type StaticEgressIPListerExpansion interface{}
StaticEgressIPListerExpansion allows custom methods to be added to StaticEgressIPLister.
type StaticEgressIPNamespaceLister ¶
type StaticEgressIPNamespaceLister interface { // List lists all StaticEgressIPs in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.StaticEgressIP, err error) // Get retrieves the StaticEgressIP from the indexer for a given namespace and name. Get(name string) (*v1alpha1.StaticEgressIP, error) StaticEgressIPNamespaceListerExpansion }
StaticEgressIPNamespaceLister helps list and get StaticEgressIPs.
type StaticEgressIPNamespaceListerExpansion ¶
type StaticEgressIPNamespaceListerExpansion interface{}
StaticEgressIPNamespaceListerExpansion allows custom methods to be added to StaticEgressIPNamespaceLister.
Click to show internal directories.
Click to hide internal directories.