Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManbaClusterLister ¶
type ManbaClusterLister interface { // List lists all ManbaClusters in the indexer. List(selector labels.Selector) (ret []*v1beta1.ManbaCluster, err error) // ManbaClusters returns an object that can list and get ManbaClusters. ManbaClusters(namespace string) ManbaClusterNamespaceLister ManbaClusterListerExpansion }
ManbaClusterLister helps list ManbaClusters.
func NewManbaClusterLister ¶
func NewManbaClusterLister(indexer cache.Indexer) ManbaClusterLister
NewManbaClusterLister returns a new ManbaClusterLister.
type ManbaClusterListerExpansion ¶
type ManbaClusterListerExpansion interface{}
ManbaClusterListerExpansion allows custom methods to be added to ManbaClusterLister.
type ManbaClusterNamespaceLister ¶
type ManbaClusterNamespaceLister interface { // List lists all ManbaClusters in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1beta1.ManbaCluster, err error) // Get retrieves the ManbaCluster from the indexer for a given namespace and name. Get(name string) (*v1beta1.ManbaCluster, error) ManbaClusterNamespaceListerExpansion }
ManbaClusterNamespaceLister helps list and get ManbaClusters.
type ManbaClusterNamespaceListerExpansion ¶
type ManbaClusterNamespaceListerExpansion interface{}
ManbaClusterNamespaceListerExpansion allows custom methods to be added to ManbaClusterNamespaceLister.
type ManbaIngressLister ¶
type ManbaIngressLister interface { // List lists all ManbaIngresses in the indexer. List(selector labels.Selector) (ret []*v1beta1.ManbaIngress, err error) // ManbaIngresses returns an object that can list and get ManbaIngresses. ManbaIngresses(namespace string) ManbaIngressNamespaceLister ManbaIngressListerExpansion }
ManbaIngressLister helps list ManbaIngresses.
func NewManbaIngressLister ¶
func NewManbaIngressLister(indexer cache.Indexer) ManbaIngressLister
NewManbaIngressLister returns a new ManbaIngressLister.
type ManbaIngressListerExpansion ¶
type ManbaIngressListerExpansion interface{}
ManbaIngressListerExpansion allows custom methods to be added to ManbaIngressLister.
type ManbaIngressNamespaceLister ¶
type ManbaIngressNamespaceLister interface { // List lists all ManbaIngresses in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1beta1.ManbaIngress, err error) // Get retrieves the ManbaIngress from the indexer for a given namespace and name. Get(name string) (*v1beta1.ManbaIngress, error) ManbaIngressNamespaceListerExpansion }
ManbaIngressNamespaceLister helps list and get ManbaIngresses.
type ManbaIngressNamespaceListerExpansion ¶
type ManbaIngressNamespaceListerExpansion interface{}
ManbaIngressNamespaceListerExpansion allows custom methods to be added to ManbaIngressNamespaceLister.