v1alpha1

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 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 ParameterGroupLister

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

ParameterGroupLister helps list ParameterGroups. All objects returned here must be treated as read-only.

func NewParameterGroupLister

func NewParameterGroupLister(indexer cache.Indexer) ParameterGroupLister

NewParameterGroupLister returns a new ParameterGroupLister.

type ParameterGroupListerExpansion

type ParameterGroupListerExpansion interface{}

ParameterGroupListerExpansion allows custom methods to be added to ParameterGroupLister.

type ParameterGroupNamespaceLister

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

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

type ParameterGroupNamespaceListerExpansion

type ParameterGroupNamespaceListerExpansion interface{}

ParameterGroupNamespaceListerExpansion allows custom methods to be added to ParameterGroupNamespaceLister.

type SubnetGroupLister

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

SubnetGroupLister helps list SubnetGroups. All objects returned here must be treated as read-only.

func NewSubnetGroupLister

func NewSubnetGroupLister(indexer cache.Indexer) SubnetGroupLister

NewSubnetGroupLister returns a new SubnetGroupLister.

type SubnetGroupListerExpansion

type SubnetGroupListerExpansion interface{}

SubnetGroupListerExpansion allows custom methods to be added to SubnetGroupLister.

type SubnetGroupNamespaceLister

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

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

type SubnetGroupNamespaceListerExpansion

type SubnetGroupNamespaceListerExpansion interface{}

SubnetGroupNamespaceListerExpansion allows custom methods to be added to SubnetGroupNamespaceLister.

Jump to

Keyboard shortcuts

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