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

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

ConnectivityHubLister helps list ConnectivityHubs. All objects returned here must be treated as read-only.

func NewConnectivityHubLister added in v0.5.0

func NewConnectivityHubLister(indexer cache.Indexer) ConnectivityHubLister

NewConnectivityHubLister returns a new ConnectivityHubLister.

type ConnectivityHubListerExpansion added in v0.5.0

type ConnectivityHubListerExpansion interface{}

ConnectivityHubListerExpansion allows custom methods to be added to ConnectivityHubLister.

type ConnectivityHubNamespaceLister added in v0.5.0

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

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

type ConnectivityHubNamespaceListerExpansion added in v0.5.0

type ConnectivityHubNamespaceListerExpansion interface{}

ConnectivityHubNamespaceListerExpansion allows custom methods to be added to ConnectivityHubNamespaceLister.

type ConnectivitySpokeLister added in v0.5.0

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

ConnectivitySpokeLister helps list ConnectivitySpokes. All objects returned here must be treated as read-only.

func NewConnectivitySpokeLister added in v0.5.0

func NewConnectivitySpokeLister(indexer cache.Indexer) ConnectivitySpokeLister

NewConnectivitySpokeLister returns a new ConnectivitySpokeLister.

type ConnectivitySpokeListerExpansion added in v0.5.0

type ConnectivitySpokeListerExpansion interface{}

ConnectivitySpokeListerExpansion allows custom methods to be added to ConnectivitySpokeLister.

type ConnectivitySpokeNamespaceLister added in v0.5.0

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

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

type ConnectivitySpokeNamespaceListerExpansion added in v0.5.0

type ConnectivitySpokeNamespaceListerExpansion interface{}

ConnectivitySpokeNamespaceListerExpansion allows custom methods to be added to ConnectivitySpokeNamespaceLister.

type ManagementConnectivityTestLister

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

ManagementConnectivityTestLister helps list ManagementConnectivityTests. All objects returned here must be treated as read-only.

func NewManagementConnectivityTestLister

func NewManagementConnectivityTestLister(indexer cache.Indexer) ManagementConnectivityTestLister

NewManagementConnectivityTestLister returns a new ManagementConnectivityTestLister.

type ManagementConnectivityTestListerExpansion

type ManagementConnectivityTestListerExpansion interface{}

ManagementConnectivityTestListerExpansion allows custom methods to be added to ManagementConnectivityTestLister.

type ManagementConnectivityTestNamespaceLister

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

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

type ManagementConnectivityTestNamespaceListerExpansion

type ManagementConnectivityTestNamespaceListerExpansion interface{}

ManagementConnectivityTestNamespaceListerExpansion allows custom methods to be added to ManagementConnectivityTestNamespaceLister.

type ServicesEdgeCacheKeysetLister added in v0.4.0

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

ServicesEdgeCacheKeysetLister helps list ServicesEdgeCacheKeysets. All objects returned here must be treated as read-only.

func NewServicesEdgeCacheKeysetLister added in v0.4.0

func NewServicesEdgeCacheKeysetLister(indexer cache.Indexer) ServicesEdgeCacheKeysetLister

NewServicesEdgeCacheKeysetLister returns a new ServicesEdgeCacheKeysetLister.

type ServicesEdgeCacheKeysetListerExpansion added in v0.4.0

type ServicesEdgeCacheKeysetListerExpansion interface{}

ServicesEdgeCacheKeysetListerExpansion allows custom methods to be added to ServicesEdgeCacheKeysetLister.

type ServicesEdgeCacheKeysetNamespaceLister added in v0.4.0

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

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

type ServicesEdgeCacheKeysetNamespaceListerExpansion added in v0.4.0

type ServicesEdgeCacheKeysetNamespaceListerExpansion interface{}

ServicesEdgeCacheKeysetNamespaceListerExpansion allows custom methods to be added to ServicesEdgeCacheKeysetNamespaceLister.

type ServicesEdgeCacheOriginLister added in v0.4.0

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

ServicesEdgeCacheOriginLister helps list ServicesEdgeCacheOrigins. All objects returned here must be treated as read-only.

func NewServicesEdgeCacheOriginLister added in v0.4.0

func NewServicesEdgeCacheOriginLister(indexer cache.Indexer) ServicesEdgeCacheOriginLister

NewServicesEdgeCacheOriginLister returns a new ServicesEdgeCacheOriginLister.

type ServicesEdgeCacheOriginListerExpansion added in v0.4.0

type ServicesEdgeCacheOriginListerExpansion interface{}

ServicesEdgeCacheOriginListerExpansion allows custom methods to be added to ServicesEdgeCacheOriginLister.

type ServicesEdgeCacheOriginNamespaceLister added in v0.4.0

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

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

type ServicesEdgeCacheOriginNamespaceListerExpansion added in v0.4.0

type ServicesEdgeCacheOriginNamespaceListerExpansion interface{}

ServicesEdgeCacheOriginNamespaceListerExpansion allows custom methods to be added to ServicesEdgeCacheOriginNamespaceLister.

type ServicesEdgeCacheServiceLister added in v0.4.0

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

ServicesEdgeCacheServiceLister helps list ServicesEdgeCacheServices. All objects returned here must be treated as read-only.

func NewServicesEdgeCacheServiceLister added in v0.4.0

func NewServicesEdgeCacheServiceLister(indexer cache.Indexer) ServicesEdgeCacheServiceLister

NewServicesEdgeCacheServiceLister returns a new ServicesEdgeCacheServiceLister.

type ServicesEdgeCacheServiceListerExpansion added in v0.4.0

type ServicesEdgeCacheServiceListerExpansion interface{}

ServicesEdgeCacheServiceListerExpansion allows custom methods to be added to ServicesEdgeCacheServiceLister.

type ServicesEdgeCacheServiceNamespaceLister added in v0.4.0

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

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

type ServicesEdgeCacheServiceNamespaceListerExpansion added in v0.4.0

type ServicesEdgeCacheServiceNamespaceListerExpansion interface{}

ServicesEdgeCacheServiceNamespaceListerExpansion allows custom methods to be added to ServicesEdgeCacheServiceNamespaceLister.

Jump to

Keyboard shortcuts

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