Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArangoDeploymentLister ¶
type ArangoDeploymentLister interface { // List lists all ArangoDeployments in the indexer. List(selector labels.Selector) (ret []*v1alpha.ArangoDeployment, err error) // ArangoDeployments returns an object that can list and get ArangoDeployments. ArangoDeployments(namespace string) ArangoDeploymentNamespaceLister ArangoDeploymentListerExpansion }
ArangoDeploymentLister helps list ArangoDeployments.
func NewArangoDeploymentLister ¶
func NewArangoDeploymentLister(indexer cache.Indexer) ArangoDeploymentLister
NewArangoDeploymentLister returns a new ArangoDeploymentLister.
type ArangoDeploymentListerExpansion ¶
type ArangoDeploymentListerExpansion interface{}
ArangoDeploymentListerExpansion allows custom methods to be added to ArangoDeploymentLister.
type ArangoDeploymentNamespaceLister ¶
type ArangoDeploymentNamespaceLister interface { // List lists all ArangoDeployments in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha.ArangoDeployment, err error) // Get retrieves the ArangoDeployment from the indexer for a given namespace and name. Get(name string) (*v1alpha.ArangoDeployment, error) ArangoDeploymentNamespaceListerExpansion }
ArangoDeploymentNamespaceLister helps list and get ArangoDeployments.
type ArangoDeploymentNamespaceListerExpansion ¶
type ArangoDeploymentNamespaceListerExpansion interface{}
ArangoDeploymentNamespaceListerExpansion allows custom methods to be added to ArangoDeploymentNamespaceLister.
Click to show internal directories.
Click to hide internal directories.