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