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 AuthorizationRuleLister

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

AuthorizationRuleLister helps list AuthorizationRules. All objects returned here must be treated as read-only.

func NewAuthorizationRuleLister

func NewAuthorizationRuleLister(indexer cache.Indexer) AuthorizationRuleLister

NewAuthorizationRuleLister returns a new AuthorizationRuleLister.

type AuthorizationRuleListerExpansion

type AuthorizationRuleListerExpansion interface{}

AuthorizationRuleListerExpansion allows custom methods to be added to AuthorizationRuleLister.

type AuthorizationRuleNamespaceLister

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

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

type AuthorizationRuleNamespaceListerExpansion

type AuthorizationRuleNamespaceListerExpansion interface{}

AuthorizationRuleNamespaceListerExpansion allows custom methods to be added to AuthorizationRuleNamespaceLister.

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 NotificationHubLister

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

NotificationHubLister helps list NotificationHubs. All objects returned here must be treated as read-only.

func NewNotificationHubLister

func NewNotificationHubLister(indexer cache.Indexer) NotificationHubLister

NewNotificationHubLister returns a new NotificationHubLister.

type NotificationHubListerExpansion

type NotificationHubListerExpansion interface{}

NotificationHubListerExpansion allows custom methods to be added to NotificationHubLister.

type NotificationHubNamespaceLister

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

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

type NotificationHubNamespaceListerExpansion

type NotificationHubNamespaceListerExpansion interface{}

NotificationHubNamespaceListerExpansion allows custom methods to be added to NotificationHubNamespaceLister.

Jump to

Keyboard shortcuts

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