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