v1alpha1

package
v1.2.4 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 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 EgressLister

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

EgressLister helps list Egresses. All objects returned here must be treated as read-only.

func NewEgressLister

func NewEgressLister(indexer cache.Indexer) EgressLister

NewEgressLister returns a new EgressLister.

type EgressListerExpansion

type EgressListerExpansion interface{}

EgressListerExpansion allows custom methods to be added to EgressLister.

type EgressNamespaceLister

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

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

type EgressNamespaceListerExpansion

type EgressNamespaceListerExpansion interface{}

EgressNamespaceListerExpansion allows custom methods to be added to EgressNamespaceLister.

type IngressBackendLister added in v0.10.0

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

IngressBackendLister helps list IngressBackends. All objects returned here must be treated as read-only.

func NewIngressBackendLister added in v0.10.0

func NewIngressBackendLister(indexer cache.Indexer) IngressBackendLister

NewIngressBackendLister returns a new IngressBackendLister.

type IngressBackendListerExpansion added in v0.10.0

type IngressBackendListerExpansion interface{}

IngressBackendListerExpansion allows custom methods to be added to IngressBackendLister.

type IngressBackendNamespaceLister added in v0.10.0

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

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

type IngressBackendNamespaceListerExpansion added in v0.10.0

type IngressBackendNamespaceListerExpansion interface{}

IngressBackendNamespaceListerExpansion allows custom methods to be added to IngressBackendNamespaceLister.

type RetryLister added in v1.1.0

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

RetryLister helps list Retries. All objects returned here must be treated as read-only.

func NewRetryLister added in v1.1.0

func NewRetryLister(indexer cache.Indexer) RetryLister

NewRetryLister returns a new RetryLister.

type RetryListerExpansion added in v1.1.0

type RetryListerExpansion interface{}

RetryListerExpansion allows custom methods to be added to RetryLister.

type RetryNamespaceLister added in v1.1.0

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

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

type RetryNamespaceListerExpansion added in v1.1.0

type RetryNamespaceListerExpansion interface{}

RetryNamespaceListerExpansion allows custom methods to be added to RetryNamespaceLister.

type UpstreamTrafficSettingLister added in v1.1.0

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

UpstreamTrafficSettingLister helps list UpstreamTrafficSettings. All objects returned here must be treated as read-only.

func NewUpstreamTrafficSettingLister added in v1.1.0

func NewUpstreamTrafficSettingLister(indexer cache.Indexer) UpstreamTrafficSettingLister

NewUpstreamTrafficSettingLister returns a new UpstreamTrafficSettingLister.

type UpstreamTrafficSettingListerExpansion added in v1.1.0

type UpstreamTrafficSettingListerExpansion interface{}

UpstreamTrafficSettingListerExpansion allows custom methods to be added to UpstreamTrafficSettingLister.

type UpstreamTrafficSettingNamespaceLister added in v1.1.0

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

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

type UpstreamTrafficSettingNamespaceListerExpansion added in v1.1.0

type UpstreamTrafficSettingNamespaceListerExpansion interface{}

UpstreamTrafficSettingNamespaceListerExpansion allows custom methods to be added to UpstreamTrafficSettingNamespaceLister.

Jump to

Keyboard shortcuts

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