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