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 ConsumerGroupLister

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

ConsumerGroupLister helps list ConsumerGroups. All objects returned here must be treated as read-only.

func NewConsumerGroupLister

func NewConsumerGroupLister(indexer cache.Indexer) ConsumerGroupLister

NewConsumerGroupLister returns a new ConsumerGroupLister.

type ConsumerGroupListerExpansion

type ConsumerGroupListerExpansion interface{}

ConsumerGroupListerExpansion allows custom methods to be added to ConsumerGroupLister.

type ConsumerGroupNamespaceLister

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

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

type ConsumerGroupNamespaceListerExpansion

type ConsumerGroupNamespaceListerExpansion interface{}

ConsumerGroupNamespaceListerExpansion allows custom methods to be added to ConsumerGroupNamespaceLister.

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 SaslACLLister

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

SaslACLLister helps list SaslACLs. All objects returned here must be treated as read-only.

func NewSaslACLLister

func NewSaslACLLister(indexer cache.Indexer) SaslACLLister

NewSaslACLLister returns a new SaslACLLister.

type SaslACLListerExpansion

type SaslACLListerExpansion interface{}

SaslACLListerExpansion allows custom methods to be added to SaslACLLister.

type SaslACLNamespaceLister

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

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

type SaslACLNamespaceListerExpansion

type SaslACLNamespaceListerExpansion interface{}

SaslACLNamespaceListerExpansion allows custom methods to be added to SaslACLNamespaceLister.

type SaslUserLister

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

SaslUserLister helps list SaslUsers. All objects returned here must be treated as read-only.

func NewSaslUserLister

func NewSaslUserLister(indexer cache.Indexer) SaslUserLister

NewSaslUserLister returns a new SaslUserLister.

type SaslUserListerExpansion

type SaslUserListerExpansion interface{}

SaslUserListerExpansion allows custom methods to be added to SaslUserLister.

type SaslUserNamespaceLister

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

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

type SaslUserNamespaceListerExpansion

type SaslUserNamespaceListerExpansion interface{}

SaslUserNamespaceListerExpansion allows custom methods to be added to SaslUserNamespaceLister.

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