v1alpha1

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2021 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 FirewallLister

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

FirewallLister helps list Firewalls. All objects returned here must be treated as read-only.

func NewFirewallLister

func NewFirewallLister(indexer cache.Indexer) FirewallLister

NewFirewallLister returns a new FirewallLister.

type FirewallListerExpansion

type FirewallListerExpansion interface{}

FirewallListerExpansion allows custom methods to be added to FirewallLister.

type FirewallNamespaceLister

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

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

type FirewallNamespaceListerExpansion

type FirewallNamespaceListerExpansion interface{}

FirewallNamespaceListerExpansion allows custom methods to be added to FirewallNamespaceLister.

Jump to

Keyboard shortcuts

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