v2alpha1

package
v0.0.0-...-bb45038 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArangoClusterSynchronizationLister

type ArangoClusterSynchronizationLister interface {
	// List lists all ArangoClusterSynchronizations in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v2alpha1.ArangoClusterSynchronization, err error)
	// ArangoClusterSynchronizations returns an object that can list and get ArangoClusterSynchronizations.
	ArangoClusterSynchronizations(namespace string) ArangoClusterSynchronizationNamespaceLister
	ArangoClusterSynchronizationListerExpansion
}

ArangoClusterSynchronizationLister helps list ArangoClusterSynchronizations. All objects returned here must be treated as read-only.

func NewArangoClusterSynchronizationLister

func NewArangoClusterSynchronizationLister(indexer cache.Indexer) ArangoClusterSynchronizationLister

NewArangoClusterSynchronizationLister returns a new ArangoClusterSynchronizationLister.

type ArangoClusterSynchronizationListerExpansion

type ArangoClusterSynchronizationListerExpansion interface{}

ArangoClusterSynchronizationListerExpansion allows custom methods to be added to ArangoClusterSynchronizationLister.

type ArangoClusterSynchronizationNamespaceLister

type ArangoClusterSynchronizationNamespaceLister interface {
	// List lists all ArangoClusterSynchronizations in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v2alpha1.ArangoClusterSynchronization, err error)
	// Get retrieves the ArangoClusterSynchronization from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v2alpha1.ArangoClusterSynchronization, error)
	ArangoClusterSynchronizationNamespaceListerExpansion
}

ArangoClusterSynchronizationNamespaceLister helps list and get ArangoClusterSynchronizations. All objects returned here must be treated as read-only.

type ArangoClusterSynchronizationNamespaceListerExpansion

type ArangoClusterSynchronizationNamespaceListerExpansion interface{}

ArangoClusterSynchronizationNamespaceListerExpansion allows custom methods to be added to ArangoClusterSynchronizationNamespaceLister.

type ArangoDeploymentLister

type ArangoDeploymentLister interface {
	// List lists all ArangoDeployments in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v2alpha1.ArangoDeployment, err error)
	// ArangoDeployments returns an object that can list and get ArangoDeployments.
	ArangoDeployments(namespace string) ArangoDeploymentNamespaceLister
	ArangoDeploymentListerExpansion
}

ArangoDeploymentLister helps list ArangoDeployments. All objects returned here must be treated as read-only.

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.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v2alpha1.ArangoDeployment, err error)
	// Get retrieves the ArangoDeployment from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v2alpha1.ArangoDeployment, error)
	ArangoDeploymentNamespaceListerExpansion
}

ArangoDeploymentNamespaceLister helps list and get ArangoDeployments. All objects returned here must be treated as read-only.

type ArangoDeploymentNamespaceListerExpansion

type ArangoDeploymentNamespaceListerExpansion interface{}

ArangoDeploymentNamespaceListerExpansion allows custom methods to be added to ArangoDeploymentNamespaceLister.

type ArangoMemberLister

type ArangoMemberLister interface {
	// List lists all ArangoMembers in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v2alpha1.ArangoMember, err error)
	// ArangoMembers returns an object that can list and get ArangoMembers.
	ArangoMembers(namespace string) ArangoMemberNamespaceLister
	ArangoMemberListerExpansion
}

ArangoMemberLister helps list ArangoMembers. All objects returned here must be treated as read-only.

func NewArangoMemberLister

func NewArangoMemberLister(indexer cache.Indexer) ArangoMemberLister

NewArangoMemberLister returns a new ArangoMemberLister.

type ArangoMemberListerExpansion

type ArangoMemberListerExpansion interface{}

ArangoMemberListerExpansion allows custom methods to be added to ArangoMemberLister.

type ArangoMemberNamespaceLister

type ArangoMemberNamespaceLister interface {
	// List lists all ArangoMembers in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v2alpha1.ArangoMember, err error)
	// Get retrieves the ArangoMember from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v2alpha1.ArangoMember, error)
	ArangoMemberNamespaceListerExpansion
}

ArangoMemberNamespaceLister helps list and get ArangoMembers. All objects returned here must be treated as read-only.

type ArangoMemberNamespaceListerExpansion

type ArangoMemberNamespaceListerExpansion interface{}

ArangoMemberNamespaceListerExpansion allows custom methods to be added to ArangoMemberNamespaceLister.

type ArangoTaskLister

type ArangoTaskLister interface {
	// List lists all ArangoTasks in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v2alpha1.ArangoTask, err error)
	// ArangoTasks returns an object that can list and get ArangoTasks.
	ArangoTasks(namespace string) ArangoTaskNamespaceLister
	ArangoTaskListerExpansion
}

ArangoTaskLister helps list ArangoTasks. All objects returned here must be treated as read-only.

func NewArangoTaskLister

func NewArangoTaskLister(indexer cache.Indexer) ArangoTaskLister

NewArangoTaskLister returns a new ArangoTaskLister.

type ArangoTaskListerExpansion

type ArangoTaskListerExpansion interface{}

ArangoTaskListerExpansion allows custom methods to be added to ArangoTaskLister.

type ArangoTaskNamespaceLister

type ArangoTaskNamespaceLister interface {
	// List lists all ArangoTasks in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v2alpha1.ArangoTask, err error)
	// Get retrieves the ArangoTask from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v2alpha1.ArangoTask, error)
	ArangoTaskNamespaceListerExpansion
}

ArangoTaskNamespaceLister helps list and get ArangoTasks. All objects returned here must be treated as read-only.

type ArangoTaskNamespaceListerExpansion

type ArangoTaskNamespaceListerExpansion interface{}

ArangoTaskNamespaceListerExpansion allows custom methods to be added to ArangoTaskNamespaceLister.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL