v1alpha1

package
v0.0.0-...-4b75dde Latest Latest
Warning

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

Go to latest
Published: Sep 15, 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

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

func NewIngressBackendLister(indexer cache.Indexer) IngressBackendLister

NewIngressBackendLister returns a new IngressBackendLister.

type IngressBackendListerExpansion

type IngressBackendListerExpansion interface{}

IngressBackendListerExpansion allows custom methods to be added to IngressBackendLister.

type IngressBackendNamespaceLister

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

type IngressBackendNamespaceListerExpansion interface{}

IngressBackendNamespaceListerExpansion allows custom methods to be added to IngressBackendNamespaceLister.

type RetryLister

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

func NewRetryLister(indexer cache.Indexer) RetryLister

NewRetryLister returns a new RetryLister.

type RetryListerExpansion

type RetryListerExpansion interface{}

RetryListerExpansion allows custom methods to be added to RetryLister.

type RetryNamespaceLister

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

type RetryNamespaceListerExpansion interface{}

RetryNamespaceListerExpansion allows custom methods to be added to RetryNamespaceLister.

type TelemetryLister

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

TelemetryLister helps list Telemetries. All objects returned here must be treated as read-only.

func NewTelemetryLister

func NewTelemetryLister(indexer cache.Indexer) TelemetryLister

NewTelemetryLister returns a new TelemetryLister.

type TelemetryListerExpansion

type TelemetryListerExpansion interface{}

TelemetryListerExpansion allows custom methods to be added to TelemetryLister.

type TelemetryNamespaceLister

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

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

type TelemetryNamespaceListerExpansion

type TelemetryNamespaceListerExpansion interface{}

TelemetryNamespaceListerExpansion allows custom methods to be added to TelemetryNamespaceLister.

type UpstreamTrafficSettingLister

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

func NewUpstreamTrafficSettingLister(indexer cache.Indexer) UpstreamTrafficSettingLister

NewUpstreamTrafficSettingLister returns a new UpstreamTrafficSettingLister.

type UpstreamTrafficSettingListerExpansion

type UpstreamTrafficSettingListerExpansion interface{}

UpstreamTrafficSettingListerExpansion allows custom methods to be added to UpstreamTrafficSettingLister.

type UpstreamTrafficSettingNamespaceLister

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

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