Documentation
¶
Index ¶
- type EventPolicyBindingLister
- type EventPolicyBindingListerExpansion
- type EventPolicyBindingNamespaceLister
- type EventPolicyBindingNamespaceListerExpansion
- type EventPolicyLister
- type EventPolicyListerExpansion
- type EventPolicyNamespaceLister
- type EventPolicyNamespaceListerExpansion
- type HTTPPolicyBindingLister
- type HTTPPolicyBindingListerExpansion
- type HTTPPolicyBindingNamespaceLister
- type HTTPPolicyBindingNamespaceListerExpansion
- type HTTPPolicyLister
- type HTTPPolicyListerExpansion
- type HTTPPolicyNamespaceLister
- type HTTPPolicyNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventPolicyBindingLister ¶
type EventPolicyBindingLister interface { // List lists all EventPolicyBindings in the indexer. List(selector labels.Selector) (ret []*v1alpha1.EventPolicyBinding, err error) // EventPolicyBindings returns an object that can list and get EventPolicyBindings. EventPolicyBindings(namespace string) EventPolicyBindingNamespaceLister EventPolicyBindingListerExpansion }
EventPolicyBindingLister helps list EventPolicyBindings.
func NewEventPolicyBindingLister ¶
func NewEventPolicyBindingLister(indexer cache.Indexer) EventPolicyBindingLister
NewEventPolicyBindingLister returns a new EventPolicyBindingLister.
type EventPolicyBindingListerExpansion ¶
type EventPolicyBindingListerExpansion interface{}
EventPolicyBindingListerExpansion allows custom methods to be added to EventPolicyBindingLister.
type EventPolicyBindingNamespaceLister ¶
type EventPolicyBindingNamespaceLister interface { // List lists all EventPolicyBindings in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.EventPolicyBinding, err error) // Get retrieves the EventPolicyBinding from the indexer for a given namespace and name. Get(name string) (*v1alpha1.EventPolicyBinding, error) EventPolicyBindingNamespaceListerExpansion }
EventPolicyBindingNamespaceLister helps list and get EventPolicyBindings.
type EventPolicyBindingNamespaceListerExpansion ¶
type EventPolicyBindingNamespaceListerExpansion interface{}
EventPolicyBindingNamespaceListerExpansion allows custom methods to be added to EventPolicyBindingNamespaceLister.
type EventPolicyLister ¶
type EventPolicyLister interface { // List lists all EventPolicies in the indexer. List(selector labels.Selector) (ret []*v1alpha1.EventPolicy, err error) // EventPolicies returns an object that can list and get EventPolicies. EventPolicies(namespace string) EventPolicyNamespaceLister EventPolicyListerExpansion }
EventPolicyLister helps list EventPolicies.
func NewEventPolicyLister ¶
func NewEventPolicyLister(indexer cache.Indexer) EventPolicyLister
NewEventPolicyLister returns a new EventPolicyLister.
type EventPolicyListerExpansion ¶
type EventPolicyListerExpansion interface{}
EventPolicyListerExpansion allows custom methods to be added to EventPolicyLister.
type EventPolicyNamespaceLister ¶
type EventPolicyNamespaceLister interface { // List lists all EventPolicies in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.EventPolicy, err error) // Get retrieves the EventPolicy from the indexer for a given namespace and name. Get(name string) (*v1alpha1.EventPolicy, error) EventPolicyNamespaceListerExpansion }
EventPolicyNamespaceLister helps list and get EventPolicies.
type EventPolicyNamespaceListerExpansion ¶
type EventPolicyNamespaceListerExpansion interface{}
EventPolicyNamespaceListerExpansion allows custom methods to be added to EventPolicyNamespaceLister.
type HTTPPolicyBindingLister ¶
type HTTPPolicyBindingLister interface { // List lists all HTTPPolicyBindings in the indexer. List(selector labels.Selector) (ret []*v1alpha1.HTTPPolicyBinding, err error) // HTTPPolicyBindings returns an object that can list and get HTTPPolicyBindings. HTTPPolicyBindings(namespace string) HTTPPolicyBindingNamespaceLister HTTPPolicyBindingListerExpansion }
HTTPPolicyBindingLister helps list HTTPPolicyBindings.
func NewHTTPPolicyBindingLister ¶
func NewHTTPPolicyBindingLister(indexer cache.Indexer) HTTPPolicyBindingLister
NewHTTPPolicyBindingLister returns a new HTTPPolicyBindingLister.
type HTTPPolicyBindingListerExpansion ¶
type HTTPPolicyBindingListerExpansion interface{}
HTTPPolicyBindingListerExpansion allows custom methods to be added to HTTPPolicyBindingLister.
type HTTPPolicyBindingNamespaceLister ¶
type HTTPPolicyBindingNamespaceLister interface { // List lists all HTTPPolicyBindings in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.HTTPPolicyBinding, err error) // Get retrieves the HTTPPolicyBinding from the indexer for a given namespace and name. Get(name string) (*v1alpha1.HTTPPolicyBinding, error) HTTPPolicyBindingNamespaceListerExpansion }
HTTPPolicyBindingNamespaceLister helps list and get HTTPPolicyBindings.
type HTTPPolicyBindingNamespaceListerExpansion ¶
type HTTPPolicyBindingNamespaceListerExpansion interface{}
HTTPPolicyBindingNamespaceListerExpansion allows custom methods to be added to HTTPPolicyBindingNamespaceLister.
type HTTPPolicyLister ¶
type HTTPPolicyLister interface { // List lists all HTTPPolicies in the indexer. List(selector labels.Selector) (ret []*v1alpha1.HTTPPolicy, err error) // HTTPPolicies returns an object that can list and get HTTPPolicies. HTTPPolicies(namespace string) HTTPPolicyNamespaceLister HTTPPolicyListerExpansion }
HTTPPolicyLister helps list HTTPPolicies.
func NewHTTPPolicyLister ¶
func NewHTTPPolicyLister(indexer cache.Indexer) HTTPPolicyLister
NewHTTPPolicyLister returns a new HTTPPolicyLister.
type HTTPPolicyListerExpansion ¶
type HTTPPolicyListerExpansion interface{}
HTTPPolicyListerExpansion allows custom methods to be added to HTTPPolicyLister.
type HTTPPolicyNamespaceLister ¶
type HTTPPolicyNamespaceLister interface { // List lists all HTTPPolicies in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.HTTPPolicy, err error) // Get retrieves the HTTPPolicy from the indexer for a given namespace and name. Get(name string) (*v1alpha1.HTTPPolicy, error) HTTPPolicyNamespaceListerExpansion }
HTTPPolicyNamespaceLister helps list and get HTTPPolicies.
type HTTPPolicyNamespaceListerExpansion ¶
type HTTPPolicyNamespaceListerExpansion interface{}
HTTPPolicyNamespaceListerExpansion allows custom methods to be added to HTTPPolicyNamespaceLister.