package v1alpha1
import "k8s.io/client-go/listers/networking/v1alpha1"
Index ¶
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.
Source Files ¶
clustercidrconfig.go expansion_generated.go
- Version
- v0.24.0-beta.0
- Published
- Mar 31, 2022
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 10 minutes ago –
Tools for package owners.