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 HybridConnectionAuthorizationRuleLister added in v0.5.0

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

HybridConnectionAuthorizationRuleLister helps list HybridConnectionAuthorizationRules. All objects returned here must be treated as read-only.

func NewHybridConnectionAuthorizationRuleLister added in v0.5.0

func NewHybridConnectionAuthorizationRuleLister(indexer cache.Indexer) HybridConnectionAuthorizationRuleLister

NewHybridConnectionAuthorizationRuleLister returns a new HybridConnectionAuthorizationRuleLister.

type HybridConnectionAuthorizationRuleListerExpansion added in v0.5.0

type HybridConnectionAuthorizationRuleListerExpansion interface{}

HybridConnectionAuthorizationRuleListerExpansion allows custom methods to be added to HybridConnectionAuthorizationRuleLister.

type HybridConnectionAuthorizationRuleNamespaceLister added in v0.5.0

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

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

type HybridConnectionAuthorizationRuleNamespaceListerExpansion added in v0.5.0

type HybridConnectionAuthorizationRuleNamespaceListerExpansion interface{}

HybridConnectionAuthorizationRuleNamespaceListerExpansion allows custom methods to be added to HybridConnectionAuthorizationRuleNamespaceLister.

type HybridConnectionLister

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

HybridConnectionLister helps list HybridConnections. All objects returned here must be treated as read-only.

func NewHybridConnectionLister

func NewHybridConnectionLister(indexer cache.Indexer) HybridConnectionLister

NewHybridConnectionLister returns a new HybridConnectionLister.

type HybridConnectionListerExpansion

type HybridConnectionListerExpansion interface{}

HybridConnectionListerExpansion allows custom methods to be added to HybridConnectionLister.

type HybridConnectionNamespaceLister

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

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

type HybridConnectionNamespaceListerExpansion

type HybridConnectionNamespaceListerExpansion interface{}

HybridConnectionNamespaceListerExpansion allows custom methods to be added to HybridConnectionNamespaceLister.

type NamespaceAuthorizationRuleLister added in v0.5.0

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 added in v0.5.0

func NewNamespaceAuthorizationRuleLister(indexer cache.Indexer) NamespaceAuthorizationRuleLister

NewNamespaceAuthorizationRuleLister returns a new NamespaceAuthorizationRuleLister.

type NamespaceAuthorizationRuleListerExpansion added in v0.5.0

type NamespaceAuthorizationRuleListerExpansion interface{}

NamespaceAuthorizationRuleListerExpansion allows custom methods to be added to NamespaceAuthorizationRuleLister.

type NamespaceAuthorizationRuleNamespaceLister added in v0.5.0

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 added in v0.5.0

type NamespaceAuthorizationRuleNamespaceListerExpansion interface{}

NamespaceAuthorizationRuleNamespaceListerExpansion allows custom methods to be added to NamespaceAuthorizationRuleNamespaceLister.

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.

Jump to

Keyboard shortcuts

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