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 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 GlobalReplicationGroupLister

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

GlobalReplicationGroupLister helps list GlobalReplicationGroups. All objects returned here must be treated as read-only.

func NewGlobalReplicationGroupLister

func NewGlobalReplicationGroupLister(indexer cache.Indexer) GlobalReplicationGroupLister

NewGlobalReplicationGroupLister returns a new GlobalReplicationGroupLister.

type GlobalReplicationGroupListerExpansion

type GlobalReplicationGroupListerExpansion interface{}

GlobalReplicationGroupListerExpansion allows custom methods to be added to GlobalReplicationGroupLister.

type GlobalReplicationGroupNamespaceLister

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

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

type GlobalReplicationGroupNamespaceListerExpansion

type GlobalReplicationGroupNamespaceListerExpansion interface{}

GlobalReplicationGroupNamespaceListerExpansion allows custom methods to be added to GlobalReplicationGroupNamespaceLister.

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 ReplicationGroupLister

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

ReplicationGroupLister helps list ReplicationGroups. All objects returned here must be treated as read-only.

func NewReplicationGroupLister

func NewReplicationGroupLister(indexer cache.Indexer) ReplicationGroupLister

NewReplicationGroupLister returns a new ReplicationGroupLister.

type ReplicationGroupListerExpansion

type ReplicationGroupListerExpansion interface{}

ReplicationGroupListerExpansion allows custom methods to be added to ReplicationGroupLister.

type ReplicationGroupNamespaceLister

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

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

type ReplicationGroupNamespaceListerExpansion

type ReplicationGroupNamespaceListerExpansion interface{}

ReplicationGroupNamespaceListerExpansion allows custom methods to be added to ReplicationGroupNamespaceLister.

type SecurityGroupLister

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

SecurityGroupLister helps list SecurityGroups. All objects returned here must be treated as read-only.

func NewSecurityGroupLister

func NewSecurityGroupLister(indexer cache.Indexer) SecurityGroupLister

NewSecurityGroupLister returns a new SecurityGroupLister.

type SecurityGroupListerExpansion

type SecurityGroupListerExpansion interface{}

SecurityGroupListerExpansion allows custom methods to be added to SecurityGroupLister.

type SecurityGroupNamespaceLister

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

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

type SecurityGroupNamespaceListerExpansion

type SecurityGroupNamespaceListerExpansion interface{}

SecurityGroupNamespaceListerExpansion allows custom methods to be added to SecurityGroupNamespaceLister.

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.

type UserGroupLister added in v0.5.0

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

UserGroupLister helps list UserGroups. All objects returned here must be treated as read-only.

func NewUserGroupLister added in v0.5.0

func NewUserGroupLister(indexer cache.Indexer) UserGroupLister

NewUserGroupLister returns a new UserGroupLister.

type UserGroupListerExpansion added in v0.5.0

type UserGroupListerExpansion interface{}

UserGroupListerExpansion allows custom methods to be added to UserGroupLister.

type UserGroupNamespaceLister added in v0.5.0

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

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

type UserGroupNamespaceListerExpansion added in v0.5.0

type UserGroupNamespaceListerExpansion interface{}

UserGroupNamespaceListerExpansion allows custom methods to be added to UserGroupNamespaceLister.

type UserLister added in v0.5.0

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

UserLister helps list Users. All objects returned here must be treated as read-only.

func NewUserLister added in v0.5.0

func NewUserLister(indexer cache.Indexer) UserLister

NewUserLister returns a new UserLister.

type UserListerExpansion added in v0.5.0

type UserListerExpansion interface{}

UserListerExpansion allows custom methods to be added to UserLister.

type UserNamespaceLister added in v0.5.0

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

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

type UserNamespaceListerExpansion added in v0.5.0

type UserNamespaceListerExpansion interface{}

UserNamespaceListerExpansion allows custom methods to be added to UserNamespaceLister.

Jump to

Keyboard shortcuts

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