v1alpha1

package
v0.1.1-rc.1 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IngressDeploymentLister

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

IngressDeploymentLister helps list IngressDeployments. All objects returned here must be treated as read-only.

func NewIngressDeploymentLister

func NewIngressDeploymentLister(indexer cache.Indexer) IngressDeploymentLister

NewIngressDeploymentLister returns a new IngressDeploymentLister.

type IngressDeploymentListerExpansion

type IngressDeploymentListerExpansion interface{}

IngressDeploymentListerExpansion allows custom methods to be added to IngressDeploymentLister.

type IngressDeploymentNamespaceLister

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

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

type IngressDeploymentNamespaceListerExpansion

type IngressDeploymentNamespaceListerExpansion interface{}

IngressDeploymentNamespaceListerExpansion allows custom methods to be added to IngressDeploymentNamespaceLister.

Jump to

Keyboard shortcuts

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