v1alpha1

package
v0.0.0-...-dccfa38 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2021 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 ClusterLister

type ClusterLister interface {
	// List lists all Clusters in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Cluster, err error)
	// Clusters returns an object that can list and get Clusters.
	Clusters(namespace string) ClusterNamespaceLister
	ClusterListerExpansion
}

ClusterLister helps list Clusters. All objects returned here must be treated as read-only.

func NewClusterLister

func NewClusterLister(indexer cache.Indexer) ClusterLister

NewClusterLister returns a new ClusterLister.

type ClusterListerExpansion

type ClusterListerExpansion interface{}

ClusterListerExpansion allows custom methods to be added to ClusterLister.

type ClusterNamespaceLister

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

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

type ClusterNamespaceListerExpansion

type ClusterNamespaceListerExpansion interface{}

ClusterNamespaceListerExpansion allows custom methods to be added to ClusterNamespaceLister.

type S3LocationLister

type S3LocationLister interface {
	// List lists all S3Locations in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.S3Location, err error)
	// S3Locations returns an object that can list and get S3Locations.
	S3Locations(namespace string) S3LocationNamespaceLister
	S3LocationListerExpansion
}

S3LocationLister helps list S3Locations. All objects returned here must be treated as read-only.

func NewS3LocationLister

func NewS3LocationLister(indexer cache.Indexer) S3LocationLister

NewS3LocationLister returns a new S3LocationLister.

type S3LocationListerExpansion

type S3LocationListerExpansion interface{}

S3LocationListerExpansion allows custom methods to be added to S3LocationLister.

type S3LocationNamespaceLister

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

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

type S3LocationNamespaceListerExpansion

type S3LocationNamespaceListerExpansion interface{}

S3LocationNamespaceListerExpansion allows custom methods to be added to S3LocationNamespaceLister.

Jump to

Keyboard shortcuts

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