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 ApplicationFirewallPolicyLister

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

ApplicationFirewallPolicyLister helps list ApplicationFirewallPolicies. All objects returned here must be treated as read-only.

func NewApplicationFirewallPolicyLister

func NewApplicationFirewallPolicyLister(indexer cache.Indexer) ApplicationFirewallPolicyLister

NewApplicationFirewallPolicyLister returns a new ApplicationFirewallPolicyLister.

type ApplicationFirewallPolicyListerExpansion

type ApplicationFirewallPolicyListerExpansion interface{}

ApplicationFirewallPolicyListerExpansion allows custom methods to be added to ApplicationFirewallPolicyLister.

type ApplicationFirewallPolicyNamespaceLister

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

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

type ApplicationFirewallPolicyNamespaceListerExpansion

type ApplicationFirewallPolicyNamespaceListerExpansion interface{}

ApplicationFirewallPolicyNamespaceListerExpansion allows custom methods to be added to ApplicationFirewallPolicyNamespaceLister.

type PubsubHubLister added in v0.5.0

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

PubsubHubLister helps list PubsubHubs. All objects returned here must be treated as read-only.

func NewPubsubHubLister added in v0.5.0

func NewPubsubHubLister(indexer cache.Indexer) PubsubHubLister

NewPubsubHubLister returns a new PubsubHubLister.

type PubsubHubListerExpansion added in v0.5.0

type PubsubHubListerExpansion interface{}

PubsubHubListerExpansion allows custom methods to be added to PubsubHubLister.

type PubsubHubNamespaceLister added in v0.5.0

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

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

type PubsubHubNamespaceListerExpansion added in v0.5.0

type PubsubHubNamespaceListerExpansion interface{}

PubsubHubNamespaceListerExpansion allows custom methods to be added to PubsubHubNamespaceLister.

type PubsubLister added in v0.5.0

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

PubsubLister helps list Pubsubs. All objects returned here must be treated as read-only.

func NewPubsubLister added in v0.5.0

func NewPubsubLister(indexer cache.Indexer) PubsubLister

NewPubsubLister returns a new PubsubLister.

type PubsubListerExpansion added in v0.5.0

type PubsubListerExpansion interface{}

PubsubListerExpansion allows custom methods to be added to PubsubLister.

type PubsubNamespaceLister added in v0.5.0

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

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

type PubsubNamespaceListerExpansion added in v0.5.0

type PubsubNamespaceListerExpansion interface{}

PubsubNamespaceListerExpansion allows custom methods to be added to PubsubNamespaceLister.

type PubsubNetworkACLLister added in v0.5.0

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

PubsubNetworkACLLister helps list PubsubNetworkACLs. All objects returned here must be treated as read-only.

func NewPubsubNetworkACLLister added in v0.5.0

func NewPubsubNetworkACLLister(indexer cache.Indexer) PubsubNetworkACLLister

NewPubsubNetworkACLLister returns a new PubsubNetworkACLLister.

type PubsubNetworkACLListerExpansion added in v0.5.0

type PubsubNetworkACLListerExpansion interface{}

PubsubNetworkACLListerExpansion allows custom methods to be added to PubsubNetworkACLLister.

type PubsubNetworkACLNamespaceLister added in v0.5.0

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

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

type PubsubNetworkACLNamespaceListerExpansion added in v0.5.0

type PubsubNetworkACLNamespaceListerExpansion interface{}

PubsubNetworkACLNamespaceListerExpansion allows custom methods to be added to PubsubNetworkACLNamespaceLister.

Jump to

Keyboard shortcuts

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