v1alpha1

package
v1.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2023 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 MultiClusterIngressLister

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

MultiClusterIngressLister helps list MultiClusterIngresses. All objects returned here must be treated as read-only.

func NewMultiClusterIngressLister

func NewMultiClusterIngressLister(indexer cache.Indexer) MultiClusterIngressLister

NewMultiClusterIngressLister returns a new MultiClusterIngressLister.

type MultiClusterIngressListerExpansion

type MultiClusterIngressListerExpansion interface{}

MultiClusterIngressListerExpansion allows custom methods to be added to MultiClusterIngressLister.

type MultiClusterIngressNamespaceLister

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

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

type MultiClusterIngressNamespaceListerExpansion

type MultiClusterIngressNamespaceListerExpansion interface{}

MultiClusterIngressNamespaceListerExpansion allows custom methods to be added to MultiClusterIngressNamespaceLister.

type MultiClusterServiceLister added in v1.7.0

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

MultiClusterServiceLister helps list MultiClusterServices. All objects returned here must be treated as read-only.

func NewMultiClusterServiceLister added in v1.7.0

func NewMultiClusterServiceLister(indexer cache.Indexer) MultiClusterServiceLister

NewMultiClusterServiceLister returns a new MultiClusterServiceLister.

type MultiClusterServiceListerExpansion added in v1.7.0

type MultiClusterServiceListerExpansion interface{}

MultiClusterServiceListerExpansion allows custom methods to be added to MultiClusterServiceLister.

type MultiClusterServiceNamespaceLister added in v1.7.0

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

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

type MultiClusterServiceNamespaceListerExpansion added in v1.7.0

type MultiClusterServiceNamespaceListerExpansion interface{}

MultiClusterServiceNamespaceListerExpansion allows custom methods to be added to MultiClusterServiceNamespaceLister.

Jump to

Keyboard shortcuts

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