v1alpha1

package
v1.9.0-nsmready Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2020 License: Apache-2.0 Imports: 4 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GlobalConfigurationLister added in v1.7.0

type GlobalConfigurationLister interface {
	// List lists all GlobalConfigurations in the indexer.
	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.

func NewGlobalConfigurationLister added in v1.7.0

func NewGlobalConfigurationLister(indexer cache.Indexer) GlobalConfigurationLister

NewGlobalConfigurationLister returns a new GlobalConfigurationLister.

type GlobalConfigurationListerExpansion added in v1.7.0

type GlobalConfigurationListerExpansion interface{}

GlobalConfigurationListerExpansion allows custom methods to be added to GlobalConfigurationLister.

type GlobalConfigurationNamespaceLister added in v1.7.0

type GlobalConfigurationNamespaceLister interface {
	// List lists all GlobalConfigurations in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.GlobalConfiguration, err error)
	// Get retrieves the GlobalConfiguration from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.GlobalConfiguration, error)
	GlobalConfigurationNamespaceListerExpansion
}

GlobalConfigurationNamespaceLister helps list and get GlobalConfigurations.

type GlobalConfigurationNamespaceListerExpansion added in v1.7.0

type GlobalConfigurationNamespaceListerExpansion interface{}

GlobalConfigurationNamespaceListerExpansion allows custom methods to be added to GlobalConfigurationNamespaceLister.

type PolicyLister added in v1.8.0

type PolicyLister interface {
	// List lists all Policies in the indexer.
	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.

func NewPolicyLister added in v1.8.0

func NewPolicyLister(indexer cache.Indexer) PolicyLister

NewPolicyLister returns a new PolicyLister.

type PolicyListerExpansion added in v1.8.0

type PolicyListerExpansion interface{}

PolicyListerExpansion allows custom methods to be added to PolicyLister.

type PolicyNamespaceLister added in v1.8.0

type PolicyNamespaceLister interface {
	// List lists all Policies in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Policy, err error)
	// Get retrieves the Policy from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Policy, error)
	PolicyNamespaceListerExpansion
}

PolicyNamespaceLister helps list and get Policies.

type PolicyNamespaceListerExpansion added in v1.8.0

type PolicyNamespaceListerExpansion interface{}

PolicyNamespaceListerExpansion allows custom methods to be added to PolicyNamespaceLister.

type TransportServerLister added in v1.7.0

type TransportServerLister interface {
	// List lists all TransportServers in the indexer.
	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.

func NewTransportServerLister added in v1.7.0

func NewTransportServerLister(indexer cache.Indexer) TransportServerLister

NewTransportServerLister returns a new TransportServerLister.

type TransportServerListerExpansion added in v1.7.0

type TransportServerListerExpansion interface{}

TransportServerListerExpansion allows custom methods to be added to TransportServerLister.

type TransportServerNamespaceLister added in v1.7.0

type TransportServerNamespaceLister interface {
	// List lists all TransportServers in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.TransportServer, err error)
	// Get retrieves the TransportServer from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.TransportServer, error)
	TransportServerNamespaceListerExpansion
}

TransportServerNamespaceLister helps list and get TransportServers.

type TransportServerNamespaceListerExpansion added in v1.7.0

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