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