v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 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 ClusterEndpointLister

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

ClusterEndpointLister helps list ClusterEndpoints. All objects returned here must be treated as read-only.

func NewClusterEndpointLister

func NewClusterEndpointLister(indexer cache.Indexer) ClusterEndpointLister

NewClusterEndpointLister returns a new ClusterEndpointLister.

type ClusterEndpointListerExpansion

type ClusterEndpointListerExpansion interface{}

ClusterEndpointListerExpansion allows custom methods to be added to ClusterEndpointLister.

type ClusterEndpointNamespaceLister

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

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

type ClusterEndpointNamespaceListerExpansion

type ClusterEndpointNamespaceListerExpansion interface{}

ClusterEndpointNamespaceListerExpansion allows custom methods to be added to ClusterEndpointNamespaceLister.

type ClusterInstanceLister

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

ClusterInstanceLister helps list ClusterInstances. All objects returned here must be treated as read-only.

func NewClusterInstanceLister

func NewClusterInstanceLister(indexer cache.Indexer) ClusterInstanceLister

NewClusterInstanceLister returns a new ClusterInstanceLister.

type ClusterInstanceListerExpansion

type ClusterInstanceListerExpansion interface{}

ClusterInstanceListerExpansion allows custom methods to be added to ClusterInstanceLister.

type ClusterInstanceNamespaceLister

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

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

type ClusterInstanceNamespaceListerExpansion

type ClusterInstanceNamespaceListerExpansion interface{}

ClusterInstanceNamespaceListerExpansion allows custom methods to be added to ClusterInstanceNamespaceLister.

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 ClusterParameterGroupLister

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

ClusterParameterGroupLister helps list ClusterParameterGroups. All objects returned here must be treated as read-only.

func NewClusterParameterGroupLister

func NewClusterParameterGroupLister(indexer cache.Indexer) ClusterParameterGroupLister

NewClusterParameterGroupLister returns a new ClusterParameterGroupLister.

type ClusterParameterGroupListerExpansion

type ClusterParameterGroupListerExpansion interface{}

ClusterParameterGroupListerExpansion allows custom methods to be added to ClusterParameterGroupLister.

type ClusterParameterGroupNamespaceLister

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

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

type ClusterParameterGroupNamespaceListerExpansion

type ClusterParameterGroupNamespaceListerExpansion interface{}

ClusterParameterGroupNamespaceListerExpansion allows custom methods to be added to ClusterParameterGroupNamespaceLister.

type ClusterRoleAssociationLister added in v0.5.0

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

ClusterRoleAssociationLister helps list ClusterRoleAssociations. All objects returned here must be treated as read-only.

func NewClusterRoleAssociationLister added in v0.5.0

func NewClusterRoleAssociationLister(indexer cache.Indexer) ClusterRoleAssociationLister

NewClusterRoleAssociationLister returns a new ClusterRoleAssociationLister.

type ClusterRoleAssociationListerExpansion added in v0.5.0

type ClusterRoleAssociationListerExpansion interface{}

ClusterRoleAssociationListerExpansion allows custom methods to be added to ClusterRoleAssociationLister.

type ClusterRoleAssociationNamespaceLister added in v0.5.0

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

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

type ClusterRoleAssociationNamespaceListerExpansion added in v0.5.0

type ClusterRoleAssociationNamespaceListerExpansion interface{}

ClusterRoleAssociationNamespaceListerExpansion allows custom methods to be added to ClusterRoleAssociationNamespaceLister.

type GlobalClusterLister

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

GlobalClusterLister helps list GlobalClusters. All objects returned here must be treated as read-only.

func NewGlobalClusterLister

func NewGlobalClusterLister(indexer cache.Indexer) GlobalClusterLister

NewGlobalClusterLister returns a new GlobalClusterLister.

type GlobalClusterListerExpansion

type GlobalClusterListerExpansion interface{}

GlobalClusterListerExpansion allows custom methods to be added to GlobalClusterLister.

type GlobalClusterNamespaceLister

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

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

type GlobalClusterNamespaceListerExpansion

type GlobalClusterNamespaceListerExpansion interface{}

GlobalClusterNamespaceListerExpansion allows custom methods to be added to GlobalClusterNamespaceLister.

Jump to

Keyboard shortcuts

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