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