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