v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 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 GatewayConnectionLister

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

GatewayConnectionLister helps list GatewayConnections. All objects returned here must be treated as read-only.

func NewGatewayConnectionLister

func NewGatewayConnectionLister(indexer cache.Indexer) GatewayConnectionLister

NewGatewayConnectionLister returns a new GatewayConnectionLister.

type GatewayConnectionListerExpansion

type GatewayConnectionListerExpansion interface{}

GatewayConnectionListerExpansion allows custom methods to be added to GatewayConnectionLister.

type GatewayConnectionNamespaceLister

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

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

type GatewayConnectionNamespaceListerExpansion

type GatewayConnectionNamespaceListerExpansion interface{}

GatewayConnectionNamespaceListerExpansion allows custom methods to be added to GatewayConnectionNamespaceLister.

type GatewayLister

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

GatewayLister helps list Gateways. All objects returned here must be treated as read-only.

func NewGatewayLister

func NewGatewayLister(indexer cache.Indexer) GatewayLister

NewGatewayLister returns a new GatewayLister.

type GatewayListerExpansion

type GatewayListerExpansion interface{}

GatewayListerExpansion allows custom methods to be added to GatewayLister.

type GatewayNATRuleLister added in v0.5.0

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

GatewayNATRuleLister helps list GatewayNATRules. All objects returned here must be treated as read-only.

func NewGatewayNATRuleLister added in v0.5.0

func NewGatewayNATRuleLister(indexer cache.Indexer) GatewayNATRuleLister

NewGatewayNATRuleLister returns a new GatewayNATRuleLister.

type GatewayNATRuleListerExpansion added in v0.5.0

type GatewayNATRuleListerExpansion interface{}

GatewayNATRuleListerExpansion allows custom methods to be added to GatewayNATRuleLister.

type GatewayNATRuleNamespaceLister added in v0.5.0

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

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

type GatewayNATRuleNamespaceListerExpansion added in v0.5.0

type GatewayNATRuleNamespaceListerExpansion interface{}

GatewayNATRuleNamespaceListerExpansion allows custom methods to be added to GatewayNATRuleNamespaceLister.

type GatewayNamespaceLister

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

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

type GatewayNamespaceListerExpansion

type GatewayNamespaceListerExpansion interface{}

GatewayNamespaceListerExpansion allows custom methods to be added to GatewayNamespaceLister.

type ServerConfigurationLister

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

ServerConfigurationLister helps list ServerConfigurations. All objects returned here must be treated as read-only.

func NewServerConfigurationLister

func NewServerConfigurationLister(indexer cache.Indexer) ServerConfigurationLister

NewServerConfigurationLister returns a new ServerConfigurationLister.

type ServerConfigurationListerExpansion

type ServerConfigurationListerExpansion interface{}

ServerConfigurationListerExpansion allows custom methods to be added to ServerConfigurationLister.

type ServerConfigurationNamespaceLister

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

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

type ServerConfigurationNamespaceListerExpansion

type ServerConfigurationNamespaceListerExpansion interface{}

ServerConfigurationNamespaceListerExpansion allows custom methods to be added to ServerConfigurationNamespaceLister.

type SiteLister

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

SiteLister helps list Sites. All objects returned here must be treated as read-only.

func NewSiteLister

func NewSiteLister(indexer cache.Indexer) SiteLister

NewSiteLister returns a new SiteLister.

type SiteListerExpansion

type SiteListerExpansion interface{}

SiteListerExpansion allows custom methods to be added to SiteLister.

type SiteNamespaceLister

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

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

type SiteNamespaceListerExpansion

type SiteNamespaceListerExpansion interface{}

SiteNamespaceListerExpansion allows custom methods to be added to SiteNamespaceLister.

Jump to

Keyboard shortcuts

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