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 ClusterSnapshotLister

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

ClusterSnapshotLister helps list ClusterSnapshots. All objects returned here must be treated as read-only.

func NewClusterSnapshotLister

func NewClusterSnapshotLister(indexer cache.Indexer) ClusterSnapshotLister

NewClusterSnapshotLister returns a new ClusterSnapshotLister.

type ClusterSnapshotListerExpansion

type ClusterSnapshotListerExpansion interface{}

ClusterSnapshotListerExpansion allows custom methods to be added to ClusterSnapshotLister.

type ClusterSnapshotNamespaceLister

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

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

type ClusterSnapshotNamespaceListerExpansion

type ClusterSnapshotNamespaceListerExpansion interface{}

ClusterSnapshotNamespaceListerExpansion allows custom methods to be added to ClusterSnapshotNamespaceLister.

type EventSubscriptionLister

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

EventSubscriptionLister helps list EventSubscriptions. All objects returned here must be treated as read-only.

func NewEventSubscriptionLister

func NewEventSubscriptionLister(indexer cache.Indexer) EventSubscriptionLister

NewEventSubscriptionLister returns a new EventSubscriptionLister.

type EventSubscriptionListerExpansion

type EventSubscriptionListerExpansion interface{}

EventSubscriptionListerExpansion allows custom methods to be added to EventSubscriptionLister.

type EventSubscriptionNamespaceLister

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

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

type EventSubscriptionNamespaceListerExpansion

type EventSubscriptionNamespaceListerExpansion interface{}

EventSubscriptionNamespaceListerExpansion allows custom methods to be added to EventSubscriptionNamespaceLister.

type InstanceLister

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

InstanceLister helps list Instances. All objects returned here must be treated as read-only.

func NewInstanceLister

func NewInstanceLister(indexer cache.Indexer) InstanceLister

NewInstanceLister returns a new InstanceLister.

type InstanceListerExpansion

type InstanceListerExpansion interface{}

InstanceListerExpansion allows custom methods to be added to InstanceLister.

type InstanceNamespaceLister

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

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

type InstanceNamespaceListerExpansion

type InstanceNamespaceListerExpansion interface{}

InstanceNamespaceListerExpansion allows custom methods to be added to InstanceNamespaceLister.

type InstanceRoleAssociationLister

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

InstanceRoleAssociationLister helps list InstanceRoleAssociations. All objects returned here must be treated as read-only.

func NewInstanceRoleAssociationLister

func NewInstanceRoleAssociationLister(indexer cache.Indexer) InstanceRoleAssociationLister

NewInstanceRoleAssociationLister returns a new InstanceRoleAssociationLister.

type InstanceRoleAssociationListerExpansion

type InstanceRoleAssociationListerExpansion interface{}

InstanceRoleAssociationListerExpansion allows custom methods to be added to InstanceRoleAssociationLister.

type InstanceRoleAssociationNamespaceLister

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

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

type InstanceRoleAssociationNamespaceListerExpansion

type InstanceRoleAssociationNamespaceListerExpansion interface{}

InstanceRoleAssociationNamespaceListerExpansion allows custom methods to be added to InstanceRoleAssociationNamespaceLister.

type OptionGroupLister

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

OptionGroupLister helps list OptionGroups. All objects returned here must be treated as read-only.

func NewOptionGroupLister

func NewOptionGroupLister(indexer cache.Indexer) OptionGroupLister

NewOptionGroupLister returns a new OptionGroupLister.

type OptionGroupListerExpansion

type OptionGroupListerExpansion interface{}

OptionGroupListerExpansion allows custom methods to be added to OptionGroupLister.

type OptionGroupNamespaceLister

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

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

type OptionGroupNamespaceListerExpansion

type OptionGroupNamespaceListerExpansion interface{}

OptionGroupNamespaceListerExpansion allows custom methods to be added to OptionGroupNamespaceLister.

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 ProxyDefaultTargetGroupLister

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

ProxyDefaultTargetGroupLister helps list ProxyDefaultTargetGroups. All objects returned here must be treated as read-only.

func NewProxyDefaultTargetGroupLister

func NewProxyDefaultTargetGroupLister(indexer cache.Indexer) ProxyDefaultTargetGroupLister

NewProxyDefaultTargetGroupLister returns a new ProxyDefaultTargetGroupLister.

type ProxyDefaultTargetGroupListerExpansion

type ProxyDefaultTargetGroupListerExpansion interface{}

ProxyDefaultTargetGroupListerExpansion allows custom methods to be added to ProxyDefaultTargetGroupLister.

type ProxyDefaultTargetGroupNamespaceLister

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

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

type ProxyDefaultTargetGroupNamespaceListerExpansion

type ProxyDefaultTargetGroupNamespaceListerExpansion interface{}

ProxyDefaultTargetGroupNamespaceListerExpansion allows custom methods to be added to ProxyDefaultTargetGroupNamespaceLister.

type ProxyEndpointLister

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

ProxyEndpointLister helps list ProxyEndpoints. All objects returned here must be treated as read-only.

func NewProxyEndpointLister

func NewProxyEndpointLister(indexer cache.Indexer) ProxyEndpointLister

NewProxyEndpointLister returns a new ProxyEndpointLister.

type ProxyEndpointListerExpansion

type ProxyEndpointListerExpansion interface{}

ProxyEndpointListerExpansion allows custom methods to be added to ProxyEndpointLister.

type ProxyEndpointNamespaceLister

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

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

type ProxyEndpointNamespaceListerExpansion

type ProxyEndpointNamespaceListerExpansion interface{}

ProxyEndpointNamespaceListerExpansion allows custom methods to be added to ProxyEndpointNamespaceLister.

type ProxyLister

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

ProxyLister helps list Proxies. All objects returned here must be treated as read-only.

func NewProxyLister

func NewProxyLister(indexer cache.Indexer) ProxyLister

NewProxyLister returns a new ProxyLister.

type ProxyListerExpansion

type ProxyListerExpansion interface{}

ProxyListerExpansion allows custom methods to be added to ProxyLister.

type ProxyNamespaceLister

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

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

type ProxyNamespaceListerExpansion

type ProxyNamespaceListerExpansion interface{}

ProxyNamespaceListerExpansion allows custom methods to be added to ProxyNamespaceLister.

type ProxyTargetLister

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

ProxyTargetLister helps list ProxyTargets. All objects returned here must be treated as read-only.

func NewProxyTargetLister

func NewProxyTargetLister(indexer cache.Indexer) ProxyTargetLister

NewProxyTargetLister returns a new ProxyTargetLister.

type ProxyTargetListerExpansion

type ProxyTargetListerExpansion interface{}

ProxyTargetListerExpansion allows custom methods to be added to ProxyTargetLister.

type ProxyTargetNamespaceLister

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

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

type ProxyTargetNamespaceListerExpansion

type ProxyTargetNamespaceListerExpansion interface{}

ProxyTargetNamespaceListerExpansion allows custom methods to be added to ProxyTargetNamespaceLister.

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 SnapshotLister

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

SnapshotLister helps list Snapshots. All objects returned here must be treated as read-only.

func NewSnapshotLister

func NewSnapshotLister(indexer cache.Indexer) SnapshotLister

NewSnapshotLister returns a new SnapshotLister.

type SnapshotListerExpansion

type SnapshotListerExpansion interface{}

SnapshotListerExpansion allows custom methods to be added to SnapshotLister.

type SnapshotNamespaceLister

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

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

type SnapshotNamespaceListerExpansion

type SnapshotNamespaceListerExpansion interface{}

SnapshotNamespaceListerExpansion allows custom methods to be added to SnapshotNamespaceLister.

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