v1alpha1

package
v0.32.0 Latest Latest
Warning

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

Go to latest
Published: May 25, 2022 License: Apache-2.0 Imports: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddressableServiceLister

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

AddressableServiceLister helps list AddressableServices. All objects returned here must be treated as read-only.

func NewAddressableServiceLister

func NewAddressableServiceLister(indexer cache.Indexer) AddressableServiceLister

NewAddressableServiceLister returns a new AddressableServiceLister.

type AddressableServiceListerExpansion

type AddressableServiceListerExpansion interface{}

AddressableServiceListerExpansion allows custom methods to be added to AddressableServiceLister.

type AddressableServiceNamespaceLister

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

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

type AddressableServiceNamespaceListerExpansion

type AddressableServiceNamespaceListerExpansion interface{}

AddressableServiceNamespaceListerExpansion allows custom methods to be added to AddressableServiceNamespaceLister.

type SimpleDeploymentLister

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

SimpleDeploymentLister helps list SimpleDeployments. All objects returned here must be treated as read-only.

func NewSimpleDeploymentLister

func NewSimpleDeploymentLister(indexer cache.Indexer) SimpleDeploymentLister

NewSimpleDeploymentLister returns a new SimpleDeploymentLister.

type SimpleDeploymentListerExpansion

type SimpleDeploymentListerExpansion interface{}

SimpleDeploymentListerExpansion allows custom methods to be added to SimpleDeploymentLister.

type SimpleDeploymentNamespaceLister

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

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

type SimpleDeploymentNamespaceListerExpansion

type SimpleDeploymentNamespaceListerExpansion interface{}

SimpleDeploymentNamespaceListerExpansion allows custom methods to be added to SimpleDeploymentNamespaceLister.

Jump to

Keyboard shortcuts

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