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 NamespaceAuthorizationRuleLister

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

NamespaceAuthorizationRuleLister helps list NamespaceAuthorizationRules. All objects returned here must be treated as read-only.

func NewNamespaceAuthorizationRuleLister

func NewNamespaceAuthorizationRuleLister(indexer cache.Indexer) NamespaceAuthorizationRuleLister

NewNamespaceAuthorizationRuleLister returns a new NamespaceAuthorizationRuleLister.

type NamespaceAuthorizationRuleListerExpansion

type NamespaceAuthorizationRuleListerExpansion interface{}

NamespaceAuthorizationRuleListerExpansion allows custom methods to be added to NamespaceAuthorizationRuleLister.

type NamespaceAuthorizationRuleNamespaceLister

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

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

type NamespaceAuthorizationRuleNamespaceListerExpansion

type NamespaceAuthorizationRuleNamespaceListerExpansion interface{}

NamespaceAuthorizationRuleNamespaceListerExpansion allows custom methods to be added to NamespaceAuthorizationRuleNamespaceLister.

type NamespaceDisasterRecoveryConfigLister

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

NamespaceDisasterRecoveryConfigLister helps list NamespaceDisasterRecoveryConfigs. All objects returned here must be treated as read-only.

func NewNamespaceDisasterRecoveryConfigLister

func NewNamespaceDisasterRecoveryConfigLister(indexer cache.Indexer) NamespaceDisasterRecoveryConfigLister

NewNamespaceDisasterRecoveryConfigLister returns a new NamespaceDisasterRecoveryConfigLister.

type NamespaceDisasterRecoveryConfigListerExpansion

type NamespaceDisasterRecoveryConfigListerExpansion interface{}

NamespaceDisasterRecoveryConfigListerExpansion allows custom methods to be added to NamespaceDisasterRecoveryConfigLister.

type NamespaceDisasterRecoveryConfigNamespaceLister

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

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

type NamespaceDisasterRecoveryConfigNamespaceListerExpansion

type NamespaceDisasterRecoveryConfigNamespaceListerExpansion interface{}

NamespaceDisasterRecoveryConfigNamespaceListerExpansion allows custom methods to be added to NamespaceDisasterRecoveryConfigNamespaceLister.

type NamespaceLister added in v0.1.1

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

NamespaceLister helps list Namespaces. All objects returned here must be treated as read-only.

func NewNamespaceLister added in v0.1.1

func NewNamespaceLister(indexer cache.Indexer) NamespaceLister

NewNamespaceLister returns a new NamespaceLister.

type NamespaceListerExpansion added in v0.1.1

type NamespaceListerExpansion interface{}

NamespaceListerExpansion allows custom methods to be added to NamespaceLister.

type NamespaceNamespaceLister added in v0.1.1

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

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

type NamespaceNamespaceListerExpansion added in v0.1.1

type NamespaceNamespaceListerExpansion interface{}

NamespaceNamespaceListerExpansion allows custom methods to be added to NamespaceNamespaceLister.

type NamespaceNetworkRuleSetLister

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

NamespaceNetworkRuleSetLister helps list NamespaceNetworkRuleSets. All objects returned here must be treated as read-only.

func NewNamespaceNetworkRuleSetLister

func NewNamespaceNetworkRuleSetLister(indexer cache.Indexer) NamespaceNetworkRuleSetLister

NewNamespaceNetworkRuleSetLister returns a new NamespaceNetworkRuleSetLister.

type NamespaceNetworkRuleSetListerExpansion

type NamespaceNetworkRuleSetListerExpansion interface{}

NamespaceNetworkRuleSetListerExpansion allows custom methods to be added to NamespaceNetworkRuleSetLister.

type NamespaceNetworkRuleSetNamespaceLister

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

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

type NamespaceNetworkRuleSetNamespaceListerExpansion

type NamespaceNetworkRuleSetNamespaceListerExpansion interface{}

NamespaceNetworkRuleSetNamespaceListerExpansion allows custom methods to be added to NamespaceNetworkRuleSetNamespaceLister.

type QueueAuthorizationRuleLister

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

QueueAuthorizationRuleLister helps list QueueAuthorizationRules. All objects returned here must be treated as read-only.

func NewQueueAuthorizationRuleLister

func NewQueueAuthorizationRuleLister(indexer cache.Indexer) QueueAuthorizationRuleLister

