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