Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VlanFirewallLister ¶
type VlanFirewallLister interface { // List lists all VlanFirewalls in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.VlanFirewall, err error) // VlanFirewalls returns an object that can list and get VlanFirewalls. VlanFirewalls(namespace string) VlanFirewallNamespaceLister VlanFirewallListerExpansion }
VlanFirewallLister helps list VlanFirewalls. All objects returned here must be treated as read-only.
func NewVlanFirewallLister ¶
func NewVlanFirewallLister(indexer cache.Indexer) VlanFirewallLister
NewVlanFirewallLister returns a new VlanFirewallLister.
type VlanFirewallListerExpansion ¶
type VlanFirewallListerExpansion interface{}
VlanFirewallListerExpansion allows custom methods to be added to VlanFirewallLister.
type VlanFirewallNamespaceLister ¶
type VlanFirewallNamespaceLister interface { // List lists all VlanFirewalls in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.VlanFirewall, err error) // Get retrieves the VlanFirewall from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.VlanFirewall, error) VlanFirewallNamespaceListerExpansion }
VlanFirewallNamespaceLister helps list and get VlanFirewalls. All objects returned here must be treated as read-only.
type VlanFirewallNamespaceListerExpansion ¶
type VlanFirewallNamespaceListerExpansion interface{}
VlanFirewallNamespaceListerExpansion allows custom methods to be added to VlanFirewallNamespaceLister.
Click to show internal directories.
Click to hide internal directories.