v1alpha3

package
v1.2.0-rc2 Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2024 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 BackendTLSPolicyLister

type BackendTLSPolicyLister interface {
	// List lists all BackendTLSPolicies in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha3.BackendTLSPolicy, err error)
	// BackendTLSPolicies returns an object that can list and get BackendTLSPolicies.
	BackendTLSPolicies(namespace string) BackendTLSPolicyNamespaceLister
	BackendTLSPolicyListerExpansion
}

BackendTLSPolicyLister helps list BackendTLSPolicies. All objects returned here must be treated as read-only.

func NewBackendTLSPolicyLister

func NewBackendTLSPolicyLister(indexer cache.Indexer) BackendTLSPolicyLister

NewBackendTLSPolicyLister returns a new BackendTLSPolicyLister.

type BackendTLSPolicyListerExpansion

type BackendTLSPolicyListerExpansion interface{}

BackendTLSPolicyListerExpansion allows custom methods to be added to BackendTLSPolicyLister.

type BackendTLSPolicyNamespaceLister

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

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

type BackendTLSPolicyNamespaceListerExpansion

type BackendTLSPolicyNamespaceListerExpansion interface{}

BackendTLSPolicyNamespaceListerExpansion allows custom methods to be added to BackendTLSPolicyNamespaceLister.

Jump to

Keyboard shortcuts

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