NewQueueAuthorizationRuleLister returns a new QueueAuthorizationRuleLister.

type QueueAuthorizationRuleListerExpansion

type QueueAuthorizationRuleListerExpansion interface{}

QueueAuthorizationRuleListerExpansion allows custom methods to be added to QueueAuthorizationRuleLister.

type QueueAuthorizationRuleNamespaceLister

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

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

type QueueAuthorizationRuleNamespaceListerExpansion

type QueueAuthorizationRuleNamespaceListerExpansion interface{}

QueueAuthorizationRuleNamespaceListerExpansion allows custom methods to be added to QueueAuthorizationRuleNamespaceLister.

type QueueLister

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

QueueLister helps list Queues. All objects returned here must be treated as read-only.

func NewQueueLister

func NewQueueLister(indexer cache.Indexer) QueueLister

NewQueueLister returns a new QueueLister.

type QueueListerExpansion

type QueueListerExpansion interface{}

QueueListerExpansion allows custom methods to be added to QueueLister.

type QueueNamespaceLister

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

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

type QueueNamespaceListerExpansion

type QueueNamespaceListerExpansion interface{}

QueueNamespaceListerExpansion allows custom methods to be added to QueueNamespaceLister.

type SubscriptionLister

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

SubscriptionLister helps list Subscriptions. All objects returned here must be treated as read-only.

func NewSubscriptionLister

func NewSubscriptionLister(indexer cache.Indexer) SubscriptionLister

NewSubscriptionLister returns a new SubscriptionLister.

type SubscriptionListerExpansion

type SubscriptionListerExpansion interface{}

SubscriptionListerExpansion allows custom methods to be added to SubscriptionLister.

type SubscriptionNamespaceLister

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

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

type SubscriptionNamespaceListerExpansion

type SubscriptionNamespaceListerExpansion interface{}

SubscriptionNamespaceListerExpansion allows custom methods to be added to SubscriptionNamespaceLister.

type SubscriptionRuleLister

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

SubscriptionRuleLister helps list SubscriptionRules. All objects returned here must be treated as read-only.

func NewSubscriptionRuleLister

func NewSubscriptionRuleLister(indexer cache.Indexer) SubscriptionRuleLister

NewSubscriptionRuleLister returns a new SubscriptionRuleLister.

type SubscriptionRuleListerExpansion

type SubscriptionRuleListerExpansion interface{}

SubscriptionRuleListerExpansion allows custom methods to be added to SubscriptionRuleLister.

type SubscriptionRuleNamespaceLister

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

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

type SubscriptionRuleNamespaceListerExpansion

type SubscriptionRuleNamespaceListerExpansion interface{}

SubscriptionRuleNamespaceListerExpansion allows custom methods to be added to SubscriptionRuleNamespaceLister.

type TopicAuthorizationRuleLister

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

TopicAuthorizationRuleLister helps list TopicAuthorizationRules. All objects returned here must be treated as read-only.

func NewTopicAuthorizationRuleLister

func NewTopicAuthorizationRuleLister(indexer cache.Indexer) TopicAuthorizationRuleLister

NewTopicAuthorizationRuleLister returns a new TopicAuthorizationRuleLister.

type TopicAuthorizationRuleListerExpansion

type TopicAuthorizationRuleListerExpansion interface{}

TopicAuthorizationRuleListerExpansion allows custom methods to be added to TopicAuthorizationRuleLister.

type TopicAuthorizationRuleNamespaceLister

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

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

type TopicAuthorizationRuleNamespaceListerExpansion

type TopicAuthorizationRuleNamespaceListerExpansion interface{}

TopicAuthorizationRuleNamespaceListerExpansion allows custom methods to be added to TopicAuthorizationRuleNamespaceLister.

type TopicLister

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

TopicLister helps list Topics. All objects returned here must be treated as read-only.

func NewTopicLister

func NewTopicLister(indexer cache.Indexer) TopicLister

NewTopicLister returns a new TopicLister.

type TopicListerExpansion

type TopicListerExpansion interface{}

TopicListerExpansion allows custom methods to be added to TopicLister.

type TopicNamespaceLister

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

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

type TopicNamespaceListerExpansion

type TopicNamespaceListerExpansion interface{}

TopicNamespaceListerExpansion allows custom methods to be added to TopicNamespaceLister.

Jump to

Keyboard shortcuts

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