v1alpha1

package
v3.4.3 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 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 GlobalConfigurationLister

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

GlobalConfigurationLister helps list GlobalConfigurations. All objects returned here must be treated as read-only.

func NewGlobalConfigurationLister

func NewGlobalConfigurationLister(indexer cache.Indexer) GlobalConfigurationLister

NewGlobalConfigurationLister returns a new GlobalConfigurationLister.

type GlobalConfigurationListerExpansion

type GlobalConfigurationListerExpansion interface{}

GlobalConfigurationListerExpansion allows custom methods to be added to GlobalConfigurationLister.

type GlobalConfigurationNamespaceLister

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

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

type GlobalConfigurationNamespaceListerExpansion

type GlobalConfigurationNamespaceListerExpansion interface{}

GlobalConfigurationNamespaceListerExpansion allows custom methods to be added to GlobalConfigurationNamespaceLister.

type PolicyLister

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

PolicyLister helps list Policies. All objects returned here must be treated as read-only.

func NewPolicyLister

func NewPolicyLister(indexer cache.Indexer) PolicyLister

NewPolicyLister returns a new PolicyLister.

type PolicyListerExpansion

type PolicyListerExpansion interface{}

PolicyListerExpansion allows custom methods to be added to PolicyLister.

type PolicyNamespaceLister

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

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

type PolicyNamespaceListerExpansion

type PolicyNamespaceListerExpansion interface{}

PolicyNamespaceListerExpansion allows custom methods to be added to PolicyNamespaceLister.

type TransportServerLister

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

TransportServerLister helps list TransportServers. All objects returned here must be treated as read-only.

func NewTransportServerLister

func NewTransportServerLister(indexer cache.Indexer) TransportServerLister

NewTransportServerLister returns a new TransportServerLister.

type TransportServerListerExpansion

type TransportServerListerExpansion interface{}

TransportServerListerExpansion allows custom methods to be added to TransportServerLister.

type TransportServerNamespaceLister

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

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

type TransportServerNamespaceListerExpansion

type TransportServerNamespaceListerExpansion interface{}

TransportServerNamespaceListerExpansion allows custom methods to be added to TransportServerNamespaceLister.

Jump to

Keyboard shortcuts

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