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