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 CustomHTTPSConfigurationLister

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

CustomHTTPSConfigurationLister helps list CustomHTTPSConfigurations. All objects returned here must be treated as read-only.

func NewCustomHTTPSConfigurationLister

func NewCustomHTTPSConfigurationLister(indexer cache.Indexer) CustomHTTPSConfigurationLister

NewCustomHTTPSConfigurationLister returns a new CustomHTTPSConfigurationLister.

type CustomHTTPSConfigurationListerExpansion

type CustomHTTPSConfigurationListerExpansion interface{}

CustomHTTPSConfigurationListerExpansion allows custom methods to be added to CustomHTTPSConfigurationLister.

type CustomHTTPSConfigurationNamespaceLister

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

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

type CustomHTTPSConfigurationNamespaceListerExpansion

type CustomHTTPSConfigurationNamespaceListerExpansion interface{}

CustomHTTPSConfigurationNamespaceListerExpansion allows custom methods to be added to CustomHTTPSConfigurationNamespaceLister.

type FirewallPolicyLister

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

FirewallPolicyLister helps list FirewallPolicies. All objects returned here must be treated as read-only.

func NewFirewallPolicyLister

func NewFirewallPolicyLister(indexer cache.Indexer) FirewallPolicyLister

NewFirewallPolicyLister returns a new FirewallPolicyLister.

type FirewallPolicyListerExpansion

type FirewallPolicyListerExpansion interface{}

FirewallPolicyListerExpansion allows custom methods to be added to FirewallPolicyLister.

type FirewallPolicyNamespaceLister

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

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

type FirewallPolicyNamespaceListerExpansion

type FirewallPolicyNamespaceListerExpansion interface{}

FirewallPolicyNamespaceListerExpansion allows custom methods to be added to FirewallPolicyNamespaceLister.

type FrontdoorLister

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

FrontdoorLister helps list Frontdoors. All objects returned here must be treated as read-only.

func NewFrontdoorLister

func NewFrontdoorLister(indexer cache.Indexer) FrontdoorLister

NewFrontdoorLister returns a new FrontdoorLister.

type FrontdoorListerExpansion

type FrontdoorListerExpansion interface{}

FrontdoorListerExpansion allows custom methods to be added to FrontdoorLister.

type FrontdoorNamespaceLister

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

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

type FrontdoorNamespaceListerExpansion

type FrontdoorNamespaceListerExpansion interface{}

FrontdoorNamespaceListerExpansion allows custom methods to be added to FrontdoorNamespaceLister.

type RulesEngineLister added in v0.5.0

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

RulesEngineLister helps list RulesEngines. All objects returned here must be treated as read-only.

func NewRulesEngineLister added in v0.5.0

func NewRulesEngineLister(indexer cache.Indexer) RulesEngineLister

NewRulesEngineLister returns a new RulesEngineLister.

type RulesEngineListerExpansion added in v0.5.0

type RulesEngineListerExpansion interface{}

RulesEngineListerExpansion allows custom methods to be added to RulesEngineLister.

type RulesEngineNamespaceLister added in v0.5.0

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

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

type RulesEngineNamespaceListerExpansion added in v0.5.0

type RulesEngineNamespaceListerExpansion interface{}

RulesEngineNamespaceListerExpansion allows custom methods to be added to RulesEngineNamespaceLister.

Jump to

Keyboard shortcuts

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