Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterCIDRLister ¶
type ClusterCIDRLister interface { // List lists all ClusterCIDRs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterCIDR, err error) // Get retrieves the ClusterCIDR from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ClusterCIDR, error) ClusterCIDRListerExpansion }
ClusterCIDRLister helps list ClusterCIDRs. All objects returned here must be treated as read-only.
func NewClusterCIDRLister ¶
func NewClusterCIDRLister(indexer cache.Indexer) ClusterCIDRLister
NewClusterCIDRLister returns a new ClusterCIDRLister.
type ClusterCIDRListerExpansion ¶
type ClusterCIDRListerExpansion interface{}
ClusterCIDRListerExpansion allows custom methods to be added to ClusterCIDRLister.
Click to show internal directories.
Click to hide internal directories.